Uses of Class
software.amazon.awssdk.services.chime.model.TranscribeContentIdentificationType
-
Packages that use TranscribeContentIdentificationType Package Description software.amazon.awssdk.services.chime.model -
-
Uses of TranscribeContentIdentificationType in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return TranscribeContentIdentificationType Modifier and Type Method Description TranscribeContentIdentificationTypeEngineTranscribeSettings. contentIdentificationType()Labels all personally identifiable information (PII) identified in your transcript.static TranscribeContentIdentificationTypeTranscribeContentIdentificationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TranscribeContentIdentificationTypeTranscribeContentIdentificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static TranscribeContentIdentificationType[]TranscribeContentIdentificationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type TranscribeContentIdentificationType Modifier and Type Method Description static Set<TranscribeContentIdentificationType>TranscribeContentIdentificationType. knownValues()Methods in software.amazon.awssdk.services.chime.model with parameters of type TranscribeContentIdentificationType Modifier and Type Method Description EngineTranscribeSettings.BuilderEngineTranscribeSettings.Builder. contentIdentificationType(TranscribeContentIdentificationType contentIdentificationType)Labels all personally identifiable information (PII) identified in your transcript.
-