Amazon Transcribe Service
Operations and objects for transcribing speech to text.Technical Specifications
startFlow
- OnInit
- ./lib/triggers/startFlow.js
- OnStartup
- -
- OnClose
- -
Attributes
-
CreateVocabulary
Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an audio file.
- OnInit
- ./lib/actions/CreateVocabulary.js
- OnStartup
- -
- OnClose
- -
Attributes
-
DeleteTranscriptionJob
Deletes a previously submitted transcription job along with any other generated results such as the transcription, models, and so on.
- OnInit
- ./lib/actions/DeleteTranscriptionJob.js
- OnStartup
- -
- OnClose
- -
Attributes
-
DeleteVocabulary
Deletes a vocabulary from Amazon Transcribe.
- OnInit
- ./lib/actions/DeleteVocabulary.js
- OnStartup
- -
- OnClose
- -
Attributes
-
GetTranscriptionJob
Returns information about a transcription job. To see the status of the job, check the TranscriptionJobStatus
field. If the status is COMPLETED
, the job is finished and you can find the results at the location specified in the TranscriptionFileUri
field.
- OnInit
- ./lib/actions/GetTranscriptionJob.js
- OnStartup
- -
- OnClose
- -
Attributes
-
GetVocabulary
Gets information about a vocabulary.
- OnInit
- ./lib/actions/GetVocabulary.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ListTranscriptionJobs
Lists transcription jobs with the specified status.
- OnInit
- ./lib/actions/ListTranscriptionJobs.js
- OnStartup
- -
- OnClose
- -
Attributes
-
ListVocabularies
Returns a list of vocabularies that match the specified criteria. If no criteria are specified, returns the entire list of vocabularies.
- OnInit
- ./lib/actions/ListVocabularies.js
- OnStartup
- -
- OnClose
- -
Attributes
-
StartTranscriptionJob
Starts an asynchronous job to transcribe speech to text.
- OnInit
- ./lib/actions/StartTranscriptionJob.js
- OnStartup
- -
- OnClose
- -
Attributes
-
UpdateVocabulary
Updates an existing vocabulary with new values. The UpdateVocabulary
operation overwrites all of the existing information with the values that you provide in the request.
- OnInit
- ./lib/actions/UpdateVocabulary.js
- OnStartup
- -
- OnClose
- -
Attributes
-
Keine Daten für terms vorhanden
Keine Daten für environment vorhanden