CitationLocation - Amazon Bedrock

CitationLocation

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.

Contents

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

documentChar

The character-level location within the document where the cited content is found.

Type: DocumentCharLocation object

Required: No

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.

Type: DocumentChunkLocation object

Required: No

documentPage

The page-level location within the document where the cited content is found.

Type: DocumentPageLocation object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: