@Generated(value="software.amazon.awssdk:codegen") public final class UnsupportedLanguageException extends ComprehendException implements ToCopyableBuilder<UnsupportedLanguageException.Builder,UnsupportedLanguageException>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UnsupportedLanguageException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UnsupportedLanguageException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UnsupportedLanguageException.Builder> |
serializableBuilderClass() |
UnsupportedLanguageException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic UnsupportedLanguageException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UnsupportedLanguageException.Builder,UnsupportedLanguageException>toBuilder in class ComprehendExceptionpublic static UnsupportedLanguageException.Builder builder()
public static Class<? extends UnsupportedLanguageException.Builder> serializableBuilderClass()
Copyright © 2023. All rights reserved.