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. |
|
SearchResultLocation | Amazon.BedrockRuntime.Model.SearchResultLocation |
Gets and sets the property SearchResultLocation. The search result location where the cited content is found, including the search result index and block positions within the content array. |
|
Web | Amazon.BedrockRuntime.Model.WebLocation |
Gets and sets the property Web. The web URL that was cited for this reference. |
.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