Uses of Interface
software.amazon.awssdk.services.comprehend.model.DetectTargetedSentimentRequest.Builder
-
Packages that use DetectTargetedSentimentRequest.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 DetectTargetedSentimentRequest.Builder in software.amazon.awssdk.services.comprehend
Method parameters in software.amazon.awssdk.services.comprehend with type arguments of type DetectTargetedSentimentRequest.Builder Modifier and Type Method Description default CompletableFuture<DetectTargetedSentimentResponse>ComprehendAsyncClient. detectTargetedSentiment(Consumer<DetectTargetedSentimentRequest.Builder> detectTargetedSentimentRequest)Inspects the input text and returns a sentiment analysis for each entity identified in the text.default DetectTargetedSentimentResponseComprehendClient. detectTargetedSentiment(Consumer<DetectTargetedSentimentRequest.Builder> detectTargetedSentimentRequest)Inspects the input text and returns a sentiment analysis for each entity identified in the text. -
Uses of DetectTargetedSentimentRequest.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type DetectTargetedSentimentRequest.Builder Modifier and Type Method Description static Class<? extends DetectTargetedSentimentRequest.Builder>DetectTargetedSentimentRequest. serializableBuilderClass()
-