ITranscribeNonTalkTimeFilter
Interface in AWS.Transcribe
Interface for NonTalkTimeFilter.
Properties
AbsoluteTimeRange
property AbsoluteTimeRange: ITranscribeAbsoluteTimeRange
Type: ITranscribeAbsoluteTimeRange
Used to specify a time range (in milliseconds) in your audio, during which to search for a period of silence.
Negate
property Negate: TOptional<Boolean>
Specifies whether to negate the condition.
Set to True to flag speech that does not contain periods of silence. Set to False to flag speech that contains periods of silence.
RelativeTimeRange
property RelativeTimeRange: ITranscribeRelativeTimeRange
Type: ITranscribeRelativeTimeRange
Used to specify a time range (in percentage) in your media, during which to search for periods of silence.
Threshold
property Threshold: TOptional<Integer>
Specifies the duration threshold of the period of silence in milliseconds.
Valid range: 0 - 14,400,000.