DocumentPageLocation¶
Structure Class¶
DocumentPageLocation
dataclass
¶
Specifies a page-level location within a document, providing positioning information for cited content using page numbers.
Attributes¶
document_index
class-attribute
instance-attribute
¶
document_index: int | None = None
The index of the document within the array of documents provided in the request.
end
class-attribute
instance-attribute
¶
end: int | None = None
The ending page number of the cited content within the document.
start
class-attribute
instance-attribute
¶
start: int | None = None
The starting page number of the cited content within the document.