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 UTF-8 encoded text of the input documents.
|
BatchDetectDominantLanguageRequest.Builder |
textList(String... textList)
A list containing the UTF-8 encoded text of the input documents.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDetectDominantLanguageRequest.Builder textList(Collection<String> textList)
A list containing the UTF-8 encoded text of the input documents. The list can contain a maximum of 25 documents. Each document should contain at least 20 characters. The maximum size of each document is 5 KB.
textList - A list containing the UTF-8 encoded text of the input documents. The list can contain a maximum of 25
documents. Each document should contain at least 20 characters. The maximum size of each document is 5
KB.BatchDetectDominantLanguageRequest.Builder textList(String... textList)
A list containing the UTF-8 encoded text of the input documents. The list can contain a maximum of 25 documents. Each document should contain at least 20 characters. The maximum size of each document is 5 KB.
textList - A list containing the UTF-8 encoded text of the input documents. The list can contain a maximum of 25
documents. Each document should contain at least 20 characters. The maximum size of each document is 5
KB.BatchDetectDominantLanguageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchDetectDominantLanguageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.