Module Smaws_Client_Transcribe.StartTranscriptionJob

Transcribes the audio from a media file and applies any additional Request Parameters you choose to include in your request.

To make a StartTranscriptionJob request, you must first upload your media file into an Amazon S3 bucket; you can then specify the Amazon S3 location of the file using the Media parameter.

You must include the following parameters in your StartTranscriptionJob request:

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `BadRequestException of Types.bad_request_exception | `ConflictException of Types.conflict_exception | `InternalFailureException of Types.internal_failure_exception | `LimitExceededException of Types.limit_exceeded_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.start_transcription_job_request -> (Types.start_transcription_job_response, [> Smaws_Lib.Protocols.AwsJson.error | `BadRequestException of Types.bad_request_exception | `ConflictException of Types.conflict_exception | `InternalFailureException of Types.internal_failure_exception | `LimitExceededException of Types.limit_exceeded_exception ]) Stdlib.result