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 a character-level location within a document, providing precise positioning information for cited content using start and end character indices.

Inheritance Hierarchy

System.Object
  Amazon.BedrockRuntime.Model.DocumentCharLocation

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

Syntax

C#
public class DocumentCharLocation

The DocumentCharLocation type exposes the following members

Constructors

NameDescription
Public Method DocumentCharLocation()

Properties

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

Public Property End System.Nullable<System.Int32>

Gets and sets the property End.

The ending character position of the cited content within the document.

Public Property Start System.Nullable<System.Int32>

Gets and sets the property Start.

The starting character position of the cited content within the document.

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