| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static MedicalContentIdentificationType |
MedicalContentIdentificationType.fromValue(String value)
Use this in place of valueOf.
|
static MedicalContentIdentificationType |
MedicalContentIdentificationType.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.
|
| Modifier and Type | Method and Description |
|---|---|
MedicalTranscriptionJobSummary |
MedicalTranscriptionJobSummary.withContentIdentificationType(MedicalContentIdentificationType contentIdentificationType)
Labels all personal health information (PHI) identified in your transcript.
|
MedicalTranscriptionJob |
MedicalTranscriptionJob.withContentIdentificationType(MedicalContentIdentificationType contentIdentificationType)
Indicates whether content identification was enabled for your transcription request.
|
StartMedicalTranscriptionJobRequest |
StartMedicalTranscriptionJobRequest.withContentIdentificationType(MedicalContentIdentificationType contentIdentificationType)
Labels all personal health information (PHI) identified in your transcript.
|
Copyright © 2023. All rights reserved.