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 search result location within the content array, providing positioning information for cited content using search result index and block positions.

Inheritance Hierarchy

System.Object
  Amazon.BedrockRuntime.Model.SearchResultLocation

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

Syntax

C#
public class SearchResultLocation

The SearchResultLocation type exposes the following members

Constructors

NameDescription
Public Method SearchResultLocation()

Properties

NameTypeDescription
Public Property End System.Nullable<System.Int32>

Gets and sets the property End.

The ending position in the content array where the cited content ends.

Public Property SearchResultIndex System.Nullable<System.Int32>

Gets and sets the property SearchResultIndex.

The index of the search result content block where the cited content is found.

Public Property Start System.Nullable<System.Int32>

Gets and sets the property Start.

The starting position in the content array where the cited content begins.

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