public static interface BatchDetectEntitiesRequest.Builder extends ComprehendRequest.Builder, SdkPojo, CopyableBuilder<BatchDetectEntitiesRequest.Builder,BatchDetectEntitiesRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchDetectEntitiesRequest.Builder |
languageCode(LanguageCode languageCode)
The language of the input documents.
|
BatchDetectEntitiesRequest.Builder |
languageCode(String languageCode)
The language of the input documents.
|
BatchDetectEntitiesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchDetectEntitiesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchDetectEntitiesRequest.Builder |
textList(Collection<String> textList)
A list containing the text of the input documents.
|
BatchDetectEntitiesRequest.Builder |
textList(String... textList)
A list containing the text of the input documents.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDetectEntitiesRequest.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 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 must contain fewer than 5,000 bytes of UTF-8 encoded characters.BatchDetectEntitiesRequest.Builder textList(String... textList)
A list containing the text of the input documents. The list can contain a maximum of 25 documents. Each document 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 must contain fewer than 5,000 bytes of UTF-8 encoded characters.BatchDetectEntitiesRequest.Builder languageCode(String languageCode)
The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.
languageCode - The language of the input documents. You can specify any of the primary languages supported by Amazon
Comprehend. All documents must be in the same language.LanguageCode,
LanguageCodeBatchDetectEntitiesRequest.Builder languageCode(LanguageCode languageCode)
The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.
languageCode - The language of the input documents. You can specify any of the primary languages supported by Amazon
Comprehend. All documents must be in the same language.LanguageCode,
LanguageCodeBatchDetectEntitiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchDetectEntitiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.