| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The metadata of the object. | ||
| OwnerId | string | The ID of the Alibaba Cloud account. | 102321002467**** |
| ProjectName | string | The name of the project. You can obtain the name of the project from the response of the CreateProject operation. | test-project |
| DatasetName | string | The name of the dataset. You can obtain the name of the dataset from the response of the CreateDataset operation. | test-dataset |
| ObjectType | string | The type of the object. Set the value to file. | file |
| ObjectId | string | The unique ID of the object. | 75d5de2c50754e3dadd5c35dbca5f9949369e37eb342a73821f690c94c36c7f7 |
| UpdateTime | string | The RFC3339Nano timestamp when the metadata was modified. | 2021-06-29T14:50:13.011643661+08:00 |
| CreateTime | string | The RFC3339Nano timestamp when the metadata was created. | 2021-06-29T14:50:13.011643661+08:00 |
| URI | string | The URI of the file. The URI of an OSS object follows the oss://${Bucket}/${Object} format, where The URI of a file in Photo and Drive Service follows the pds://domains/${domain}/drives/${drive}/files/${file}/revisions/${revision} format. | oss://examplebucket/sampleobject.jpg |
| OSSURI | string | The URI of the OSS object. This parameter is available only if the value of the URI parameter is the URI of a file in Photo and Drive Service. | oss://examplebucket/sampleobject.jpg |
| Filename | string | The name of the object. For an OSS object, the value of this parameter is the object name. | sampleobject.jpg |
| MediaType | string | The media type of the file. Valid values:
| image |
| ContentType | string | The Multipurpose Internet Mail Extensions (MIME) type of the file. | image/jpeg |
| Size | long | The size of the object. Unit: bytes. | 1000 |
| FileHash | string | The hash value of the file. | 1d9c280a7c4f67f7ef873e28449dbe17 |
| FileModifiedTime | string | The RFC3339Nano timestamp when the file was last modified. | 2021-06-29T14:50:13.011643661+08:00 |
| FileCreateTime | string | The RFC3339Nano timestamp when the file was created. | 2021-06-29T14:50:13.011643661+08:00 |
| FileAccessTime | string | The RFC3339Nano timestamp when the file was accessed. | 2021-06-29T14:50:13.011643661+08:00 |
| ProduceTime | string | The time when the image was taken. | 2021-06-29T14:50:13.011643661+08:00 |
| LatLong | string | The latitude and longitude. | 30.134390,120.074997 |
| Timezone | string | The time zone. Note
Not supported.
| "" |
| Addresses | array | The addresses. | |
| Address | The address. | ||
| TravelClusterId | string | A reserved parameter. Note
Not supported.
| - |
| Orientation | long | The image rotation angle. You can obtain the value from the exchangeable image file format (EXIF). If the EXIF metadata does not contain the image rotation angle, this parameter is not included in the response. | 0 |
| Figures | array | The list of persons. The persons are detected via AI models. | |
| Figures | Figure | The persons. | |
| FigureCount | long | The number of persons. | 10 |
| Labels | array | The labels of the file. The labels are detected via AI models. | |
| Labels | Label | The label of the file. | |
| Title | string | The title of the file. | test |
| ImageWidth | long | The width of the image. Unit: pixels. | 270 |
| ImageHeight | long | The height of the image. Unit: pixels. | 500 |
| EXIF | string | The original EXIF information about the image. The EXIF information is stored in the serialized JSON format. For more information, see Query image information. | {"Compression":{"value":"6"},"DateTime":{"value":"2020:08:19 17:11:11"}} |
| ImageScore | ImageScore | The score of the image. The score is calculated by using AI models. | |
| CroppingSuggestions | array | The cropping suggestions for the image. Note
Not supported.
| |
| CroppingSuggestions | CroppingSuggestion | The cropping suggestion for the image. | |
| OCRContents | array | The Optical Character Recognition (OCR) results. Note
Not supported.
| |
| OCRContents | The OCR result. | ||
| VideoWidth | long | The width of the video. Unit: pixels. | 1080 |
| VideoHeight | long | The height of the video. Unit: pixels. | 1920 |
| VideoStreams | array | The list of video streams. | |
| VideoStreams | VideoStream | The video stream. | |
| Subtitles | array | The list of subtitle streams. | |
| Subtitles | SubtitleStream | The subtitle stream. | |
| AudioStreams | array | The list of audio streams. | |
| AudioStreams | AudioStream | The audio stream. | |
| Artist | string | The artist. | Jane |
| AlbumArtist | string | The singer. | Jane |
| AudioCovers | array | The audio covers. | |
| AudioCovers | Image | The audio cover. | |
| Composer | string | The composer. | Jane |
| Performer | string | The performer. | Jane |
| Language | string | The language specified by using a BCP 47 language tag. | eng |
| Album | string | The album. | FirstAlbum |
| PageCount | long | The number of pages. Note
Not supported.
| 5 |
| ETag | string | The ETag of the object. ETags are used to identify the content of objects. | "1D9C280A7C4F67F7EF873E28449****" |
| CacheControl | string | The caching behavior of the web page when the object is downloaded. This parameter corresponds to the Cache-Control HTTP header of the OSS object. For more information, see Manage object metadata. | no-cache |
| ContentDisposition | string | The name of the object during the download. This parameter corresponds to the Content-Disposition HTTP header of the OSS object. For more information, see Manage object metadata. | attachment; filename =test.jpg |
| ContentEncoding | string | The content encoding format of the object when the object is downloaded. This parameter corresponds to the Content-Encoding HTTP header of the OSS object. For more information, see Manage object metadata. | UTF-8 |
| ContentLanguage | string | The language of the object content. This parameter corresponds to the Content-Language HTTP header of the OSS object. For more information, see Manage object metadata. | zh-CN |
| AccessControlAllowOrigin | string | The origin allowed in cross-origin requests. | https://aliyundoc.com |
| AccessControlRequestMethod | string | The method to be used in the actual cross-origin request. | PUT |
| ServerSideEncryptionCustomerAlgorithm | string | The algorithm that is used to encrypt the file on the server side. | SM4 |
| ServerSideEncryption | string | The encryption method on the server side. This parameter is available only if server encryption is configured for the OSS bucket. For more information, see Server-side encryption. | AES256 |
| ServerSideDataEncryption | string | The encryption method of the object. This parameter is available only if server encryption is configured for the OSS bucket. For more information, see Server-side encryption. | SM4 |
| ServerSideEncryptionKeyId | string | The ID of the customer master key (CMK) managed by Key Management Service (KMS). This parameter is available only if server encryption is configured for the OSS bucket. For more information, see Server-side encryption. | 9468da86-3509-4f8d-a61e-6eab1eac**** |
| OSSStorageClass | string | The storage class of the OSS bucket. | Standard |
| OSSCRC64 | string | The CRC64 value. | 559890638950338001 |
| ObjectACL | string | The access control list (ACL) of the OSS object. | default |
| ContentMd5 | string | The MD5 value. | HZwoCnxPZ/fvhz4oRJ2+Fw== |
| OSSUserMeta | object | The user metadata of the OSS object. This parameter is available only if user metadata is configured for the OSS object. For more information, see Manage object metadata. | {"key": "val"} |
| OSSTaggingCount | long | The number of OSS object tags. This parameter is available only if tags are added to the corresponding OSS object. For more information, see Add tags to an object. | 2 |
| OSSTagging | object | The tag of the object. For more information, see Add tags to an object. | {"key": "val"} |
| OSSExpiration | string | The expiration time of the OSS object. This parameter corresponds to the Expires HTTP header of the OSS object. For more information, see Manage object metadata. | 2120-01-01T12:00:00.000Z |
| OSSVersionId | string | The version of the object. This parameter is available only if versioning is enabled for the bucket. For more information, see Overview . | CAEQNhiBgMDJgZCA0BYiIDc4MGZjZGI2OTBjOTRmNTE5NmU5NmFhZjhjYmY0**** |
| OSSDeleteMarker | string | The delete marker of the object. | CAEQMhiBgIDXiaaB0BYiIGQzYmRkZGUxMTM1ZDRjOTZhNjk4YjRjMTAyZjhl**** |
| OSSObjectType | string | The type of the OSS object. Set the value to | Normal |
| CustomId | string | The custom ID of the file. When the cluster is indexed into the dataset, the custom ID is stored as the data attribute. You can map the custom ID to other data in your business system. Configure this parameter based on your business requirements. For example, you can associate a URI with an ID in your system. We recommend that you set this parameter to a globally unique value. | member-image-id-0001 |
| CustomLabels | object | The custom labels of the file. This parameter is optional. The parameter stores custom key-value labels, which can be used to filter data. | { "MemberName": "Tim", "Enabled": "True", "ItemCount": "10" } |
| StreamCount | long | The number of media streams in the media container. | 1 |
| ProgramCount | long | The number of programs in the media container. | 1 |
| FormatName | string | The name of the media format. | mov |
| FormatLongName | string | The full name of the media format. | QuickTime / MOV |
| StartTime | double | The time of the first frame. Unit: seconds. | 0.000000 |
| Bitrate | long | The bitrate. Unit: bit/s. | 13091201 |
| Duration | double | The total duration of the video. Unit: seconds. | 15.263000 |
| SemanticTypes | array | The reasons for which the current file is included in the search results when you call the SemanticQuery operation for semantic search. | |
| string | The reason for which the current file is included in the search results when you call the SemanticQuery operation for semantic search. Valid values:
| content | |
| Elements | array | The document elements that match the current query content when you call the SemanticQuery operation for semantic search. | |
| Element | The document element that matches the current query content. | ||
| SceneElements | array | The elements in the video segment, which are scene elements that you can extract from the video by using an AI model. | |
| SceneElement | The element in the video segment. | ||
| OCRTexts | string | The text detected in the image. | Alibaba Cloud IMM |
| Reason | string | The reason why the file failed to run the index. | [InternalError] The request has been failed due to some unknown error. status: 500, requestId: CC5ACFBD-BB7A-496D-A9D6-**** |
| ObjectStatus | string | The status of the object. Enumeration Value:
| Indexed |
| Insights | Insights | Summary and description of the file. Note
Not supported.
|