#[non_exhaustive]pub struct DetectDominantLanguageOutput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl DetectDominantLanguageOutput
impl DetectDominantLanguageOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DetectDominantLanguageOutput.
Trait Implementations
sourceimpl Clone for DetectDominantLanguageOutput
impl Clone for DetectDominantLanguageOutput
sourcefn clone(&self) -> DetectDominantLanguageOutput
fn clone(&self) -> DetectDominantLanguageOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DetectDominantLanguageOutput
impl Debug for DetectDominantLanguageOutput
sourceimpl PartialEq<DetectDominantLanguageOutput> for DetectDominantLanguageOutput
impl PartialEq<DetectDominantLanguageOutput> for DetectDominantLanguageOutput
sourcefn eq(&self, other: &DetectDominantLanguageOutput) -> bool
fn eq(&self, other: &DetectDominantLanguageOutput) -> bool
impl StructuralPartialEq for DetectDominantLanguageOutput
Auto Trait Implementations
impl RefUnwindSafe for DetectDominantLanguageOutput
impl Send for DetectDominantLanguageOutput
impl Sync for DetectDominantLanguageOutput
impl Unpin for DetectDominantLanguageOutput
impl UnwindSafe for DetectDominantLanguageOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more