Uses of Class
software.amazon.awssdk.services.transcribe.model.MedicalContentIdentificationType
-
Packages that use MedicalContentIdentificationType Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of MedicalContentIdentificationType in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return MedicalContentIdentificationType Modifier and Type Method Description MedicalContentIdentificationTypeMedicalTranscriptionJob. contentIdentificationType()Indicates whether content identification was enabled for your transcription request.MedicalContentIdentificationTypeMedicalTranscriptionJobSummary. contentIdentificationType()Labels all personal health information (PHI) identified in your transcript.MedicalContentIdentificationTypeStartMedicalTranscriptionJobRequest. contentIdentificationType()Labels all personal health information (PHI) identified in your transcript.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.transcribe.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.transcribe.model with parameters of type MedicalContentIdentificationType Modifier and Type Method Description MedicalTranscriptionJob.BuilderMedicalTranscriptionJob.Builder. contentIdentificationType(MedicalContentIdentificationType contentIdentificationType)Indicates whether content identification was enabled for your transcription request.MedicalTranscriptionJobSummary.BuilderMedicalTranscriptionJobSummary.Builder. contentIdentificationType(MedicalContentIdentificationType contentIdentificationType)Labels all personal health information (PHI) identified in your transcript.StartMedicalTranscriptionJobRequest.BuilderStartMedicalTranscriptionJobRequest.Builder. contentIdentificationType(MedicalContentIdentificationType contentIdentificationType)Labels all personal health information (PHI) identified in your transcript.
-