ServedImage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a single image that the model selected to be served during a retrieval activity.
public class ServedImage : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.KnowledgeBases.Models.ServedImage>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.KnowledgeBases.Models.ServedImage>
type ServedImage = class
interface IJsonModel<ServedImage>
interface IPersistableModel<ServedImage>
Public Class ServedImage
Implements IJsonModel(Of ServedImage), IPersistableModel(Of ServedImage)
- Inheritance
-
ServedImage
- Implements
Properties
| Name | Description |
|---|---|
| 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. |