Skip navigation links
A B C D E F G H I L M N O S T U V W 

A

AbstractAmazonTranscribe - Class in com.amazonaws.services.transcribe
Abstract implementation of AmazonTranscribe.
AbstractAmazonTranscribe() - Constructor for class com.amazonaws.services.transcribe.AbstractAmazonTranscribe
 
AbstractAmazonTranscribeAsync - Class in com.amazonaws.services.transcribe
Abstract implementation of AmazonTranscribeAsync.
AbstractAmazonTranscribeAsync() - Constructor for class com.amazonaws.services.transcribe.AbstractAmazonTranscribeAsync
 
AmazonTranscribe - Interface in com.amazonaws.services.transcribe
Interface for accessing Amazon Transcribe Service.
AmazonTranscribeAsync - Interface in com.amazonaws.services.transcribe
Interface for accessing Amazon Transcribe Service asynchronously.
AmazonTranscribeAsyncClient - Class in com.amazonaws.services.transcribe
Client for accessing Amazon Transcribe Service asynchronously.
AmazonTranscribeAsyncClientBuilder - Class in com.amazonaws.services.transcribe
Fluent builder for AmazonTranscribeAsync.
AmazonTranscribeClient - Class in com.amazonaws.services.transcribe
Client for accessing Amazon Transcribe Service.
AmazonTranscribeClientBuilder - Class in com.amazonaws.services.transcribe
Fluent builder for AmazonTranscribe.
AmazonTranscribeException - Exception in com.amazonaws.services.transcribe.model
Base exception for all service exceptions thrown by Amazon Transcribe Service
AmazonTranscribeException(String) - Constructor for exception com.amazonaws.services.transcribe.model.AmazonTranscribeException
Constructs a new AmazonTranscribeException with the specified error message.
asyncBuilder() - Static method in class com.amazonaws.services.transcribe.AmazonTranscribeAsyncClient
 

B

BadRequestException - Exception in com.amazonaws.services.transcribe.model
Your request didn't pass one or more validation tests.
BadRequestException(String) - Constructor for exception com.amazonaws.services.transcribe.model.BadRequestException
Constructs a new BadRequestException with the specified error message.
build(AwsAsyncClientParams) - Method in class com.amazonaws.services.transcribe.AmazonTranscribeAsyncClientBuilder
Construct an asynchronous implementation of AmazonTranscribeAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.transcribe.AmazonTranscribeClientBuilder
Construct a synchronous implementation of AmazonTranscribe using the current builder configuration.
builder() - Static method in class com.amazonaws.services.transcribe.AmazonTranscribeClient
 

C

clone() - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyRequest
 
clone() - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyResult
 
clone() - Method in class com.amazonaws.services.transcribe.model.DeleteVocabularyRequest
 
clone() - Method in class com.amazonaws.services.transcribe.model.DeleteVocabularyResult
 
clone() - Method in class com.amazonaws.services.transcribe.model.GetTranscriptionJobRequest
 
clone() - Method in class com.amazonaws.services.transcribe.model.GetTranscriptionJobResult
 
clone() - Method in class com.amazonaws.services.transcribe.model.GetVocabularyRequest
 
clone() - Method in class com.amazonaws.services.transcribe.model.GetVocabularyResult
 
clone() - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsRequest
 
clone() - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsResult
 
clone() - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesRequest
 
clone() - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesResult
 
clone() - Method in class com.amazonaws.services.transcribe.model.Media
 
clone() - Method in class com.amazonaws.services.transcribe.model.Settings
 
clone() - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobRequest
 
clone() - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobResult
 
clone() - Method in class com.amazonaws.services.transcribe.model.Transcript
 
clone() - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
 
clone() - Method in class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
 
clone() - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyRequest
 
clone() - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyResult
 
clone() - Method in class com.amazonaws.services.transcribe.model.VocabularyInfo
 
com.amazonaws.services.transcribe - package com.amazonaws.services.transcribe
Operations and objects for transcribing speech to text.
com.amazonaws.services.transcribe.model - package com.amazonaws.services.transcribe.model
 
configFactory - Static variable in class com.amazonaws.services.transcribe.AmazonTranscribeClient
Client configuration factory providing ClientConfigurations tailored to this client
ConflictException - Exception in com.amazonaws.services.transcribe.model
When you are using the StartTranscriptionJob operation, the JobName field is a duplicate of a previously entered job name.
ConflictException(String) - Constructor for exception com.amazonaws.services.transcribe.model.ConflictException
Constructs a new ConflictException with the specified error message.
createVocabulary(CreateVocabularyRequest) - Method in class com.amazonaws.services.transcribe.AbstractAmazonTranscribe
 
createVocabulary(CreateVocabularyRequest) - Method in interface com.amazonaws.services.transcribe.AmazonTranscribe
Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an audio file.
createVocabulary(CreateVocabularyRequest) - Method in class com.amazonaws.services.transcribe.AmazonTranscribeClient
Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an audio file.
createVocabularyAsync(CreateVocabularyRequest) - Method in class com.amazonaws.services.transcribe.AbstractAmazonTranscribeAsync
 
createVocabularyAsync(CreateVocabularyRequest, AsyncHandler<CreateVocabularyRequest, CreateVocabularyResult>) - Method in class com.amazonaws.services.transcribe.AbstractAmazonTranscribeAsync
 
createVocabularyAsync(CreateVocabularyRequest) - Method in interface com.amazonaws.services.transcribe.AmazonTranscribeAsync
Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an audio file.
createVocabularyAsync(CreateVocabularyRequest, AsyncHandler<CreateVocabularyRequest, CreateVocabularyResult>) - Method in interface com.amazonaws.services.transcribe.AmazonTranscribeAsync
Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an audio file.
createVocabularyAsync(CreateVocabularyRequest) - Method in class com.amazonaws.services.transcribe.AmazonTranscribeAsyncClient
 
createVocabularyAsync(CreateVocabularyRequest, AsyncHandler<CreateVocabularyRequest, CreateVocabularyResult>) - Method in class com.amazonaws.services.transcribe.AmazonTranscribeAsyncClient
 
CreateVocabularyRequest - Class in com.amazonaws.services.transcribe.model
 
CreateVocabularyRequest() - Constructor for class com.amazonaws.services.transcribe.model.CreateVocabularyRequest
 
CreateVocabularyResult - Class in com.amazonaws.services.transcribe.model
 
CreateVocabularyResult() - Constructor for class com.amazonaws.services.transcribe.model.CreateVocabularyResult
 

D

defaultClient() - Static method in class com.amazonaws.services.transcribe.AmazonTranscribeAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.transcribe.AmazonTranscribeClientBuilder
 
deleteVocabulary(DeleteVocabularyRequest) - Method in class com.amazonaws.services.transcribe.AbstractAmazonTranscribe
 
deleteVocabulary(DeleteVocabularyRequest) - Method in interface com.amazonaws.services.transcribe.AmazonTranscribe
Deletes a vocabulary from Amazon Transcribe.
deleteVocabulary(DeleteVocabularyRequest) - Method in class com.amazonaws.services.transcribe.AmazonTranscribeClient
Deletes a vocabulary from Amazon Transcribe.
deleteVocabularyAsync(DeleteVocabularyRequest) - Method in class com.amazonaws.services.transcribe.AbstractAmazonTranscribeAsync
 
deleteVocabularyAsync(DeleteVocabularyRequest, AsyncHandler<DeleteVocabularyRequest, DeleteVocabularyResult>) - Method in class com.amazonaws.services.transcribe.AbstractAmazonTranscribeAsync
 
deleteVocabularyAsync(DeleteVocabularyRequest) - Method in interface com.amazonaws.services.transcribe.AmazonTranscribeAsync
Deletes a vocabulary from Amazon Transcribe.
deleteVocabularyAsync(DeleteVocabularyRequest, AsyncHandler<DeleteVocabularyRequest, DeleteVocabularyResult>) - Method in interface com.amazonaws.services.transcribe.AmazonTranscribeAsync
Deletes a vocabulary from Amazon Transcribe.
deleteVocabularyAsync(DeleteVocabularyRequest) - Method in class com.amazonaws.services.transcribe.AmazonTranscribeAsyncClient
 
deleteVocabularyAsync(DeleteVocabularyRequest, AsyncHandler<DeleteVocabularyRequest, DeleteVocabularyResult>) - Method in class com.amazonaws.services.transcribe.AmazonTranscribeAsyncClient
 
DeleteVocabularyRequest - Class in com.amazonaws.services.transcribe.model
 
DeleteVocabularyRequest() - Constructor for class com.amazonaws.services.transcribe.model.DeleteVocabularyRequest
 
DeleteVocabularyResult - Class in com.amazonaws.services.transcribe.model
 
DeleteVocabularyResult() - Constructor for class com.amazonaws.services.transcribe.model.DeleteVocabularyResult
 

E

ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.transcribe.AmazonTranscribe
The region metadata service name for computing region endpoints.
equals(Object) - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyRequest
 
equals(Object) - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyResult
 
equals(Object) - Method in class com.amazonaws.services.transcribe.model.DeleteVocabularyRequest
 
equals(Object) - Method in class com.amazonaws.services.transcribe.model.DeleteVocabularyResult
 
equals(Object) - Method in class com.amazonaws.services.transcribe.model.GetTranscriptionJobRequest
 
equals(Object) - Method in class com.amazonaws.services.transcribe.model.GetTranscriptionJobResult
 
equals(Object) - Method in class com.amazonaws.services.transcribe.model.GetVocabularyRequest
 
equals(Object) - Method in class com.amazonaws.services.transcribe.model.GetVocabularyResult
 
equals(Object) - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsRequest
 
equals(Object) - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsResult
 
equals(Object) - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesRequest
 
equals(Object) - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesResult
 
equals(Object) - Method in class com.amazonaws.services.transcribe.model.Media
 
equals(Object) - Method in class com.amazonaws.services.transcribe.model.Settings
 
equals(Object) - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobRequest
 
equals(Object) - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobResult
 
equals(Object) - Method in class com.amazonaws.services.transcribe.model.Transcript
 
equals(Object) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
 
equals(Object) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
 
equals(Object) - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyRequest
 
equals(Object) - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyResult
 
equals(Object) - Method in class com.amazonaws.services.transcribe.model.VocabularyInfo
 

F

fromValue(String) - Static method in enum com.amazonaws.services.transcribe.model.LanguageCode
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.transcribe.model.MediaFormat
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.transcribe.model.OutputLocationType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.transcribe.model.TranscriptionJobStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.transcribe.model.VocabularyState
Use this in place of valueOf.

G

getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.transcribe.AbstractAmazonTranscribe
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.transcribe.AmazonTranscribe
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.transcribe.AmazonTranscribeClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getCompletionTime() - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
A timestamp that shows when the job was completed.
getCompletionTime() - Method in class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
A timestamp that shows when the job was completed.
getCreationTime() - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
A timestamp that shows when the job was created.
getCreationTime() - Method in class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
A timestamp that shows when the job was created.
getDownloadUri() - Method in class com.amazonaws.services.transcribe.model.GetVocabularyResult
The S3 location where the vocabulary is stored.
getExecutorService() - Method in class com.amazonaws.services.transcribe.AmazonTranscribeAsyncClient
Returns the executor service used by this client to execute async requests.
getFailureReason() - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyResult
If the VocabularyState field is FAILED, this field contains information about why the job failed.
getFailureReason() - Method in class com.amazonaws.services.transcribe.model.GetVocabularyResult
If the VocabularyState field is FAILED, this field contains information about why the job failed.
getFailureReason() - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.
getFailureReason() - Method in class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
If the TranscriptionJobStatus field is FAILED, a description of the error.
getJobNameContains() - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsRequest
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
getLanguageCode() - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyRequest
The language code of the vocabulary entries.
getLanguageCode() - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyResult
The language code of the vocabulary entries.
getLanguageCode() - Method in class com.amazonaws.services.transcribe.model.GetVocabularyResult
The language code of the vocabulary entries.
getLanguageCode() - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobRequest
The language code for the language used in the input media file.
getLanguageCode() - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
The language code for the input speech.
getLanguageCode() - Method in class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
The language code for the input speech.
getLanguageCode() - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyRequest
The language code of the vocabulary entries.
getLanguageCode() - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyResult
The language code of the vocabulary entries.
getLanguageCode() - Method in class com.amazonaws.services.transcribe.model.VocabularyInfo
The language code of the vocabulary entries.
getLastModifiedTime() - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyResult
The date and time that the vocabulary was created.
getLastModifiedTime() - Method in class com.amazonaws.services.transcribe.model.GetVocabularyResult
The date and time that the vocabulary was last modified.
getLastModifiedTime() - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyResult
The date and time that the vocabulary was updated.
getLastModifiedTime() - Method in class com.amazonaws.services.transcribe.model.VocabularyInfo
The date and time that the vocabulary was last modified.
getMaxResults() - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsRequest
The maximum number of jobs to return in the response.
getMaxResults() - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesRequest
The maximum number of vocabularies to return in the response.
getMaxSpeakerLabels() - Method in class com.amazonaws.services.transcribe.model.Settings
The maximum number of speakers to identify in the input audio.
getMedia() - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobRequest
An object that describes the input media for a transcription job.
getMedia() - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
An object that describes the input media for the transcription job.
getMediaFileUri() - Method in class com.amazonaws.services.transcribe.model.Media
The S3 location of the input media file.
getMediaFormat() - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobRequest
The format of the input media file.
getMediaFormat() - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
The format of the input media file.
getMediaSampleRateHertz() - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobRequest
The sample rate, in Hertz, of the audio track in the input media file.
getMediaSampleRateHertz() - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
The sample rate, in Hertz, of the audio track in the input media file.
getNameContains() - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesRequest
When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string.
getNextToken() - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsRequest
If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.
getNextToken() - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsResult
The ListTranscriptionJobs operation returns a page of jobs at a time.
getNextToken() - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesRequest
If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.
getNextToken() - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesResult
The ListVocabularies operation returns a page of vocabularies at a time.
getOutputBucketName() - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobRequest
The location where the transcription is stored.
getOutputLocationType() - Method in class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
Indicates the location of the output of the transcription job.
getPhrases() - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyRequest
An array of strings that contains the vocabulary entries.
getPhrases() - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyRequest
An array of strings containing the vocabulary entries.
getSettings() - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobRequest
A Settings object that provides optional settings for a transcription job.
getSettings() - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
Optional settings for the transcription job.
getShowSpeakerLabels() - Method in class com.amazonaws.services.transcribe.model.Settings
Determines whether the transcription job should use speaker recognition to identify different speakers in the input audio.
getStateEquals() - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesRequest
When specified, only returns vocabularies with the VocabularyState field equal to the specified state.
getStatus() - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsRequest
When specified, returns only transcription jobs with the specified status.
getStatus() - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsResult
The requested status of the jobs returned.
getStatus() - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesResult
The requested vocabulary state.
getTranscript() - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
An object that describes the output of the transcription job.
getTranscriptFileUri() - Method in class com.amazonaws.services.transcribe.model.Transcript
The location where the transcription is stored.
getTranscriptionJob(GetTranscriptionJobRequest) - Method in class com.amazonaws.services.transcribe.AbstractAmazonTranscribe
 
getTranscriptionJob(GetTranscriptionJobRequest) - Method in interface com.amazonaws.services.transcribe.AmazonTranscribe
Returns information about a transcription job.
getTranscriptionJob(GetTranscriptionJobRequest) - Method in class com.amazonaws.services.transcribe.AmazonTranscribeClient
Returns information about a transcription job.
getTranscriptionJob() - Method in class com.amazonaws.services.transcribe.model.GetTranscriptionJobResult
An object that contains the results of the transcription job.
getTranscriptionJob() - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobResult
An object containing details of the asynchronous transcription job.
getTranscriptionJobAsync(GetTranscriptionJobRequest) - Method in class com.amazonaws.services.transcribe.AbstractAmazonTranscribeAsync
 
getTranscriptionJobAsync(GetTranscriptionJobRequest, AsyncHandler<GetTranscriptionJobRequest, GetTranscriptionJobResult>) - Method in class com.amazonaws.services.transcribe.AbstractAmazonTranscribeAsync
 
getTranscriptionJobAsync(GetTranscriptionJobRequest) - Method in interface com.amazonaws.services.transcribe.AmazonTranscribeAsync
Returns information about a transcription job.
getTranscriptionJobAsync(GetTranscriptionJobRequest, AsyncHandler<GetTranscriptionJobRequest, GetTranscriptionJobResult>) - Method in interface com.amazonaws.services.transcribe.AmazonTranscribeAsync
Returns information about a transcription job.
getTranscriptionJobAsync(GetTranscriptionJobRequest) - Method in class com.amazonaws.services.transcribe.AmazonTranscribeAsyncClient
 
getTranscriptionJobAsync(GetTranscriptionJobRequest, AsyncHandler<GetTranscriptionJobRequest, GetTranscriptionJobResult>) - Method in class com.amazonaws.services.transcribe.AmazonTranscribeAsyncClient
 
getTranscriptionJobName() - Method in class com.amazonaws.services.transcribe.model.GetTranscriptionJobRequest
The name of the job.
getTranscriptionJobName() - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobRequest
The name of the job.
getTranscriptionJobName() - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
The name of the transcription job.
getTranscriptionJobName() - Method in class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
The name of the transcription job.
GetTranscriptionJobRequest - Class in com.amazonaws.services.transcribe.model
 
GetTranscriptionJobRequest() - Constructor for class com.amazonaws.services.transcribe.model.GetTranscriptionJobRequest
 
GetTranscriptionJobResult - Class in com.amazonaws.services.transcribe.model
 
GetTranscriptionJobResult() - Constructor for class com.amazonaws.services.transcribe.model.GetTranscriptionJobResult
 
getTranscriptionJobStatus() - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
The status of the transcription job.
getTranscriptionJobStatus() - Method in class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
The status of the transcription job.
getTranscriptionJobSummaries() - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsResult
A list of objects containing summary information for a transcription job.
getVocabularies() - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesResult
A list of objects that describe the vocabularies that match the search criteria in the request.
getVocabulary(GetVocabularyRequest) - Method in class com.amazonaws.services.transcribe.AbstractAmazonTranscribe
 
getVocabulary(GetVocabularyRequest) - Method in interface com.amazonaws.services.transcribe.AmazonTranscribe
Gets information about a vocabulary.
getVocabulary(GetVocabularyRequest) - Method in class com.amazonaws.services.transcribe.AmazonTranscribeClient
Gets information about a vocabulary.
getVocabularyAsync(GetVocabularyRequest) - Method in class com.amazonaws.services.transcribe.AbstractAmazonTranscribeAsync
 
getVocabularyAsync(GetVocabularyRequest, AsyncHandler<GetVocabularyRequest, GetVocabularyResult>) - Method in class com.amazonaws.services.transcribe.AbstractAmazonTranscribeAsync
 
getVocabularyAsync(GetVocabularyRequest) - Method in interface com.amazonaws.services.transcribe.AmazonTranscribeAsync
Gets information about a vocabulary.
getVocabularyAsync(GetVocabularyRequest, AsyncHandler<GetVocabularyRequest, GetVocabularyResult>) - Method in interface com.amazonaws.services.transcribe.AmazonTranscribeAsync
Gets information about a vocabulary.
getVocabularyAsync(GetVocabularyRequest) - Method in class com.amazonaws.services.transcribe.AmazonTranscribeAsyncClient
 
getVocabularyAsync(GetVocabularyRequest, AsyncHandler<GetVocabularyRequest, GetVocabularyResult>) - Method in class com.amazonaws.services.transcribe.AmazonTranscribeAsyncClient
 
getVocabularyName() - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyRequest
The name of the vocabulary.
getVocabularyName() - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyResult
The name of the vocabulary.
getVocabularyName() - Method in class com.amazonaws.services.transcribe.model.DeleteVocabularyRequest
The name of the vocabulary to delete.
getVocabularyName() - Method in class com.amazonaws.services.transcribe.model.GetVocabularyRequest
The name of the vocabulary to return information about.
getVocabularyName() - Method in class com.amazonaws.services.transcribe.model.GetVocabularyResult
The name of the vocabulary to return.
getVocabularyName() - Method in class com.amazonaws.services.transcribe.model.Settings
The name of a vocabulary to use when processing the transcription job.
getVocabularyName() - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyRequest
The name of the vocabulary to update.
getVocabularyName() - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyResult
The name of the vocabulary that was updated.
getVocabularyName() - Method in class com.amazonaws.services.transcribe.model.VocabularyInfo
The name of the vocabulary.
GetVocabularyRequest - Class in com.amazonaws.services.transcribe.model
 
GetVocabularyRequest() - Constructor for class com.amazonaws.services.transcribe.model.GetVocabularyRequest
 
GetVocabularyResult - Class in com.amazonaws.services.transcribe.model
 
GetVocabularyResult() - Constructor for class com.amazonaws.services.transcribe.model.GetVocabularyResult
 
getVocabularyState() - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyResult
The processing state of the vocabulary.
getVocabularyState() - Method in class com.amazonaws.services.transcribe.model.GetVocabularyResult
The processing state of the vocabulary.
getVocabularyState() - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyResult
The processing state of the vocabulary.
getVocabularyState() - Method in class com.amazonaws.services.transcribe.model.VocabularyInfo
The processing state of the vocabulary.

H

hashCode() - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyRequest
 
hashCode() - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyResult
 
hashCode() - Method in class com.amazonaws.services.transcribe.model.DeleteVocabularyRequest
 
hashCode() - Method in class com.amazonaws.services.transcribe.model.DeleteVocabularyResult
 
hashCode() - Method in class com.amazonaws.services.transcribe.model.GetTranscriptionJobRequest
 
hashCode() - Method in class com.amazonaws.services.transcribe.model.GetTranscriptionJobResult
 
hashCode() - Method in class com.amazonaws.services.transcribe.model.GetVocabularyRequest
 
hashCode() - Method in class com.amazonaws.services.transcribe.model.GetVocabularyResult
 
hashCode() - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsRequest
 
hashCode() - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsResult
 
hashCode() - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesRequest
 
hashCode() - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesResult
 
hashCode() - Method in class com.amazonaws.services.transcribe.model.Media
 
hashCode() - Method in class com.amazonaws.services.transcribe.model.Settings
 
hashCode() - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobRequest
 
hashCode() - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobResult
 
hashCode() - Method in class com.amazonaws.services.transcribe.model.Transcript
 
hashCode() - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
 
hashCode() - Method in class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
 
hashCode() - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyRequest
 
hashCode() - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyResult
 
hashCode() - Method in class com.amazonaws.services.transcribe.model.VocabularyInfo
 

I

InternalFailureException - Exception in com.amazonaws.services.transcribe.model
There was an internal error.
InternalFailureException(String) - Constructor for exception com.amazonaws.services.transcribe.model.InternalFailureException
Constructs a new InternalFailureException with the specified error message.
isShowSpeakerLabels() - Method in class com.amazonaws.services.transcribe.model.Settings
Determines whether the transcription job should use speaker recognition to identify different speakers in the input audio.

L

LanguageCode - Enum in com.amazonaws.services.transcribe.model
 
LimitExceededException - Exception in com.amazonaws.services.transcribe.model
Either you have sent too many requests or your input file is too long.
LimitExceededException(String) - Constructor for exception com.amazonaws.services.transcribe.model.LimitExceededException
Constructs a new LimitExceededException with the specified error message.
listTranscriptionJobs(ListTranscriptionJobsRequest) - Method in class com.amazonaws.services.transcribe.AbstractAmazonTranscribe
 
listTranscriptionJobs(ListTranscriptionJobsRequest) - Method in interface com.amazonaws.services.transcribe.AmazonTranscribe
Lists transcription jobs with the specified status.
listTranscriptionJobs(ListTranscriptionJobsRequest) - Method in class com.amazonaws.services.transcribe.AmazonTranscribeClient
Lists transcription jobs with the specified status.
listTranscriptionJobsAsync(ListTranscriptionJobsRequest) - Method in class com.amazonaws.services.transcribe.AbstractAmazonTranscribeAsync
 
listTranscriptionJobsAsync(ListTranscriptionJobsRequest, AsyncHandler<ListTranscriptionJobsRequest, ListTranscriptionJobsResult>) - Method in class com.amazonaws.services.transcribe.AbstractAmazonTranscribeAsync
 
listTranscriptionJobsAsync(ListTranscriptionJobsRequest) - Method in interface com.amazonaws.services.transcribe.AmazonTranscribeAsync
Lists transcription jobs with the specified status.
listTranscriptionJobsAsync(ListTranscriptionJobsRequest, AsyncHandler<ListTranscriptionJobsRequest, ListTranscriptionJobsResult>) - Method in interface com.amazonaws.services.transcribe.AmazonTranscribeAsync
Lists transcription jobs with the specified status.
listTranscriptionJobsAsync(ListTranscriptionJobsRequest) - Method in class com.amazonaws.services.transcribe.AmazonTranscribeAsyncClient
 
listTranscriptionJobsAsync(ListTranscriptionJobsRequest, AsyncHandler<ListTranscriptionJobsRequest, ListTranscriptionJobsResult>) - Method in class com.amazonaws.services.transcribe.AmazonTranscribeAsyncClient
 
ListTranscriptionJobsRequest - Class in com.amazonaws.services.transcribe.model
 
ListTranscriptionJobsRequest() - Constructor for class com.amazonaws.services.transcribe.model.ListTranscriptionJobsRequest
 
ListTranscriptionJobsResult - Class in com.amazonaws.services.transcribe.model
 
ListTranscriptionJobsResult() - Constructor for class com.amazonaws.services.transcribe.model.ListTranscriptionJobsResult
 
listVocabularies(ListVocabulariesRequest) - Method in class com.amazonaws.services.transcribe.AbstractAmazonTranscribe
 
listVocabularies(ListVocabulariesRequest) - Method in interface com.amazonaws.services.transcribe.AmazonTranscribe
Returns a list of vocabularies that match the specified criteria.
listVocabularies(ListVocabulariesRequest) - Method in class com.amazonaws.services.transcribe.AmazonTranscribeClient
Returns a list of vocabularies that match the specified criteria.
listVocabulariesAsync(ListVocabulariesRequest) - Method in class com.amazonaws.services.transcribe.AbstractAmazonTranscribeAsync
 
listVocabulariesAsync(ListVocabulariesRequest, AsyncHandler<ListVocabulariesRequest, ListVocabulariesResult>) - Method in class com.amazonaws.services.transcribe.AbstractAmazonTranscribeAsync
 
listVocabulariesAsync(ListVocabulariesRequest) - Method in interface com.amazonaws.services.transcribe.AmazonTranscribeAsync
Returns a list of vocabularies that match the specified criteria.
listVocabulariesAsync(ListVocabulariesRequest, AsyncHandler<ListVocabulariesRequest, ListVocabulariesResult>) - Method in interface com.amazonaws.services.transcribe.AmazonTranscribeAsync
Returns a list of vocabularies that match the specified criteria.
listVocabulariesAsync(ListVocabulariesRequest) - Method in class com.amazonaws.services.transcribe.AmazonTranscribeAsyncClient
 
listVocabulariesAsync(ListVocabulariesRequest, AsyncHandler<ListVocabulariesRequest, ListVocabulariesResult>) - Method in class com.amazonaws.services.transcribe.AmazonTranscribeAsyncClient
 
ListVocabulariesRequest - Class in com.amazonaws.services.transcribe.model
 
ListVocabulariesRequest() - Constructor for class com.amazonaws.services.transcribe.model.ListVocabulariesRequest
 
ListVocabulariesResult - Class in com.amazonaws.services.transcribe.model
 
ListVocabulariesResult() - Constructor for class com.amazonaws.services.transcribe.model.ListVocabulariesResult
 

M

marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.transcribe.model.Media
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.transcribe.model.Settings
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.transcribe.model.Transcript
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.transcribe.model.VocabularyInfo
 
Media - Class in com.amazonaws.services.transcribe.model
Describes the input media file in a transcription request.
Media() - Constructor for class com.amazonaws.services.transcribe.model.Media
 
MediaFormat - Enum in com.amazonaws.services.transcribe.model
 

N

NotFoundException - Exception in com.amazonaws.services.transcribe.model
We can't find the requested resource.
NotFoundException(String) - Constructor for exception com.amazonaws.services.transcribe.model.NotFoundException
Constructs a new NotFoundException with the specified error message.

O

OutputLocationType - Enum in com.amazonaws.services.transcribe.model
 

S

setCompletionTime(Date) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
A timestamp that shows when the job was completed.
setCompletionTime(Date) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
A timestamp that shows when the job was completed.
setCreationTime(Date) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
A timestamp that shows when the job was created.
setCreationTime(Date) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
A timestamp that shows when the job was created.
setDownloadUri(String) - Method in class com.amazonaws.services.transcribe.model.GetVocabularyResult
The S3 location where the vocabulary is stored.
setFailureReason(String) - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyResult
If the VocabularyState field is FAILED, this field contains information about why the job failed.
setFailureReason(String) - Method in class com.amazonaws.services.transcribe.model.GetVocabularyResult
If the VocabularyState field is FAILED, this field contains information about why the job failed.
setFailureReason(String) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.
setFailureReason(String) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
If the TranscriptionJobStatus field is FAILED, a description of the error.
setJobNameContains(String) - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsRequest
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
setLanguageCode(String) - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyRequest
The language code of the vocabulary entries.
setLanguageCode(String) - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyResult
The language code of the vocabulary entries.
setLanguageCode(String) - Method in class com.amazonaws.services.transcribe.model.GetVocabularyResult
The language code of the vocabulary entries.
setLanguageCode(String) - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobRequest
The language code for the language used in the input media file.
setLanguageCode(String) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
The language code for the input speech.
setLanguageCode(String) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
The language code for the input speech.
setLanguageCode(String) - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyRequest
The language code of the vocabulary entries.
setLanguageCode(String) - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyResult
The language code of the vocabulary entries.
setLanguageCode(String) - Method in class com.amazonaws.services.transcribe.model.VocabularyInfo
The language code of the vocabulary entries.
setLastModifiedTime(Date) - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyResult
The date and time that the vocabulary was created.
setLastModifiedTime(Date) - Method in class com.amazonaws.services.transcribe.model.GetVocabularyResult
The date and time that the vocabulary was last modified.
setLastModifiedTime(Date) - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyResult
The date and time that the vocabulary was updated.
setLastModifiedTime(Date) - Method in class com.amazonaws.services.transcribe.model.VocabularyInfo
The date and time that the vocabulary was last modified.
setMaxResults(Integer) - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsRequest
The maximum number of jobs to return in the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesRequest
The maximum number of vocabularies to return in the response.
setMaxSpeakerLabels(Integer) - Method in class com.amazonaws.services.transcribe.model.Settings
The maximum number of speakers to identify in the input audio.
setMedia(Media) - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobRequest
An object that describes the input media for a transcription job.
setMedia(Media) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
An object that describes the input media for the transcription job.
setMediaFileUri(String) - Method in class com.amazonaws.services.transcribe.model.Media
The S3 location of the input media file.
setMediaFormat(String) - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobRequest
The format of the input media file.
setMediaFormat(String) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
The format of the input media file.
setMediaSampleRateHertz(Integer) - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobRequest
The sample rate, in Hertz, of the audio track in the input media file.
setMediaSampleRateHertz(Integer) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
The sample rate, in Hertz, of the audio track in the input media file.
setNameContains(String) - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesRequest
When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string.
setNextToken(String) - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsRequest
If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.
setNextToken(String) - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsResult
The ListTranscriptionJobs operation returns a page of jobs at a time.
setNextToken(String) - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesRequest
If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.
setNextToken(String) - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesResult
The ListVocabularies operation returns a page of vocabularies at a time.
setOutputBucketName(String) - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobRequest
The location where the transcription is stored.
setOutputLocationType(String) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
Indicates the location of the output of the transcription job.
setPhrases(Collection<String>) - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyRequest
An array of strings that contains the vocabulary entries.
setPhrases(Collection<String>) - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyRequest
An array of strings containing the vocabulary entries.
setSettings(Settings) - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobRequest
A Settings object that provides optional settings for a transcription job.
setSettings(Settings) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
Optional settings for the transcription job.
setShowSpeakerLabels(Boolean) - Method in class com.amazonaws.services.transcribe.model.Settings
Determines whether the transcription job should use speaker recognition to identify different speakers in the input audio.
setStateEquals(String) - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesRequest
When specified, only returns vocabularies with the VocabularyState field equal to the specified state.
setStatus(String) - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsRequest
When specified, returns only transcription jobs with the specified status.
setStatus(String) - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsResult
The requested status of the jobs returned.
setStatus(String) - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesResult
The requested vocabulary state.
Settings - Class in com.amazonaws.services.transcribe.model
Provides optional settings for the StartTranscriptionJob operation.
Settings() - Constructor for class com.amazonaws.services.transcribe.model.Settings
 
setTranscript(Transcript) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
An object that describes the output of the transcription job.
setTranscriptFileUri(String) - Method in class com.amazonaws.services.transcribe.model.Transcript
The location where the transcription is stored.
setTranscriptionJob(TranscriptionJob) - Method in class com.amazonaws.services.transcribe.model.GetTranscriptionJobResult
An object that contains the results of the transcription job.
setTranscriptionJob(TranscriptionJob) - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobResult
An object containing details of the asynchronous transcription job.
setTranscriptionJobName(String) - Method in class com.amazonaws.services.transcribe.model.GetTranscriptionJobRequest
The name of the job.
setTranscriptionJobName(String) - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobRequest
The name of the job.
setTranscriptionJobName(String) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
The name of the transcription job.
setTranscriptionJobName(String) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
The name of the transcription job.
setTranscriptionJobStatus(String) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
The status of the transcription job.
setTranscriptionJobStatus(String) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
The status of the transcription job.
setTranscriptionJobSummaries(Collection<TranscriptionJobSummary>) - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsResult
A list of objects containing summary information for a transcription job.
setVocabularies(Collection<VocabularyInfo>) - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesResult
A list of objects that describe the vocabularies that match the search criteria in the request.
setVocabularyName(String) - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyRequest
The name of the vocabulary.
setVocabularyName(String) - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyResult
The name of the vocabulary.
setVocabularyName(String) - Method in class com.amazonaws.services.transcribe.model.DeleteVocabularyRequest
The name of the vocabulary to delete.
setVocabularyName(String) - Method in class com.amazonaws.services.transcribe.model.GetVocabularyRequest
The name of the vocabulary to return information about.
setVocabularyName(String) - Method in class com.amazonaws.services.transcribe.model.GetVocabularyResult
The name of the vocabulary to return.
setVocabularyName(String) - Method in class com.amazonaws.services.transcribe.model.Settings
The name of a vocabulary to use when processing the transcription job.
setVocabularyName(String) - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyRequest
The name of the vocabulary to update.
setVocabularyName(String) - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyResult
The name of the vocabulary that was updated.
setVocabularyName(String) - Method in class com.amazonaws.services.transcribe.model.VocabularyInfo
The name of the vocabulary.
setVocabularyState(String) - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyResult
The processing state of the vocabulary.
setVocabularyState(String) - Method in class com.amazonaws.services.transcribe.model.GetVocabularyResult
The processing state of the vocabulary.
setVocabularyState(String) - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyResult
The processing state of the vocabulary.
setVocabularyState(String) - Method in class com.amazonaws.services.transcribe.model.VocabularyInfo
The processing state of the vocabulary.
shutdown() - Method in class com.amazonaws.services.transcribe.AbstractAmazonTranscribe
 
shutdown() - Method in interface com.amazonaws.services.transcribe.AmazonTranscribe
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.transcribe.AmazonTranscribeAsyncClient
Shuts down the client, releasing all managed resources.
standard() - Static method in class com.amazonaws.services.transcribe.AmazonTranscribeAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.transcribe.AmazonTranscribeClientBuilder
 
startTranscriptionJob(StartTranscriptionJobRequest) - Method in class com.amazonaws.services.transcribe.AbstractAmazonTranscribe
 
startTranscriptionJob(StartTranscriptionJobRequest) - Method in interface com.amazonaws.services.transcribe.AmazonTranscribe
Starts an asynchronous job to transcribe speech to text.
startTranscriptionJob(StartTranscriptionJobRequest) - Method in class com.amazonaws.services.transcribe.AmazonTranscribeClient
Starts an asynchronous job to transcribe speech to text.
startTranscriptionJobAsync(StartTranscriptionJobRequest) - Method in class com.amazonaws.services.transcribe.AbstractAmazonTranscribeAsync
 
startTranscriptionJobAsync(StartTranscriptionJobRequest, AsyncHandler<StartTranscriptionJobRequest, StartTranscriptionJobResult>) - Method in class com.amazonaws.services.transcribe.AbstractAmazonTranscribeAsync
 
startTranscriptionJobAsync(StartTranscriptionJobRequest) - Method in interface com.amazonaws.services.transcribe.AmazonTranscribeAsync
Starts an asynchronous job to transcribe speech to text.
startTranscriptionJobAsync(StartTranscriptionJobRequest, AsyncHandler<StartTranscriptionJobRequest, StartTranscriptionJobResult>) - Method in interface com.amazonaws.services.transcribe.AmazonTranscribeAsync
Starts an asynchronous job to transcribe speech to text.
startTranscriptionJobAsync(StartTranscriptionJobRequest) - Method in class com.amazonaws.services.transcribe.AmazonTranscribeAsyncClient
 
startTranscriptionJobAsync(StartTranscriptionJobRequest, AsyncHandler<StartTranscriptionJobRequest, StartTranscriptionJobResult>) - Method in class com.amazonaws.services.transcribe.AmazonTranscribeAsyncClient
 
StartTranscriptionJobRequest - Class in com.amazonaws.services.transcribe.model
 
StartTranscriptionJobRequest() - Constructor for class com.amazonaws.services.transcribe.model.StartTranscriptionJobRequest
 
StartTranscriptionJobResult - Class in com.amazonaws.services.transcribe.model
 
StartTranscriptionJobResult() - Constructor for class com.amazonaws.services.transcribe.model.StartTranscriptionJobResult
 

T

toString() - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.transcribe.model.DeleteVocabularyRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.transcribe.model.DeleteVocabularyResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.transcribe.model.GetTranscriptionJobRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.transcribe.model.GetTranscriptionJobResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.transcribe.model.GetVocabularyRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.transcribe.model.GetVocabularyResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.transcribe.model.LanguageCode
 
toString() - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.transcribe.model.Media
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.transcribe.model.MediaFormat
 
toString() - Method in enum com.amazonaws.services.transcribe.model.OutputLocationType
 
toString() - Method in class com.amazonaws.services.transcribe.model.Settings
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.transcribe.model.Transcript
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.transcribe.model.TranscriptionJobStatus
 
toString() - Method in class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.transcribe.model.VocabularyInfo
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.transcribe.model.VocabularyState
 
Transcript - Class in com.amazonaws.services.transcribe.model
Identifies the location of a transcription.
Transcript() - Constructor for class com.amazonaws.services.transcribe.model.Transcript
 
TranscriptionJob - Class in com.amazonaws.services.transcribe.model
Describes an asynchronous transcription job that was created with the StartTranscriptionJob operation.
TranscriptionJob() - Constructor for class com.amazonaws.services.transcribe.model.TranscriptionJob
 
TranscriptionJobStatus - Enum in com.amazonaws.services.transcribe.model
 
TranscriptionJobSummary - Class in com.amazonaws.services.transcribe.model
Provides a summary of information about a transcription job.
TranscriptionJobSummary() - Constructor for class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
 

U

updateVocabulary(UpdateVocabularyRequest) - Method in class com.amazonaws.services.transcribe.AbstractAmazonTranscribe
 
updateVocabulary(UpdateVocabularyRequest) - Method in interface com.amazonaws.services.transcribe.AmazonTranscribe
Updates an existing vocabulary with new values.
updateVocabulary(UpdateVocabularyRequest) - Method in class com.amazonaws.services.transcribe.AmazonTranscribeClient
Updates an existing vocabulary with new values.
updateVocabularyAsync(UpdateVocabularyRequest) - Method in class com.amazonaws.services.transcribe.AbstractAmazonTranscribeAsync
 
updateVocabularyAsync(UpdateVocabularyRequest, AsyncHandler<UpdateVocabularyRequest, UpdateVocabularyResult>) - Method in class com.amazonaws.services.transcribe.AbstractAmazonTranscribeAsync
 
updateVocabularyAsync(UpdateVocabularyRequest) - Method in interface com.amazonaws.services.transcribe.AmazonTranscribeAsync
Updates an existing vocabulary with new values.
updateVocabularyAsync(UpdateVocabularyRequest, AsyncHandler<UpdateVocabularyRequest, UpdateVocabularyResult>) - Method in interface com.amazonaws.services.transcribe.AmazonTranscribeAsync
Updates an existing vocabulary with new values.
updateVocabularyAsync(UpdateVocabularyRequest) - Method in class com.amazonaws.services.transcribe.AmazonTranscribeAsyncClient
 
updateVocabularyAsync(UpdateVocabularyRequest, AsyncHandler<UpdateVocabularyRequest, UpdateVocabularyResult>) - Method in class com.amazonaws.services.transcribe.AmazonTranscribeAsyncClient
 
UpdateVocabularyRequest - Class in com.amazonaws.services.transcribe.model
 
UpdateVocabularyRequest() - Constructor for class com.amazonaws.services.transcribe.model.UpdateVocabularyRequest
 
UpdateVocabularyResult - Class in com.amazonaws.services.transcribe.model
 
UpdateVocabularyResult() - Constructor for class com.amazonaws.services.transcribe.model.UpdateVocabularyResult
 

V

valueOf(String) - Static method in enum com.amazonaws.services.transcribe.model.LanguageCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.transcribe.model.MediaFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.transcribe.model.OutputLocationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.transcribe.model.TranscriptionJobStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.transcribe.model.VocabularyState
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.services.transcribe.model.LanguageCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.transcribe.model.MediaFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.transcribe.model.OutputLocationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.transcribe.model.TranscriptionJobStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.transcribe.model.VocabularyState
Returns an array containing the constants of this enum type, in the order they are declared.
VocabularyInfo - Class in com.amazonaws.services.transcribe.model
Provides information about a custom vocabulary.
VocabularyInfo() - Constructor for class com.amazonaws.services.transcribe.model.VocabularyInfo
 
VocabularyState - Enum in com.amazonaws.services.transcribe.model
 

W

withCompletionTime(Date) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
A timestamp that shows when the job was completed.
withCompletionTime(Date) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
A timestamp that shows when the job was completed.
withCreationTime(Date) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
A timestamp that shows when the job was created.
withCreationTime(Date) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
A timestamp that shows when the job was created.
withDownloadUri(String) - Method in class com.amazonaws.services.transcribe.model.GetVocabularyResult
The S3 location where the vocabulary is stored.
withFailureReason(String) - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyResult
If the VocabularyState field is FAILED, this field contains information about why the job failed.
withFailureReason(String) - Method in class com.amazonaws.services.transcribe.model.GetVocabularyResult
If the VocabularyState field is FAILED, this field contains information about why the job failed.
withFailureReason(String) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.
withFailureReason(String) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
If the TranscriptionJobStatus field is FAILED, a description of the error.
withJobNameContains(String) - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsRequest
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
withLanguageCode(String) - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyRequest
The language code of the vocabulary entries.
withLanguageCode(LanguageCode) - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyRequest
The language code of the vocabulary entries.
withLanguageCode(String) - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyResult
The language code of the vocabulary entries.
withLanguageCode(LanguageCode) - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyResult
The language code of the vocabulary entries.
withLanguageCode(String) - Method in class com.amazonaws.services.transcribe.model.GetVocabularyResult
The language code of the vocabulary entries.
withLanguageCode(LanguageCode) - Method in class com.amazonaws.services.transcribe.model.GetVocabularyResult
The language code of the vocabulary entries.
withLanguageCode(String) - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobRequest
The language code for the language used in the input media file.
withLanguageCode(LanguageCode) - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobRequest
The language code for the language used in the input media file.
withLanguageCode(String) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
The language code for the input speech.
withLanguageCode(LanguageCode) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
The language code for the input speech.
withLanguageCode(String) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
The language code for the input speech.
withLanguageCode(LanguageCode) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
The language code for the input speech.
withLanguageCode(String) - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyRequest
The language code of the vocabulary entries.
withLanguageCode(LanguageCode) - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyRequest
The language code of the vocabulary entries.
withLanguageCode(String) - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyResult
The language code of the vocabulary entries.
withLanguageCode(LanguageCode) - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyResult
The language code of the vocabulary entries.
withLanguageCode(String) - Method in class com.amazonaws.services.transcribe.model.VocabularyInfo
The language code of the vocabulary entries.
withLanguageCode(LanguageCode) - Method in class com.amazonaws.services.transcribe.model.VocabularyInfo
The language code of the vocabulary entries.
withLastModifiedTime(Date) - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyResult
The date and time that the vocabulary was created.
withLastModifiedTime(Date) - Method in class com.amazonaws.services.transcribe.model.GetVocabularyResult
The date and time that the vocabulary was last modified.
withLastModifiedTime(Date) - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyResult
The date and time that the vocabulary was updated.
withLastModifiedTime(Date) - Method in class com.amazonaws.services.transcribe.model.VocabularyInfo
The date and time that the vocabulary was last modified.
withMaxResults(Integer) - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsRequest
The maximum number of jobs to return in the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesRequest
The maximum number of vocabularies to return in the response.
withMaxSpeakerLabels(Integer) - Method in class com.amazonaws.services.transcribe.model.Settings
The maximum number of speakers to identify in the input audio.
withMedia(Media) - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobRequest
An object that describes the input media for a transcription job.
withMedia(Media) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
An object that describes the input media for the transcription job.
withMediaFileUri(String) - Method in class com.amazonaws.services.transcribe.model.Media
The S3 location of the input media file.
withMediaFormat(String) - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobRequest
The format of the input media file.
withMediaFormat(MediaFormat) - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobRequest
The format of the input media file.
withMediaFormat(String) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
The format of the input media file.
withMediaFormat(MediaFormat) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
The format of the input media file.
withMediaSampleRateHertz(Integer) - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobRequest
The sample rate, in Hertz, of the audio track in the input media file.
withMediaSampleRateHertz(Integer) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
The sample rate, in Hertz, of the audio track in the input media file.
withNameContains(String) - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesRequest
When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string.
withNextToken(String) - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsRequest
If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.
withNextToken(String) - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsResult
The ListTranscriptionJobs operation returns a page of jobs at a time.
withNextToken(String) - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesRequest
If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.
withNextToken(String) - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesResult
The ListVocabularies operation returns a page of vocabularies at a time.
withOutputBucketName(String) - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobRequest
The location where the transcription is stored.
withOutputLocationType(String) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
Indicates the location of the output of the transcription job.
withOutputLocationType(OutputLocationType) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
Indicates the location of the output of the transcription job.
withPhrases(String...) - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyRequest
An array of strings that contains the vocabulary entries.
withPhrases(Collection<String>) - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyRequest
An array of strings that contains the vocabulary entries.
withPhrases(String...) - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyRequest
An array of strings containing the vocabulary entries.
withPhrases(Collection<String>) - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyRequest
An array of strings containing the vocabulary entries.
withSettings(Settings) - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobRequest
A Settings object that provides optional settings for a transcription job.
withSettings(Settings) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
Optional settings for the transcription job.
withShowSpeakerLabels(Boolean) - Method in class com.amazonaws.services.transcribe.model.Settings
Determines whether the transcription job should use speaker recognition to identify different speakers in the input audio.
withStateEquals(String) - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesRequest
When specified, only returns vocabularies with the VocabularyState field equal to the specified state.
withStateEquals(VocabularyState) - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesRequest
When specified, only returns vocabularies with the VocabularyState field equal to the specified state.
withStatus(String) - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsRequest
When specified, returns only transcription jobs with the specified status.
withStatus(TranscriptionJobStatus) - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsRequest
When specified, returns only transcription jobs with the specified status.
withStatus(String) - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsResult
The requested status of the jobs returned.
withStatus(TranscriptionJobStatus) - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsResult
The requested status of the jobs returned.
withStatus(String) - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesResult
The requested vocabulary state.
withStatus(TranscriptionJobStatus) - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesResult
The requested vocabulary state.
withTranscript(Transcript) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
An object that describes the output of the transcription job.
withTranscriptFileUri(String) - Method in class com.amazonaws.services.transcribe.model.Transcript
The location where the transcription is stored.
withTranscriptionJob(TranscriptionJob) - Method in class com.amazonaws.services.transcribe.model.GetTranscriptionJobResult
An object that contains the results of the transcription job.
withTranscriptionJob(TranscriptionJob) - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobResult
An object containing details of the asynchronous transcription job.
withTranscriptionJobName(String) - Method in class com.amazonaws.services.transcribe.model.GetTranscriptionJobRequest
The name of the job.
withTranscriptionJobName(String) - Method in class com.amazonaws.services.transcribe.model.StartTranscriptionJobRequest
The name of the job.
withTranscriptionJobName(String) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
The name of the transcription job.
withTranscriptionJobName(String) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
The name of the transcription job.
withTranscriptionJobStatus(String) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
The status of the transcription job.
withTranscriptionJobStatus(TranscriptionJobStatus) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJob
The status of the transcription job.
withTranscriptionJobStatus(String) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
The status of the transcription job.
withTranscriptionJobStatus(TranscriptionJobStatus) - Method in class com.amazonaws.services.transcribe.model.TranscriptionJobSummary
The status of the transcription job.
withTranscriptionJobSummaries(TranscriptionJobSummary...) - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsResult
A list of objects containing summary information for a transcription job.
withTranscriptionJobSummaries(Collection<TranscriptionJobSummary>) - Method in class com.amazonaws.services.transcribe.model.ListTranscriptionJobsResult
A list of objects containing summary information for a transcription job.
withVocabularies(VocabularyInfo...) - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesResult
A list of objects that describe the vocabularies that match the search criteria in the request.
withVocabularies(Collection<VocabularyInfo>) - Method in class com.amazonaws.services.transcribe.model.ListVocabulariesResult
A list of objects that describe the vocabularies that match the search criteria in the request.
withVocabularyName(String) - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyRequest
The name of the vocabulary.
withVocabularyName(String) - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyResult
The name of the vocabulary.
withVocabularyName(String) - Method in class com.amazonaws.services.transcribe.model.DeleteVocabularyRequest
The name of the vocabulary to delete.
withVocabularyName(String) - Method in class com.amazonaws.services.transcribe.model.GetVocabularyRequest
The name of the vocabulary to return information about.
withVocabularyName(String) - Method in class com.amazonaws.services.transcribe.model.GetVocabularyResult
The name of the vocabulary to return.
withVocabularyName(String) - Method in class com.amazonaws.services.transcribe.model.Settings
The name of a vocabulary to use when processing the transcription job.
withVocabularyName(String) - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyRequest
The name of the vocabulary to update.
withVocabularyName(String) - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyResult
The name of the vocabulary that was updated.
withVocabularyName(String) - Method in class com.amazonaws.services.transcribe.model.VocabularyInfo
The name of the vocabulary.
withVocabularyState(String) - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyResult
The processing state of the vocabulary.
withVocabularyState(VocabularyState) - Method in class com.amazonaws.services.transcribe.model.CreateVocabularyResult
The processing state of the vocabulary.
withVocabularyState(String) - Method in class com.amazonaws.services.transcribe.model.GetVocabularyResult
The processing state of the vocabulary.
withVocabularyState(VocabularyState) - Method in class com.amazonaws.services.transcribe.model.GetVocabularyResult
The processing state of the vocabulary.
withVocabularyState(String) - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyResult
The processing state of the vocabulary.
withVocabularyState(VocabularyState) - Method in class com.amazonaws.services.transcribe.model.UpdateVocabularyResult
The processing state of the vocabulary.
withVocabularyState(String) - Method in class com.amazonaws.services.transcribe.model.VocabularyInfo
The processing state of the vocabulary.
withVocabularyState(VocabularyState) - Method in class com.amazonaws.services.transcribe.model.VocabularyInfo
The processing state of the vocabulary.
A B C D E F G H I L M N O S T U V W 
Skip navigation links

Copyright © 2018. All rights reserved.