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.

The detection result for a single sensitive information entity found in the evaluated messages.

Inheritance Hierarchy

System.Object
  Amazon.BedrockRuntime.Model.GuardrailChecksSensitiveInformationResultEntry

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

Syntax

C#
public class GuardrailChecksSensitiveInformationResultEntry

The GuardrailChecksSensitiveInformationResultEntry type exposes the following members

Constructors

Properties

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

Gets and sets the property BeginOffset.

The start character offset of the detected entity within the content block.

Public Property ConfidenceScore System.Nullable<System.Double>

Gets and sets the property ConfidenceScore.

The confidence score for the detection, ranging from 0.0 to 1.0. Higher values indicate greater confidence.

Public Property ContentIndex System.Nullable<System.Int32>

Gets and sets the property ContentIndex.

The zero-based index of the content block within the message where the entity was detected.

Public Property EndOffset System.Nullable<System.Int32>

Gets and sets the property EndOffset.

The end character offset of the detected entity within the content block.

Public Property MessageIndex System.Nullable<System.Int32>

Gets and sets the property MessageIndex.

The zero-based index of the message in the input messages array where the entity was detected.

Public Property Type Amazon.BedrockRuntime.GuardrailChecksSensitiveInformationEntityType

Gets and sets the property Type.

The PII entity type that was detected.

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