Class AbsoluteTimeRange
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws.Transcribe
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class AbsoluteTimeRange : TimeRangeBase
Properties
| Edit this page View SourceEndTime
Optional. The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime in your request, you must also include StartTime.
Declaration
public long? EndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
StartTime
Optional. The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime in your request, you must also include EndTime.
Declaration
public long? StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |