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 UTF-8 encoded text of the input documents.
|
BatchDetectEntitiesRequest.Builder |
textList(String... textList)
A list containing the UTF-8 encoded text of the input documents.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDetectEntitiesRequest.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. 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. The maximum size of each document is 5 KB.BatchDetectEntitiesRequest.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. 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. The maximum size of each document is 5 KB.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 © 2023. All rights reserved.