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 a character-level location within a document, providing precise positioning information for cited content using start and end character indices.
Namespace: Amazon.BedrockRuntime.Model
Assembly: AWSSDK.BedrockRuntime.dll
Version: 3.x.y.z
public class DocumentCharLocation
The DocumentCharLocation type exposes the following members
Name | Description | |
---|---|---|
![]() |
DocumentCharLocation() |
Name | Type | Description | |
---|---|---|---|
![]() |
DocumentIndex | System.Nullable<System.Int32> |
Gets and sets the property DocumentIndex. The index of the document within the array of documents provided in the request. |
![]() |
End | System.Nullable<System.Int32> |
Gets and sets the property End. The ending character position of the cited content within the document. |
![]() |
Start | System.Nullable<System.Int32> |
Gets and sets the property Start. The starting character position of the cited content within the document. |
.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