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 chunk-level location within a document, providing positioning information for cited content using logical document segments or chunks.

Inheritance Hierarchy

System.Object
  Amazon.BedrockRuntime.Model.DocumentChunkLocation

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

Syntax

C#
public class DocumentChunkLocation

The DocumentChunkLocation type exposes the following members

Constructors

NameDescription
Public Method DocumentChunkLocation()

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 chunk identifier or index of the cited content within the document.

Public Property Start System.Nullable<System.Int32>

Gets and sets the property Start.

The starting chunk identifier or index 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