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.

Provides the location, using character count, in your transcript where a match is identified. For example, the location of an issue or a category match within a segment.

Inheritance Hierarchy

System.Object
  Amazon.TranscribeStreaming.Model.CharacterOffsets

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

Syntax

C#
public class CharacterOffsets

The CharacterOffsets type exposes the following members

Constructors

NameDescription
Public Method CharacterOffsets()

Properties

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

Gets and sets the property Begin.

Provides the character count of the first character where a match is identified. For example, the first character associated with an issue or a category match in a segment transcript.

Public Property End System.Nullable<System.Int32>

Gets and sets the property End.

Provides the character count of the last character where a match is identified. For example, the last character associated with an issue or a category match in a segment transcript.

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