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.

Contains entities identified as personally identifiable information (PII) in your transcription output, along with various associated attributes. Examples include category, confidence score, type, stability score, and start and end times.

Inheritance Hierarchy

System.Object
  Amazon.TranscribeStreaming.Model.Entity

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

Syntax

C#
public class Entity

The Entity type exposes the following members

Constructors

NameDescription
Public Method Entity()

Properties

NameTypeDescription
Public Property Category System.String

Gets and sets the property Category.

The category of information identified. The only category is PII.

Public Property Confidence System.Nullable<System.Double>

Gets and sets the property Confidence.

The confidence score associated with the identified PII entity in your audio.

Confidence scores are values between 0 and 1. A larger value indicates a higher probability that the identified entity correctly matches the entity spoken in your media.

Public Property Content System.String

Gets and sets the property Content.

The word or words identified as PII.

Public Property EndTime System.Nullable<System.Double>

Gets and sets the property EndTime.

The end time of the utterance that was identified as PII in seconds, with millisecond precision (e.g., 1.056)

Public Property StartTime System.Nullable<System.Double>

Gets and sets the property StartTime.

The start time of the utterance that was identified as PII in seconds, with millisecond precision (e.g., 1.056)

Public Property Type System.String

Gets and sets the property Type.

The type of PII identified. For example, NAME or CREDIT_DEBIT_NUMBER.

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