public static interface BatchDetectDominantLanguageRequest.Builder extends ComprehendRequest.Builder, CopyableBuilder<BatchDetectDominantLanguageRequest.Builder,BatchDetectDominantLanguageRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchDetectDominantLanguageRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
BatchDetectDominantLanguageRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.BatchDetectDominantLanguageRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.