public static interface DominantLanguage.Builder extends SdkPojo, CopyableBuilder<DominantLanguage.Builder,DominantLanguage>
Modifier and Type | Method and Description |
---|---|
DominantLanguage.Builder |
languageCode(String languageCode)
The RFC 5646 language code for the dominant language.
|
DominantLanguage.Builder |
score(Float score)
The level of confidence that Amazon Comprehend has in the accuracy of the detection.
|
copy
applyMutation, build
DominantLanguage.Builder languageCode(String languageCode)
The RFC 5646 language code for the dominant language. For more information about RFC 5646, see Tags for Identifying Languages on the IETF Tools web site.
languageCode
- The RFC 5646 language code for the dominant language. For more information about RFC 5646, see Tags for Identifying Languages on the IETF Tools
web site.DominantLanguage.Builder score(Float score)
The level of confidence that Amazon Comprehend has in the accuracy of the detection.
score
- The level of confidence that Amazon Comprehend has in the accuracy of the detection.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.