Uses of Interface
software.amazon.awssdk.services.comprehend.model.BatchDetectKeyPhrasesRequest.Builder
-
Packages that use BatchDetectKeyPhrasesRequest.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 BatchDetectKeyPhrasesRequest.Builder in software.amazon.awssdk.services.comprehend
Method parameters in software.amazon.awssdk.services.comprehend with type arguments of type BatchDetectKeyPhrasesRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchDetectKeyPhrasesResponse>ComprehendAsyncClient. batchDetectKeyPhrases(Consumer<BatchDetectKeyPhrasesRequest.Builder> batchDetectKeyPhrasesRequest)Detects the key noun phrases found in a batch of documents.default BatchDetectKeyPhrasesResponseComprehendClient. batchDetectKeyPhrases(Consumer<BatchDetectKeyPhrasesRequest.Builder> batchDetectKeyPhrasesRequest)Detects the key noun phrases found in a batch of documents. -
Uses of BatchDetectKeyPhrasesRequest.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return BatchDetectKeyPhrasesRequest.Builder Modifier and Type Method Description static BatchDetectKeyPhrasesRequest.BuilderBatchDetectKeyPhrasesRequest. builder()BatchDetectKeyPhrasesRequest.BuilderBatchDetectKeyPhrasesRequest.Builder. languageCode(String languageCode)The language of the input documents.BatchDetectKeyPhrasesRequest.BuilderBatchDetectKeyPhrasesRequest.Builder. languageCode(LanguageCode languageCode)The language of the input documents.BatchDetectKeyPhrasesRequest.BuilderBatchDetectKeyPhrasesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDetectKeyPhrasesRequest.BuilderBatchDetectKeyPhrasesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchDetectKeyPhrasesRequest.BuilderBatchDetectKeyPhrasesRequest.Builder. textList(String... textList)A list containing the UTF-8 encoded text of the input documents.BatchDetectKeyPhrasesRequest.BuilderBatchDetectKeyPhrasesRequest.Builder. textList(Collection<String> textList)A list containing the UTF-8 encoded text of the input documents.BatchDetectKeyPhrasesRequest.BuilderBatchDetectKeyPhrasesRequest. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type BatchDetectKeyPhrasesRequest.Builder Modifier and Type Method Description static Class<? extends BatchDetectKeyPhrasesRequest.Builder>BatchDetectKeyPhrasesRequest. serializableBuilderClass()
-