Uses of Class
software.amazon.awssdk.services.chime.model.TranscribeMedicalContentIdentificationType
-
Packages that use TranscribeMedicalContentIdentificationType Package Description software.amazon.awssdk.services.chime.model -
-
Uses of TranscribeMedicalContentIdentificationType in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return TranscribeMedicalContentIdentificationType Modifier and Type Method Description TranscribeMedicalContentIdentificationTypeEngineTranscribeMedicalSettings. contentIdentificationType()Labels all personally identifiable information (PII) identified in your transcript.static TranscribeMedicalContentIdentificationTypeTranscribeMedicalContentIdentificationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TranscribeMedicalContentIdentificationTypeTranscribeMedicalContentIdentificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static TranscribeMedicalContentIdentificationType[]TranscribeMedicalContentIdentificationType. 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 TranscribeMedicalContentIdentificationType Modifier and Type Method Description static Set<TranscribeMedicalContentIdentificationType>TranscribeMedicalContentIdentificationType. knownValues()Methods in software.amazon.awssdk.services.chime.model with parameters of type TranscribeMedicalContentIdentificationType Modifier and Type Method Description EngineTranscribeMedicalSettings.BuilderEngineTranscribeMedicalSettings.Builder. contentIdentificationType(TranscribeMedicalContentIdentificationType contentIdentificationType)Labels all personally identifiable information (PII) identified in your transcript.
-