Uses of Class
software.amazon.awssdk.services.transcribe.model.MediaFormat
-
Packages that use MediaFormat Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of MediaFormat in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return MediaFormat Modifier and Type Method Description static MediaFormatMediaFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MediaFormatCallAnalyticsJob. mediaFormat()The format of the input media file.MediaFormatMedicalTranscriptionJob. mediaFormat()The format of the input media file.MediaFormatStartMedicalTranscriptionJobRequest. mediaFormat()Specify the format of your input media file.MediaFormatStartTranscriptionJobRequest. mediaFormat()Specify the format of your input media file.MediaFormatTranscriptionJob. mediaFormat()The format of the input media file.static MediaFormatMediaFormat. 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.Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type MediaFormat Modifier and Type Method Description static Set<MediaFormat>MediaFormat. knownValues()Methods in software.amazon.awssdk.services.transcribe.model with parameters of type MediaFormat Modifier and Type Method Description CallAnalyticsJob.BuilderCallAnalyticsJob.Builder. mediaFormat(MediaFormat mediaFormat)The format of the input media file.MedicalTranscriptionJob.BuilderMedicalTranscriptionJob.Builder. mediaFormat(MediaFormat mediaFormat)The format of the input media file.StartMedicalTranscriptionJobRequest.BuilderStartMedicalTranscriptionJobRequest.Builder. mediaFormat(MediaFormat mediaFormat)Specify the format of your input media file.StartTranscriptionJobRequest.BuilderStartTranscriptionJobRequest.Builder. mediaFormat(MediaFormat mediaFormat)Specify the format of your input media file.TranscriptionJob.BuilderTranscriptionJob.Builder. mediaFormat(MediaFormat mediaFormat)The format of the input media file.
-