Class RelativeTimeRange
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws.Transcribe
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class RelativeTimeRange : TimeRangeBase
Properties
| Edit this page View SourceEndPercentage
Optional. The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage in your request, you must also include StartPercentage.
Declaration
public int? EndPercentage { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
StartPercentage
Optional. The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage in your request, you must also include EndPercentage.
Declaration
public int? StartPercentage { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |