AWS SDK Version 4 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.BedrockRuntime.Model.CitationLocation

Namespace: Amazon.BedrockRuntime.Model
Assembly: AWSSDK.BedrockRuntime.dll
Version: 3.x.y.z

Syntax

C#
public class CitationLocation

The CitationLocation type exposes the following members

Constructors

NameDescription
Public Method CitationLocation()

Properties

NameTypeDescription
Public Property DocumentChar Amazon.BedrockRuntime.Model.DocumentCharLocation

Gets and sets the property DocumentChar.

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

Public Property 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.

Public Property DocumentPage Amazon.BedrockRuntime.Model.DocumentPageLocation

Gets and sets the property DocumentPage.

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

Version Information

.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