| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
MedicalContentIdentificationType |
MedicalTranscriptionJobSummary.contentIdentificationType()
Labels all personal health information (PHI) identified in your transcript.
|
MedicalContentIdentificationType |
MedicalTranscriptionJob.contentIdentificationType()
Indicates whether content identification was enabled for your transcription request.
|
MedicalContentIdentificationType |
StartMedicalTranscriptionJobRequest.contentIdentificationType()
Labels all personal health information (PHI) identified in your transcript.
|
static MedicalContentIdentificationType |
MedicalContentIdentificationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<MedicalContentIdentificationType> |
MedicalContentIdentificationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MedicalTranscriptionJobSummary.Builder |
MedicalTranscriptionJobSummary.Builder.contentIdentificationType(MedicalContentIdentificationType contentIdentificationType)
Labels all personal health information (PHI) identified in your transcript.
|
MedicalTranscriptionJob.Builder |
MedicalTranscriptionJob.Builder.contentIdentificationType(MedicalContentIdentificationType contentIdentificationType)
Indicates whether content identification was enabled for your transcription request.
|
StartMedicalTranscriptionJobRequest.Builder |
StartMedicalTranscriptionJobRequest.Builder.contentIdentificationType(MedicalContentIdentificationType contentIdentificationType)
Labels all personal health information (PHI) identified in your transcript.
|
Copyright © 2022. All rights reserved.