| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static MediaFormat |
MediaFormat.fromValue(String value)
Use this in place of valueOf.
|
static MediaFormat |
MediaFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaFormat[] |
MediaFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TranscriptionJob |
TranscriptionJob.withMediaFormat(MediaFormat mediaFormat)
The format of the input media file.
|
StartTranscriptionJobRequest |
StartTranscriptionJobRequest.withMediaFormat(MediaFormat mediaFormat)
The format of the input media file.
|
MedicalTranscriptionJob |
MedicalTranscriptionJob.withMediaFormat(MediaFormat mediaFormat)
The format of the input media file.
|
StartMedicalTranscriptionJobRequest |
StartMedicalTranscriptionJobRequest.withMediaFormat(MediaFormat mediaFormat)
The audio format of the input media file.
|
Copyright © 2021. All rights reserved.