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