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.

A word, phrase, or punctuation mark in your transcription output, along with various associated attributes, such as confidence score, type, and start and end times.

Inheritance Hierarchy

System.Object
  Amazon.TranscribeStreaming.Model.Item

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

Syntax

C#
public class Item

The Item type exposes the following members

Constructors

NameDescription
Public Method Item()

Properties

NameTypeDescription
Public Property Confidence System.Nullable<System.Double>

Gets and sets the property Confidence.

The confidence score associated with a word or phrase in your transcript.

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

Public Property Content System.String

Gets and sets the property Content.

The word or punctuation that was transcribed.

Public Property EndTime System.Nullable<System.Double>

Gets and sets the property EndTime.

The end time of the transcribed item in seconds, with millisecond precision (e.g., 1.056)

Public Property Speaker System.String

Gets and sets the property Speaker.

If speaker partitioning is enabled, Speaker labels the speaker of the specified item.

Public Property Stable System.Nullable<System.Boolean>

Gets and sets the property Stable.

If partial result stabilization is enabled, Stable indicates whether the specified item is stable (true) or if it may change when the segment is complete (false).

Public Property StartTime System.Nullable<System.Double>

Gets and sets the property StartTime.

The start time of the transcribed item in seconds, with millisecond precision (e.g., 1.056)

Public Property Type Amazon.TranscribeStreaming.ItemType

Gets and sets the property Type.

The type of item identified. Options are: PRONUNCIATION (spoken words) and PUNCTUATION.

Public Property VocabularyFilterMatch System.Nullable<System.Boolean>

Gets and sets the property VocabularyFilterMatch.

Indicates whether the specified item matches a word in the vocabulary filter included in your request. If true, there is a vocabulary filter match.

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