public static interface DetectDominantLanguageResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<DetectDominantLanguageResponse.Builder,DetectDominantLanguageResponse>
| Modifier and Type | Method and Description |
|---|---|
DetectDominantLanguageResponse.Builder |
languages(Collection<DominantLanguage> languages)
Array of languages that Amazon Comprehend detected in the input text.
|
DetectDominantLanguageResponse.Builder |
languages(Consumer<DominantLanguage.Builder>... languages)
Array of languages that Amazon Comprehend detected in the input text.
|
DetectDominantLanguageResponse.Builder |
languages(DominantLanguage... languages)
Array of languages that Amazon Comprehend detected in the input text.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDetectDominantLanguageResponse.Builder languages(Collection<DominantLanguage> languages)
Array of languages that Amazon Comprehend detected in the input text. The array is sorted in descending order of the score (the dominant language is always the first element in the array).
For each language, the response returns the RFC 5646 language code and the level of confidence that Amazon Comprehend has in the accuracy of its inference. For more information about RFC 5646, see Tags for Identifying Languages on the IETF Tools web site.
languages - Array of languages that Amazon Comprehend detected in the input text. The array is sorted in
descending order of the score (the dominant language is always the first element in the array).
For each language, the response returns the RFC 5646 language code and the level of confidence that Amazon Comprehend has in the accuracy of its inference. For more information about RFC 5646, see Tags for Identifying Languages on the IETF Tools web site.
DetectDominantLanguageResponse.Builder languages(DominantLanguage... languages)
Array of languages that Amazon Comprehend detected in the input text. The array is sorted in descending order of the score (the dominant language is always the first element in the array).
For each language, the response returns the RFC 5646 language code and the level of confidence that Amazon Comprehend has in the accuracy of its inference. For more information about RFC 5646, see Tags for Identifying Languages on the IETF Tools web site.
languages - Array of languages that Amazon Comprehend detected in the input text. The array is sorted in
descending order of the score (the dominant language is always the first element in the array).
For each language, the response returns the RFC 5646 language code and the level of confidence that Amazon Comprehend has in the accuracy of its inference. For more information about RFC 5646, see Tags for Identifying Languages on the IETF Tools web site.
DetectDominantLanguageResponse.Builder languages(Consumer<DominantLanguage.Builder>... languages)
Array of languages that Amazon Comprehend detected in the input text. The array is sorted in descending order of the score (the dominant language is always the first element in the array).
For each language, the response returns the RFC 5646 language code and the level of confidence that Amazon Comprehend has in the accuracy of its inference. For more information about RFC 5646, see Tags for Identifying Languages on the IETF Tools web site.
This is a convenience method that creates an instance of theDominantLanguage.Builder avoiding the need to create
one manually via DominantLanguage.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #languages(List.
languages - a consumer that will call methods on
DominantLanguage.Builder#languages(java.util.Collection) Copyright © 2023. All rights reserved.