Struct aws_sdk_transcribe::output::UpdateVocabularyOutput
source · #[non_exhaustive]pub struct UpdateVocabularyOutput { /* private fields */ }Implementations§
source§impl UpdateVocabularyOutput
impl UpdateVocabularyOutput
sourcepub fn vocabulary_name(&self) -> Option<&str>
pub fn vocabulary_name(&self) -> Option<&str>
The name of the updated custom vocabulary.
sourcepub fn language_code(&self) -> Option<&LanguageCode>
pub fn language_code(&self) -> Option<&LanguageCode>
The language code you selected for your custom vocabulary.
sourcepub fn last_modified_time(&self) -> Option<&DateTime>
pub fn last_modified_time(&self) -> Option<&DateTime>
The date and time the specified custom vocabulary was last updated.
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.
sourcepub fn vocabulary_state(&self) -> Option<&VocabularyState>
pub fn vocabulary_state(&self) -> Option<&VocabularyState>
The processing state of your custom vocabulary. If the state is READY, you can use the custom vocabulary in a StartTranscriptionJob request.
source§impl UpdateVocabularyOutput
impl UpdateVocabularyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateVocabularyOutput.
Trait Implementations§
source§impl Clone for UpdateVocabularyOutput
impl Clone for UpdateVocabularyOutput
source§fn clone(&self) -> UpdateVocabularyOutput
fn clone(&self) -> UpdateVocabularyOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for UpdateVocabularyOutput
impl Debug for UpdateVocabularyOutput
source§impl PartialEq<UpdateVocabularyOutput> for UpdateVocabularyOutput
impl PartialEq<UpdateVocabularyOutput> for UpdateVocabularyOutput
source§fn eq(&self, other: &UpdateVocabularyOutput) -> bool
fn eq(&self, other: &UpdateVocabularyOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.