Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.ContentRedactionOutput
-
Packages that use ContentRedactionOutput Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of ContentRedactionOutput in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return ContentRedactionOutput Modifier and Type Method Description ContentRedactionOutputPostCallAnalyticsSettings. contentRedactionOutput()Specify whether you want only a redacted transcript or both a redacted and an unredacted transcript.static ContentRedactionOutputContentRedactionOutput. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ContentRedactionOutputContentRedactionOutput. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentRedactionOutput[]ContentRedactionOutput. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.transcribestreaming.model that return types with arguments of type ContentRedactionOutput Modifier and Type Method Description static Set<ContentRedactionOutput>ContentRedactionOutput. knownValues()Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type ContentRedactionOutput Modifier and Type Method Description PostCallAnalyticsSettings.BuilderPostCallAnalyticsSettings.Builder. contentRedactionOutput(ContentRedactionOutput contentRedactionOutput)Specify whether you want only a redacted transcript or both a redacted and an unredacted transcript.
-