Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.ContentRedactionType
-
Packages that use ContentRedactionType Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of ContentRedactionType in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return ContentRedactionType Modifier and Type Method Description ContentRedactionTypeStartCallAnalyticsStreamTranscriptionRequest. contentRedactionType()Redacts all personally identifiable information (PII) identified in your transcript.ContentRedactionTypeStartCallAnalyticsStreamTranscriptionResponse. contentRedactionType()Shows whether content redaction was enabled for your Call Analytics transcription.ContentRedactionTypeStartStreamTranscriptionRequest. contentRedactionType()Redacts all personally identifiable information (PII) identified in your transcript.ContentRedactionTypeStartStreamTranscriptionResponse. contentRedactionType()Shows whether content redaction was enabled for your transcription.static ContentRedactionTypeContentRedactionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ContentRedactionTypeContentRedactionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentRedactionType[]ContentRedactionType. 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 ContentRedactionType Modifier and Type Method Description static Set<ContentRedactionType>ContentRedactionType. knownValues()Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type ContentRedactionType Modifier and Type Method Description StartCallAnalyticsStreamTranscriptionRequest.BuilderStartCallAnalyticsStreamTranscriptionRequest.Builder. contentRedactionType(ContentRedactionType contentRedactionType)Redacts all personally identifiable information (PII) identified in your transcript.StartCallAnalyticsStreamTranscriptionResponse.BuilderStartCallAnalyticsStreamTranscriptionResponse.Builder. contentRedactionType(ContentRedactionType contentRedactionType)Shows whether content redaction was enabled for your Call Analytics transcription.StartStreamTranscriptionRequest.BuilderStartStreamTranscriptionRequest.Builder. contentRedactionType(ContentRedactionType contentRedactionType)Redacts all personally identifiable information (PII) identified in your transcript.StartStreamTranscriptionResponse.BuilderStartStreamTranscriptionResponse.Builder. contentRedactionType(ContentRedactionType contentRedactionType)Shows whether content redaction was enabled for your transcription.
-