#[non_exhaustive]pub struct UnsupportedLanguageException { /* private fields */ }Expand description
Amazon Comprehend can't process the language of the input text. For custom entity recognition APIs, only English, Spanish, French, Italian, German, or Portuguese are accepted. For a list of supported languages, Supported languages in the Comprehend Developer Guide.
Implementations
sourceimpl UnsupportedLanguageException
impl UnsupportedLanguageException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UnsupportedLanguageException.
Trait Implementations
sourceimpl Clone for UnsupportedLanguageException
impl Clone for UnsupportedLanguageException
sourcefn clone(&self) -> UnsupportedLanguageException
fn clone(&self) -> UnsupportedLanguageException
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 UnsupportedLanguageException
impl Debug for UnsupportedLanguageException
sourceimpl Error for UnsupportedLanguageException
impl Error for UnsupportedLanguageException
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
sourceimpl PartialEq<UnsupportedLanguageException> for UnsupportedLanguageException
impl PartialEq<UnsupportedLanguageException> for UnsupportedLanguageException
sourcefn eq(&self, other: &UnsupportedLanguageException) -> bool
fn eq(&self, other: &UnsupportedLanguageException) -> bool
impl StructuralPartialEq for UnsupportedLanguageException
Auto Trait Implementations
impl RefUnwindSafe for UnsupportedLanguageException
impl Send for UnsupportedLanguageException
impl Sync for UnsupportedLanguageException
impl Unpin for UnsupportedLanguageException
impl UnwindSafe for UnsupportedLanguageException
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