ServedImage interface
Describes a single image that the model selected to be served during a retrieval activity.
Properties
| image |
The image label extracted from the source document by Content Understanding enrichment. Corresponds to the figure numbering in the original document. |
| image |
The relative path to the image within the asset store. |
| size |
The size in bytes of this image as sent to the model. |
Property Details
imageId
The image label extracted from the source document by Content Understanding enrichment. Corresponds to the figure numbering in the original document.
imageId?: string
Property Value
string
imagePath
The relative path to the image within the asset store.
imagePath: string
Property Value
string
sizeBytes
The size in bytes of this image as sent to the model.
sizeBytes: number
Property Value
number