public static interface CreateVocabularyResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<CreateVocabularyResponse.Builder,CreateVocabularyResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateVocabularyResponse.Builder |
failureReason(String failureReason)
If the
VocabularyState field is FAILED, FailureReason contains
information about why the job failed. |
CreateVocabularyResponse.Builder |
languageCode(LanguageCode languageCode)
The language code you selected for your vocabulary.
|
CreateVocabularyResponse.Builder |
languageCode(String languageCode)
The language code you selected for your vocabulary.
|
CreateVocabularyResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time you created your custom vocabulary.
|
CreateVocabularyResponse.Builder |
vocabularyName(String vocabularyName)
The name you chose for your vocabulary.
|
CreateVocabularyResponse.Builder |
vocabularyState(String vocabularyState)
The processing state of your vocabulary.
|
CreateVocabularyResponse.Builder |
vocabularyState(VocabularyState vocabularyState)
The processing state of your vocabulary.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateVocabularyResponse.Builder vocabularyName(String vocabularyName)
The name you chose for your vocabulary.
vocabularyName - The name you chose for your vocabulary.CreateVocabularyResponse.Builder languageCode(String languageCode)
The language code you selected for your vocabulary.
languageCode - The language code you selected for your vocabulary.LanguageCode,
LanguageCodeCreateVocabularyResponse.Builder languageCode(LanguageCode languageCode)
The language code you selected for your vocabulary.
languageCode - The language code you selected for your vocabulary.LanguageCode,
LanguageCodeCreateVocabularyResponse.Builder vocabularyState(String vocabularyState)
The processing state of your vocabulary. If the state is READY, you can use the vocabulary in a
StartTranscriptionJob request.
vocabularyState - The processing state of your vocabulary. If the state is READY, you can use the
vocabulary in a StartTranscriptionJob request.VocabularyState,
VocabularyStateCreateVocabularyResponse.Builder vocabularyState(VocabularyState vocabularyState)
The processing state of your vocabulary. If the state is READY, you can use the vocabulary in a
StartTranscriptionJob request.
vocabularyState - The processing state of your vocabulary. If the state is READY, you can use the
vocabulary in a StartTranscriptionJob request.VocabularyState,
VocabularyStateCreateVocabularyResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time you created your custom vocabulary.
lastModifiedTime - The date and time you created your custom vocabulary.CreateVocabularyResponse.Builder failureReason(String failureReason)
If the VocabularyState field is FAILED, FailureReason contains
information about why the job failed.
failureReason - If the VocabularyState field is FAILED, FailureReason contains
information about why the job failed.Copyright © 2022. All rights reserved.