AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Specifies the precise location within a source document where cited content can be found. This can include character-level positions, page numbers, or document chunks depending on the document type and indexing method.
Namespace: Amazon.BedrockRuntime.Model
Assembly: AWSSDK.BedrockRuntime.dll
Version: 3.x.y.z
public class CitationLocation
The CitationLocation type exposes the following members
Name | Description | |
---|---|---|
![]() |
CitationLocation() |
Name | Type | Description | |
---|---|---|---|
![]() |
DocumentChar | Amazon.BedrockRuntime.Model.DocumentCharLocation |
Gets and sets the property DocumentChar. The character-level location within the document where the cited content is found. |
![]() |
DocumentChunk | Amazon.BedrockRuntime.Model.DocumentChunkLocation |
Gets and sets the property DocumentChunk. The chunk-level location within the document where the cited content is found, typically used for documents that have been segmented into logical chunks. |
![]() |
DocumentPage | Amazon.BedrockRuntime.Model.DocumentPageLocation |
Gets and sets the property DocumentPage. The page-level location within the document where the cited content is found. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer