Uses of Interface
software.amazon.awssdk.services.comprehend.model.BatchDetectSyntaxRequest.Builder
-
Packages that use BatchDetectSyntaxRequest.Builder Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.software.amazon.awssdk.services.comprehend.model -
-
Uses of BatchDetectSyntaxRequest.Builder in software.amazon.awssdk.services.comprehend
Method parameters in software.amazon.awssdk.services.comprehend with type arguments of type BatchDetectSyntaxRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchDetectSyntaxResponse>ComprehendAsyncClient. batchDetectSyntax(Consumer<BatchDetectSyntaxRequest.Builder> batchDetectSyntaxRequest)Inspects the text of a batch of documents for the syntax and part of speech of the words in the document and returns information about them.default BatchDetectSyntaxResponseComprehendClient. batchDetectSyntax(Consumer<BatchDetectSyntaxRequest.Builder> batchDetectSyntaxRequest)Inspects the text of a batch of documents for the syntax and part of speech of the words in the document and returns information about them. -
Uses of BatchDetectSyntaxRequest.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return BatchDetectSyntaxRequest.Builder Modifier and Type Method Description static BatchDetectSyntaxRequest.BuilderBatchDetectSyntaxRequest. builder()BatchDetectSyntaxRequest.BuilderBatchDetectSyntaxRequest.Builder. languageCode(String languageCode)The language of the input documents.BatchDetectSyntaxRequest.BuilderBatchDetectSyntaxRequest.Builder. languageCode(SyntaxLanguageCode languageCode)The language of the input documents.BatchDetectSyntaxRequest.BuilderBatchDetectSyntaxRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDetectSyntaxRequest.BuilderBatchDetectSyntaxRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchDetectSyntaxRequest.BuilderBatchDetectSyntaxRequest.Builder. textList(String... textList)A list containing the UTF-8 encoded text of the input documents.BatchDetectSyntaxRequest.BuilderBatchDetectSyntaxRequest.Builder. textList(Collection<String> textList)A list containing the UTF-8 encoded text of the input documents.BatchDetectSyntaxRequest.BuilderBatchDetectSyntaxRequest. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type BatchDetectSyntaxRequest.Builder Modifier and Type Method Description static Class<? extends BatchDetectSyntaxRequest.Builder>BatchDetectSyntaxRequest. serializableBuilderClass()
-