Struct aws_sdk_transcribe::output::CreateMedicalVocabularyOutput [−][src]
#[non_exhaustive]pub struct CreateMedicalVocabularyOutput {
pub vocabulary_name: Option<String>,
pub language_code: Option<LanguageCode>,
pub vocabulary_state: Option<VocabularyState>,
pub last_modified_time: Option<DateTime>,
pub failure_reason: Option<String>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.vocabulary_name: Option<String>The name of the vocabulary. The name must be unique within an Amazon Web Services account and is case sensitive.
language_code: Option<LanguageCode>The language code for the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
vocabulary_state: Option<VocabularyState>The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY, you can
use the vocabulary in a StartMedicalTranscriptionJob request.
last_modified_time: Option<DateTime>The date and time that you created the vocabulary.
failure_reason: Option<String>If the VocabularyState field is FAILED, this field contains information about
why the job failed.
Implementations
The name of the vocabulary. The name must be unique within an Amazon Web Services account and is case sensitive.
The language code for the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY, you can
use the vocabulary in a StartMedicalTranscriptionJob request.
The date and time that you created the vocabulary.
If the VocabularyState field is FAILED, this field contains information about
why the job failed.
Creates a new builder-style object to manufacture CreateMedicalVocabularyOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for CreateMedicalVocabularyOutput
impl Sync for CreateMedicalVocabularyOutput
impl Unpin for CreateMedicalVocabularyOutput
impl UnwindSafe for CreateMedicalVocabularyOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more