AssistantDocumentCitationImage
description
Element metadata for visual highlighting and navigation functionality
type AssistantDocumentCitationImage {
elementType: String
boundingBox: [Float!]
imageIndex: Int
imageId: String
}
Fields
AssistantDocumentCitationImage.elementType ● String scalar graph-ql-types
Type of the HTML element (e.g. "table", "div", etc.) @exposed
AssistantDocumentCitationImage.boundingBox ● [Float!] list scalar graph-ql-types
Bounding box coordinates [x1, y1, x2, y2] as normalized values @exposed
AssistantDocumentCitationImage.imageIndex ● Int scalar graph-ql-types
Index of the image where this element appears @exposed
AssistantDocumentCitationImage.imageId ● String scalar graph-ql-types
Unique identifier for the image @exposed
Member Of
AssistantDocumentCitation object