Class DetectedLanguageLowConfidenceException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<DetectedLanguageLowConfidenceException.Builder,DetectedLanguageLowConfidenceException>

@Generated("software.amazon.awssdk:codegen") public final class DetectedLanguageLowConfidenceException extends TranslateException implements ToCopyableBuilder<DetectedLanguageLowConfidenceException.Builder,DetectedLanguageLowConfidenceException>

The confidence that Amazon Comprehend accurately detected the source language is low. If a low confidence level is acceptable for your application, you can use the language in the exception to call Amazon Translate again. For more information, see the DetectDominantLanguage operation in the Amazon Comprehend Developer Guide.

See Also: