TTMSFNCCloudGooglePhotosPhoto Class
Represents a single photo (media item) within an album, holding its identifier, metadata, and image location.
API unit family: TMSFNCCloudGooglePhotos
Inherits from: TCollectionItem
Syntax
TTMSFNCCloudGooglePhotosPhoto = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| AlbumID | The identifier of the album the photo belongs to. |
| Created | The date and time the photo was created. |
| FileName | The original file name of the photo. |
| Height | The height of the photo in pixels. |
| ID | The unique identifier of the photo as assigned by the service. |
| ImageURL | The base URL used to retrieve the photo image. |
| MimeType | The MIME type of the photo, for example image/jpeg. |
| Summary | The description or summary text associated with the photo. |
| Width | The width of the photo in pixels. |
Methods
| Name | Description |
|---|---|
| FromJSON | Populates the photo fields from a JSON media item returned by the service. |
| GetOwner | Returns the object that owns this photo item. |