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 |
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.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
BatchDetectDominantLanguageRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.