Interface DominantLanguage.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DominantLanguage.Builder,DominantLanguage>,SdkBuilder<DominantLanguage.Builder,DominantLanguage>,SdkPojo
- Enclosing class:
- DominantLanguage
public static interface DominantLanguage.Builder extends SdkPojo, CopyableBuilder<DominantLanguage.Builder,DominantLanguage>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DominantLanguage.BuilderlanguageCode(String languageCode)The RFC 5646 language code for the dominant language.DominantLanguage.Builderscore(Float score)The level of confidence that Amazon Comprehend has in the accuracy of the detection.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
languageCode
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
score
DominantLanguage.Builder score(Float score)
The level of confidence that Amazon Comprehend has in the accuracy of the detection.
- Parameters:
score- The level of confidence that Amazon Comprehend has in the accuracy of the detection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-