Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.MedicalContentIdentificationType
-
Packages that use MedicalContentIdentificationType Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of MedicalContentIdentificationType in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return MedicalContentIdentificationType Modifier and Type Method Description MedicalContentIdentificationTypeStartMedicalStreamTranscriptionRequest. contentIdentificationType()Labels all personal health information (PHI) identified in your transcript.MedicalContentIdentificationTypeStartMedicalStreamTranscriptionResponse. contentIdentificationType()Shows whether content identification was enabled for your transcription.static MedicalContentIdentificationTypeMedicalContentIdentificationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static MedicalContentIdentificationTypeMedicalContentIdentificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static MedicalContentIdentificationType[]MedicalContentIdentificationType. 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 MedicalContentIdentificationType Modifier and Type Method Description static Set<MedicalContentIdentificationType>MedicalContentIdentificationType. knownValues()Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type MedicalContentIdentificationType Modifier and Type Method Description StartMedicalStreamTranscriptionRequest.BuilderStartMedicalStreamTranscriptionRequest.Builder. contentIdentificationType(MedicalContentIdentificationType contentIdentificationType)Labels all personal health information (PHI) identified in your transcript.StartMedicalStreamTranscriptionResponse.BuilderStartMedicalStreamTranscriptionResponse.Builder. contentIdentificationType(MedicalContentIdentificationType contentIdentificationType)Shows whether content identification was enabled for your transcription.
-