Uses of Interface
software.amazon.awssdk.services.comprehend.model.BatchDetectEntitiesRequest.Builder
-
Packages that use BatchDetectEntitiesRequest.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 BatchDetectEntitiesRequest.Builder in software.amazon.awssdk.services.comprehend
Method parameters in software.amazon.awssdk.services.comprehend with type arguments of type BatchDetectEntitiesRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchDetectEntitiesResponse>ComprehendAsyncClient. batchDetectEntities(Consumer<BatchDetectEntitiesRequest.Builder> batchDetectEntitiesRequest)Inspects the text of a batch of documents for named entities and returns information about them.default BatchDetectEntitiesResponseComprehendClient. batchDetectEntities(Consumer<BatchDetectEntitiesRequest.Builder> batchDetectEntitiesRequest)Inspects the text of a batch of documents for named entities and returns information about them. -
Uses of BatchDetectEntitiesRequest.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return BatchDetectEntitiesRequest.Builder Modifier and Type Method Description static BatchDetectEntitiesRequest.BuilderBatchDetectEntitiesRequest. builder()BatchDetectEntitiesRequest.BuilderBatchDetectEntitiesRequest.Builder. languageCode(String languageCode)The language of the input documents.BatchDetectEntitiesRequest.BuilderBatchDetectEntitiesRequest.Builder. languageCode(LanguageCode languageCode)The language of the input documents.BatchDetectEntitiesRequest.BuilderBatchDetectEntitiesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDetectEntitiesRequest.BuilderBatchDetectEntitiesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchDetectEntitiesRequest.BuilderBatchDetectEntitiesRequest.Builder. textList(String... textList)A list containing the UTF-8 encoded text of the input documents.BatchDetectEntitiesRequest.BuilderBatchDetectEntitiesRequest.Builder. textList(Collection<String> textList)A list containing the UTF-8 encoded text of the input documents.BatchDetectEntitiesRequest.BuilderBatchDetectEntitiesRequest. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type BatchDetectEntitiesRequest.Builder Modifier and Type Method Description static Class<? extends BatchDetectEntitiesRequest.Builder>BatchDetectEntitiesRequest. serializableBuilderClass()
-