public static interface GetVocabularyResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<GetVocabularyResponse.Builder,GetVocabularyResponse>
| Modifier and Type | Method and Description |
|---|---|
GetVocabularyResponse.Builder |
downloadUri(String downloadUri)
The S3 location where the custom vocabulary is stored; use this URI to view or download the custom
vocabulary.
|
GetVocabularyResponse.Builder |
failureReason(String failureReason)
If
VocabularyState is FAILED, FailureReason contains information about
why the custom vocabulary request failed. |
GetVocabularyResponse.Builder |
languageCode(LanguageCode languageCode)
The language code you selected for your custom vocabulary.
|
GetVocabularyResponse.Builder |
languageCode(String languageCode)
The language code you selected for your custom vocabulary.
|
GetVocabularyResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time the specified custom vocabulary was last modified.
|
GetVocabularyResponse.Builder |
vocabularyName(String vocabularyName)
The name of the custom vocabulary you requested information about.
|
GetVocabularyResponse.Builder |
vocabularyState(String vocabularyState)
The processing state of your custom vocabulary.
|
GetVocabularyResponse.Builder |
vocabularyState(VocabularyState vocabularyState)
The processing state of your custom vocabulary.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetVocabularyResponse.Builder vocabularyName(String vocabularyName)
The name of the custom vocabulary you requested information about.
vocabularyName - The name of the custom vocabulary you requested information about.GetVocabularyResponse.Builder languageCode(String languageCode)
The language code you selected for your custom vocabulary.
languageCode - The language code you selected for your custom vocabulary.LanguageCode,
LanguageCodeGetVocabularyResponse.Builder languageCode(LanguageCode languageCode)
The language code you selected for your custom vocabulary.
languageCode - The language code you selected for your custom vocabulary.LanguageCode,
LanguageCodeGetVocabularyResponse.Builder vocabularyState(String vocabularyState)
The processing state of your custom vocabulary. If the state is READY, you can use the custom
vocabulary in a StartTranscriptionJob request.
vocabularyState - The processing state of your custom vocabulary. If the state is READY, you can use the
custom vocabulary in a StartTranscriptionJob request.VocabularyState,
VocabularyStateGetVocabularyResponse.Builder vocabularyState(VocabularyState vocabularyState)
The processing state of your custom vocabulary. If the state is READY, you can use the custom
vocabulary in a StartTranscriptionJob request.
vocabularyState - The processing state of your custom vocabulary. If the state is READY, you can use the
custom vocabulary in a StartTranscriptionJob request.VocabularyState,
VocabularyStateGetVocabularyResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time the specified custom vocabulary was last modified.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents 12:32 PM UTC-7 on May 4, 2022.
lastModifiedTime - The date and time the specified custom vocabulary was last modified.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents 12:32 PM UTC-7 on May 4, 2022.
GetVocabularyResponse.Builder failureReason(String failureReason)
If VocabularyState is FAILED, FailureReason contains information about
why the custom vocabulary request failed. See also: Common Errors.
failureReason - If VocabularyState is FAILED, FailureReason contains
information about why the custom vocabulary request failed. See also: Common Errors.GetVocabularyResponse.Builder downloadUri(String downloadUri)
The S3 location where the custom vocabulary is stored; use this URI to view or download the custom vocabulary.
downloadUri - The S3 location where the custom vocabulary is stored; use this URI to view or download the custom
vocabulary.Copyright © 2023. All rights reserved.