Class DocumentReference
Represents a reference to a specific location within a document, retrieved during a retrieval operation.
public sealed class DocumentReference
- Inheritance
-
DocumentReference
- Inherited Members
Properties
- Excerpt
Gets the retrieved text excerpt.
- Id
Gets the unique identifier of the source document, or an empty string if unavailable.
- Metadata
Gets the complete metadata collection associated with this document reference.
- Name
Gets the name of the source document.
- PageNumber
Gets the page number within the document, or 0 if unavailable.
- SimilarityScore
Gets the similarity score between the query and this partition (0.0 to 1.0).
- SourceUri
Gets the source URI of the document, or an empty string if not specified during import.