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 the timestamp range (start time through end time) of a matched category.

Inheritance Hierarchy

System.Object
  Amazon.TranscribeStreaming.Model.TimestampRange

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

Syntax

C#
public class TimestampRange

The TimestampRange type exposes the following members

Constructors

NameDescription
Public Method TimestampRange()

Properties

NameTypeDescription
Public Property BeginOffsetMillis System.Nullable<System.Int64>

Gets and sets the property BeginOffsetMillis.

The time, in milliseconds, from the beginning of the audio stream to the start of the category match.

Public Property EndOffsetMillis System.Nullable<System.Int64>

Gets and sets the property EndOffsetMillis.

The time, in milliseconds, from the beginning of the audio stream to the end of the category 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