@Generated(value="software.amazon.awssdk:codegen") public final class NonTalkTimeFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NonTalkTimeFilter.Builder,NonTalkTimeFilter>
Flag the presence or absence of periods of silence in your Call Analytics transcription output.
Rules using NonTalkTimeFilter are designed to match:
The presence of silence at specified periods throughout the call
The presence of speech at specified periods throughout the call
See Rule criteria for batch categories for usage examples.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NonTalkTimeFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
AbsoluteTimeRange |
absoluteTimeRange()
Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for a
period of silence.
|
static NonTalkTimeFilter.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
negate()
Set to
TRUE to flag periods of speech. |
RelativeTimeRange |
relativeTimeRange()
Makes it possible to specify a time range (in percentage) in your media file, during which you want to search for
a period of silence.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NonTalkTimeFilter.Builder> |
serializableBuilderClass() |
Long |
threshold()
Specify the duration, in milliseconds, of the period of silence that you want to flag.
|
NonTalkTimeFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long threshold()
Specify the duration, in milliseconds, of the period of silence that you want to flag. For example, you can flag a silent period that lasts 30,000 milliseconds.
public final AbsoluteTimeRange absoluteTimeRange()
Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for a period of silence. See for more detail.
public final RelativeTimeRange relativeTimeRange()
Makes it possible to specify a time range (in percentage) in your media file, during which you want to search for a period of silence. See for more detail.
public final Boolean negate()
Set to TRUE to flag periods of speech. Set to FALSE to flag periods of silence
TRUE to flag periods of speech. Set to FALSE to flag periods of silencepublic NonTalkTimeFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NonTalkTimeFilter.Builder,NonTalkTimeFilter>public static NonTalkTimeFilter.Builder builder()
public static Class<? extends NonTalkTimeFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.