public static interface BatchDetectSyntaxRequest.Builder extends ComprehendRequest.Builder, SdkPojo, CopyableBuilder<BatchDetectSyntaxRequest.Builder,BatchDetectSyntaxRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchDetectSyntaxRequest.Builder |
languageCode(String languageCode)
The language of the input documents.
|
BatchDetectSyntaxRequest.Builder |
languageCode(SyntaxLanguageCode languageCode)
The language of the input documents.
|
BatchDetectSyntaxRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchDetectSyntaxRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchDetectSyntaxRequest.Builder |
textList(Collection<String> textList)
A list containing the text of the input documents.
|
BatchDetectSyntaxRequest.Builder |
textList(String... textList)
A list containing the text of the input documents.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDetectSyntaxRequest.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 that 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 that 5,000 bytes of UTF-8 encoded characters.BatchDetectSyntaxRequest.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 that 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 that 5,000 bytes of UTF-8 encoded characters.BatchDetectSyntaxRequest.Builder languageCode(String languageCode)
The language of the input documents. You can specify any of the following languages supported by Amazon Comprehend: German ("de"), English ("en"), Spanish ("es"), French ("fr"), Italian ("it"), or Portuguese ("pt"). All documents must be in the same language.
languageCode - The language of the input documents. You can specify any of the following languages supported by
Amazon Comprehend: German ("de"), English ("en"), Spanish ("es"), French ("fr"), Italian ("it"), or
Portuguese ("pt"). All documents must be in the same language.SyntaxLanguageCode,
SyntaxLanguageCodeBatchDetectSyntaxRequest.Builder languageCode(SyntaxLanguageCode languageCode)
The language of the input documents. You can specify any of the following languages supported by Amazon Comprehend: German ("de"), English ("en"), Spanish ("es"), French ("fr"), Italian ("it"), or Portuguese ("pt"). All documents must be in the same language.
languageCode - The language of the input documents. You can specify any of the following languages supported by
Amazon Comprehend: German ("de"), English ("en"), Spanish ("es"), French ("fr"), Italian ("it"), or
Portuguese ("pt"). All documents must be in the same language.SyntaxLanguageCode,
SyntaxLanguageCodeBatchDetectSyntaxRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchDetectSyntaxRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.