#[non_exhaustive]pub struct DetectDominantLanguageOutput { /* private fields */ }Implementations§
source§impl DetectDominantLanguageOutput
impl DetectDominantLanguageOutput
sourcepub fn languages(&self) -> Option<&[DominantLanguage]>
pub fn languages(&self) -> Option<&[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.
source§impl DetectDominantLanguageOutput
impl DetectDominantLanguageOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DetectDominantLanguageOutput.
Trait Implementations§
source§impl Clone for DetectDominantLanguageOutput
impl Clone for DetectDominantLanguageOutput
source§fn clone(&self) -> DetectDominantLanguageOutput
fn clone(&self) -> DetectDominantLanguageOutput
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 more