| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static MediaFormat |
MediaFormat.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MediaFormat |
CallAnalyticsJob.mediaFormat()
The format of the input audio file.
|
MediaFormat |
StartTranscriptionJobRequest.mediaFormat()
The format of the input media file.
|
MediaFormat |
StartMedicalTranscriptionJobRequest.mediaFormat()
The audio format of the input media file.
|
MediaFormat |
MedicalTranscriptionJob.mediaFormat()
The format of the input media file.
|
MediaFormat |
TranscriptionJob.mediaFormat()
The format of the input media file.
|
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 |
|---|---|
static Set<MediaFormat> |
MediaFormat.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CallAnalyticsJob.Builder |
CallAnalyticsJob.Builder.mediaFormat(MediaFormat mediaFormat)
The format of the input audio file.
|
StartTranscriptionJobRequest.Builder |
StartTranscriptionJobRequest.Builder.mediaFormat(MediaFormat mediaFormat)
The format of the input media file.
|
StartMedicalTranscriptionJobRequest.Builder |
StartMedicalTranscriptionJobRequest.Builder.mediaFormat(MediaFormat mediaFormat)
The audio format of the input media file.
|
MedicalTranscriptionJob.Builder |
MedicalTranscriptionJob.Builder.mediaFormat(MediaFormat mediaFormat)
The format of the input media file.
|
TranscriptionJob.Builder |
TranscriptionJob.Builder.mediaFormat(MediaFormat mediaFormat)
The format of the input media file.
|
Copyright © 2021. All rights reserved.