public static interface BatchDetectDominantLanguageRequest.Builder extends ComprehendRequest.Builder, SdkPojo, CopyableBuilder<BatchDetectDominantLanguageRequest.Builder,BatchDetectDominantLanguageRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchDetectDominantLanguageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchDetectDominantLanguageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchDetectDominantLanguageRequest.Builder |
textList(Collection<String> textList)
A list containing the text of the input documents.
|
BatchDetectDominantLanguageRequest.Builder |
textList(String... textList)
A list containing the text of the input documents.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDetectDominantLanguageRequest.Builder textList(Collection<String> textList)
A list containing the text of the input documents. The list can contain a maximum of 25 documents. Each document should contain at least 20 characters and must contain fewer than 5,000 bytes of UTF-8 encoded characters.
textList - A list containing the text of the input documents. The list can contain a maximum of 25 documents.
Each document should contain at least 20 characters and must contain fewer than 5,000 bytes of UTF-8
encoded characters.BatchDetectDominantLanguageRequest.Builder textList(String... textList)
A list containing the text of the input documents. The list can contain a maximum of 25 documents. Each document should contain at least 20 characters and must contain fewer than 5,000 bytes of UTF-8 encoded characters.
textList - A list containing the text of the input documents. The list can contain a maximum of 25 documents.
Each document should contain at least 20 characters and must contain fewer than 5,000 bytes of UTF-8
encoded characters.BatchDetectDominantLanguageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchDetectDominantLanguageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.