Struct aws_sdk_comprehend::output::DetectDominantLanguageOutput [−][src]
#[non_exhaustive]pub struct DetectDominantLanguageOutput {
pub languages: Option<Vec<DominantLanguage>>,
}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.languages: Option<Vec<DominantLanguage>>The languages that Amazon Comprehend detected in the input text. For each language, the response returns the RFC 5646 language code and the level of confidence that Amazon Comprehend has in the accuracy of its inference. For more information about RFC 5646, see Tags for Identifying Languages on the IETF Tools web site.
Implementations
The languages that Amazon Comprehend detected in the input text. For each language, the response returns the RFC 5646 language code and the level of confidence that Amazon Comprehend has in the accuracy of its inference. For more information about RFC 5646, see Tags for Identifying Languages on the IETF Tools web site.
Creates a new builder-style object to manufacture DetectDominantLanguageOutput
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 DetectDominantLanguageOutput
impl Sync for DetectDominantLanguageOutput
impl Unpin for DetectDominantLanguageOutput
impl UnwindSafe for DetectDominantLanguageOutput
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
