Uses of Class
software.amazon.awssdk.services.transcribe.model.TranscriptFilterType
-
Packages that use TranscriptFilterType Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of TranscriptFilterType in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return TranscriptFilterType Modifier and Type Method Description static TranscriptFilterTypeTranscriptFilterType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TranscriptFilterTypeTranscriptFilter. transcriptFilterType()Flag the presence or absence of an exact match to the phrases that you specify.static TranscriptFilterTypeTranscriptFilterType. valueOf(String name)Returns the enum constant of this type with the specified name.static TranscriptFilterType[]TranscriptFilterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type TranscriptFilterType Modifier and Type Method Description static Set<TranscriptFilterType>TranscriptFilterType. knownValues()Methods in software.amazon.awssdk.services.transcribe.model with parameters of type TranscriptFilterType Modifier and Type Method Description TranscriptFilter.BuilderTranscriptFilter.Builder. transcriptFilterType(TranscriptFilterType transcriptFilterType)Flag the presence or absence of an exact match to the phrases that you specify.
-