[−][src]Struct rusoto_transcribe::UpdateVocabularyRequest
Fields
language_code: String
The language code of the vocabulary entries.
phrases: Option<Vec<String>>
An array of strings containing the vocabulary entries.
vocabulary_file_uri: Option<String>
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3-<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3-us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
vocabulary_name: String
The name of the vocabulary to update. The name is case-sensitive.
Trait Implementations
impl PartialEq<UpdateVocabularyRequest> for UpdateVocabularyRequest
[src]
fn eq(&self, other: &UpdateVocabularyRequest) -> bool
[src]
fn ne(&self, other: &UpdateVocabularyRequest) -> bool
[src]
impl Default for UpdateVocabularyRequest
[src]
fn default() -> UpdateVocabularyRequest
[src]
impl Clone for UpdateVocabularyRequest
[src]
fn clone(&self) -> UpdateVocabularyRequest
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for UpdateVocabularyRequest
[src]
impl Serialize for UpdateVocabularyRequest
[src]
Auto Trait Implementations
impl Send for UpdateVocabularyRequest
impl Sync for UpdateVocabularyRequest
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self