Uses of Class
software.amazon.awssdk.services.chimesdkmeetings.model.TranscribeContentRedactionType
-
Packages that use TranscribeContentRedactionType Package Description software.amazon.awssdk.services.chimesdkmeetings.model -
-
Uses of TranscribeContentRedactionType in software.amazon.awssdk.services.chimesdkmeetings.model
Methods in software.amazon.awssdk.services.chimesdkmeetings.model that return TranscribeContentRedactionType Modifier and Type Method Description TranscribeContentRedactionTypeEngineTranscribeSettings. contentRedactionType()Content redaction is performed at the segment level.static TranscribeContentRedactionTypeTranscribeContentRedactionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TranscribeContentRedactionTypeTranscribeContentRedactionType. valueOf(String name)Returns the enum constant of this type with the specified name.static TranscribeContentRedactionType[]TranscribeContentRedactionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chimesdkmeetings.model that return types with arguments of type TranscribeContentRedactionType Modifier and Type Method Description static Set<TranscribeContentRedactionType>TranscribeContentRedactionType. knownValues()Methods in software.amazon.awssdk.services.chimesdkmeetings.model with parameters of type TranscribeContentRedactionType Modifier and Type Method Description EngineTranscribeSettings.BuilderEngineTranscribeSettings.Builder. contentRedactionType(TranscribeContentRedactionType contentRedactionType)Content redaction is performed at the segment level.
-