Uses of Class
com.oracle.bmc.ailanguage.responses.BatchDetectLanguageSentimentsResponse
-
Packages that use BatchDetectLanguageSentimentsResponse Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.responses -
-
Uses of BatchDetectLanguageSentimentsResponse in com.oracle.bmc.ailanguage
Methods in com.oracle.bmc.ailanguage that return BatchDetectLanguageSentimentsResponse Modifier and Type Method Description BatchDetectLanguageSentimentsResponse
AIServiceLanguage. batchDetectLanguageSentiments(BatchDetectLanguageSentimentsRequest request)
The API extracts aspect-based and sentence level sentiment in text records.BatchDetectLanguageSentimentsResponse
AIServiceLanguageClient. batchDetectLanguageSentiments(BatchDetectLanguageSentimentsRequest request)
Methods in com.oracle.bmc.ailanguage that return types with arguments of type BatchDetectLanguageSentimentsResponse Modifier and Type Method Description Future<BatchDetectLanguageSentimentsResponse>
AIServiceLanguageAsync. batchDetectLanguageSentiments(BatchDetectLanguageSentimentsRequest request, AsyncHandler<BatchDetectLanguageSentimentsRequest,BatchDetectLanguageSentimentsResponse> handler)
The API extracts aspect-based and sentence level sentiment in text records.Future<BatchDetectLanguageSentimentsResponse>
AIServiceLanguageAsyncClient. batchDetectLanguageSentiments(BatchDetectLanguageSentimentsRequest request, AsyncHandler<BatchDetectLanguageSentimentsRequest,BatchDetectLanguageSentimentsResponse> handler)
Method parameters in com.oracle.bmc.ailanguage with type arguments of type BatchDetectLanguageSentimentsResponse Modifier and Type Method Description Future<BatchDetectLanguageSentimentsResponse>
AIServiceLanguageAsync. batchDetectLanguageSentiments(BatchDetectLanguageSentimentsRequest request, AsyncHandler<BatchDetectLanguageSentimentsRequest,BatchDetectLanguageSentimentsResponse> handler)
The API extracts aspect-based and sentence level sentiment in text records.Future<BatchDetectLanguageSentimentsResponse>
AIServiceLanguageAsyncClient. batchDetectLanguageSentiments(BatchDetectLanguageSentimentsRequest request, AsyncHandler<BatchDetectLanguageSentimentsRequest,BatchDetectLanguageSentimentsResponse> handler)
-
Uses of BatchDetectLanguageSentimentsResponse in com.oracle.bmc.ailanguage.responses
Methods in com.oracle.bmc.ailanguage.responses that return BatchDetectLanguageSentimentsResponse Modifier and Type Method Description BatchDetectLanguageSentimentsResponse
BatchDetectLanguageSentimentsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ailanguage.responses with parameters of type BatchDetectLanguageSentimentsResponse Modifier and Type Method Description BatchDetectLanguageSentimentsResponse.Builder
BatchDetectLanguageSentimentsResponse.Builder. copy(BatchDetectLanguageSentimentsResponse o)
Copy method to populate the builder with values from the given instance.
-