ServedImage interface

Describes a single image that the model selected to be served during a retrieval activity.

Properties

imageId

The image label extracted from the source document by Content Understanding enrichment. Corresponds to the figure numbering in the original document.

imagePath

The relative path to the image within the asset store.

sizeBytes

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