Uses of Class
software.amazon.awssdk.services.transcribe.model.RedactionOutput
-
Packages that use RedactionOutput Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of RedactionOutput in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return RedactionOutput Modifier and Type Method Description static RedactionOutputRedactionOutput. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RedactionOutputContentRedaction. redactionOutput()Specify if you want only a redacted transcript, or if you want a redacted and an unredacted transcript.static RedactionOutputRedactionOutput. valueOf(String name)Returns the enum constant of this type with the specified name.static RedactionOutput[]RedactionOutput. 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 RedactionOutput Modifier and Type Method Description static Set<RedactionOutput>RedactionOutput. knownValues()Methods in software.amazon.awssdk.services.transcribe.model with parameters of type RedactionOutput Modifier and Type Method Description ContentRedaction.BuilderContentRedaction.Builder. redactionOutput(RedactionOutput redactionOutput)Specify if you want only a redacted transcript, or if you want a redacted and an unredacted transcript.
-