Uses of Class
software.amazon.awssdk.services.chimesdkmeetings.model.TranscribeMedicalContentIdentificationType
-
Packages that use TranscribeMedicalContentIdentificationType Package Description software.amazon.awssdk.services.chimesdkmeetings.model -
-
Uses of TranscribeMedicalContentIdentificationType in software.amazon.awssdk.services.chimesdkmeetings.model
Methods in software.amazon.awssdk.services.chimesdkmeetings.model that return TranscribeMedicalContentIdentificationType Modifier and Type Method Description TranscribeMedicalContentIdentificationTypeEngineTranscribeMedicalSettings. contentIdentificationType()Set this field toPHIto identify personal health information in the transcription output.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.chimesdkmeetings.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.chimesdkmeetings.model with parameters of type TranscribeMedicalContentIdentificationType Modifier and Type Method Description EngineTranscribeMedicalSettings.BuilderEngineTranscribeMedicalSettings.Builder. contentIdentificationType(TranscribeMedicalContentIdentificationType contentIdentificationType)Set this field toPHIto identify personal health information in the transcription output.
-