default TranscriptFilter.Builder |
TranscriptFilter.Builder.absoluteTimeRange(Consumer<AbsoluteTimeRange.Builder> absoluteTimeRange) |
Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search
for the specified key words or phrases.
|
TranscriptFilter.Builder |
TranscriptFilter.Builder.absoluteTimeRange(AbsoluteTimeRange absoluteTimeRange) |
Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search
for the specified key words or phrases.
|
static TranscriptFilter.Builder |
TranscriptFilter.builder() |
|
TranscriptFilter.Builder |
TranscriptFilter.Builder.negate(Boolean negate) |
Set to TRUE to flag the absence of the phrase that you specified in your request.
|
TranscriptFilter.Builder |
TranscriptFilter.Builder.participantRole(String participantRole) |
Specify the participant that you want to flag.
|
TranscriptFilter.Builder |
TranscriptFilter.Builder.participantRole(ParticipantRole participantRole) |
Specify the participant that you want to flag.
|
default TranscriptFilter.Builder |
TranscriptFilter.Builder.relativeTimeRange(Consumer<RelativeTimeRange.Builder> relativeTimeRange) |
Makes it possible to specify a time range (in percentage) in your media file, during which you want to search
for the specified key words or phrases.
|
TranscriptFilter.Builder |
TranscriptFilter.Builder.relativeTimeRange(RelativeTimeRange relativeTimeRange) |
Makes it possible to specify a time range (in percentage) in your media file, during which you want to search
for the specified key words or phrases.
|
TranscriptFilter.Builder |
TranscriptFilter.Builder.targets(String... targets) |
Specify the phrases that you want to flag.
|
TranscriptFilter.Builder |
TranscriptFilter.Builder.targets(Collection<String> targets) |
Specify the phrases that you want to flag.
|
TranscriptFilter.Builder |
TranscriptFilter.toBuilder() |
|
TranscriptFilter.Builder |
TranscriptFilter.Builder.transcriptFilterType(String transcriptFilterType) |
Flag the presence or absence of an exact match to the phrases that you specify.
|
TranscriptFilter.Builder |
TranscriptFilter.Builder.transcriptFilterType(TranscriptFilterType transcriptFilterType) |
Flag the presence or absence of an exact match to the phrases that you specify.
|