| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
MedicalContentIdentificationType |
MedicalTranscriptionJobSummary.contentIdentificationType()
Shows the type of information you've configured Amazon Transcribe Medical to identify in a transcription job.
|
MedicalContentIdentificationType |
StartMedicalTranscriptionJobRequest.contentIdentificationType()
You can configure Amazon Transcribe Medical to label content in the transcription output.
|
MedicalContentIdentificationType |
MedicalTranscriptionJob.contentIdentificationType()
Shows the type of content that you've configured Amazon Transcribe Medical to identify in a transcription job.
|
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)
Shows the type of information you've configured Amazon Transcribe Medical to identify in a transcription job.
|
StartMedicalTranscriptionJobRequest.Builder |
StartMedicalTranscriptionJobRequest.Builder.contentIdentificationType(MedicalContentIdentificationType contentIdentificationType)
You can configure Amazon Transcribe Medical to label content in the transcription output.
|
MedicalTranscriptionJob.Builder |
MedicalTranscriptionJob.Builder.contentIdentificationType(MedicalContentIdentificationType contentIdentificationType)
Shows the type of content that you've configured Amazon Transcribe Medical to identify in a transcription
job.
|
Copyright © 2021. All rights reserved.