public static interface DominantLanguage.Builder extends 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.
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.
score
- The level of confidence that Amazon Comprehend has in the accuracy of the detection.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.