5.0.0 • Published 7 years ago

@datafire/amazonaws_transcribe v5.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

@datafire/amazonaws_transcribe

Client library for Amazon Transcribe Service

Installation and Usage

npm install --save @datafire/amazonaws_transcribe
let amazonaws_transcribe = require('@datafire/amazonaws_transcribe').create({
  accessKeyId: "",
  secretAccessKey: "",
  region: ""
});

amazonaws_transcribe.GetTranscriptionJob({
  "TranscriptionJobName": ""
}).then(data => {
  console.log(data);
});

Description

Operations and objects for transcribing speech to text.

Actions

GetTranscriptionJob

amazonaws_transcribe.GetTranscriptionJob({
  "TranscriptionJobName": ""
}, context)

Input

Output

ListTranscriptionJobs

amazonaws_transcribe.ListTranscriptionJobs({
  "Status": ""
}, context)

Input

Output

StartTranscriptionJob

amazonaws_transcribe.StartTranscriptionJob({
  "TranscriptionJobName": "",
  "LanguageCode": "",
  "MediaFormat": "",
  "Media": {}
}, context)

Input

Output

Definitions

BadRequestException

  • BadRequestException object: There is a problem with one of the input fields. Check the S3 bucket name, make sure that the job name is not a duplicate, and confirm that you are using the correct file format. Then resend your request.

ConflictException

  • ConflictException object: The JobName field is a duplicate of a previously entered job name. Resend your request with a different name.

DateTime

  • DateTime string

FailureReason

  • FailureReason string

GetTranscriptionJobRequest

GetTranscriptionJobResponse

InternalFailureException

  • InternalFailureException object: There was an internal error. Check the error message and try your request again.

LanguageCode

  • LanguageCode string (values: en-US, es-US)

LimitExceededException

  • LimitExceededException object: Either you have sent too many requests or your input file is longer than 2 hours. Wait before you resend your request, or use a smaller file and resend the request.

ListTranscriptionJobsRequest

ListTranscriptionJobsResponse

MaxResults

  • MaxResults integer

Media

  • Media object: Describes the input media file in a transcription request.
    • MediaFileUri Uri

MediaFormat

  • MediaFormat string (values: mp3, mp4, wav, flac)

MediaSampleRateHertz

  • MediaSampleRateHertz integer

NextToken

  • NextToken string

NotFoundException

  • NotFoundException object: We can't find the requested job. Check the job name and try your request again.

StartTranscriptionJobRequest

StartTranscriptionJobResponse

String

  • String string

Transcript

  • Transcript object: Describes the output of a transcription job.
    • TranscriptFileUri Uri

TranscriptionJob

TranscriptionJobName

  • TranscriptionJobName string

TranscriptionJobStatus

  • TranscriptionJobStatus string (values: IN_PROGRESS, FAILED, COMPLETED)

TranscriptionJobSummaries

TranscriptionJobSummary

Uri

  • Uri string