Uses of Class
com.oracle.bmc.ailanguage.model.BatchDetectLanguageSentimentsDetails
-
Packages that use BatchDetectLanguageSentimentsDetails Package Description com.oracle.bmc.ailanguage.model com.oracle.bmc.ailanguage.requests -
-
Uses of BatchDetectLanguageSentimentsDetails in com.oracle.bmc.ailanguage.model
Methods in com.oracle.bmc.ailanguage.model that return BatchDetectLanguageSentimentsDetails Modifier and Type Method Description BatchDetectLanguageSentimentsDetails
BatchDetectLanguageSentimentsDetails.Builder. build()
Methods in com.oracle.bmc.ailanguage.model with parameters of type BatchDetectLanguageSentimentsDetails Modifier and Type Method Description BatchDetectLanguageSentimentsDetails.Builder
BatchDetectLanguageSentimentsDetails.Builder. copy(BatchDetectLanguageSentimentsDetails model)
-
Uses of BatchDetectLanguageSentimentsDetails in com.oracle.bmc.ailanguage.requests
Methods in com.oracle.bmc.ailanguage.requests that return BatchDetectLanguageSentimentsDetails Modifier and Type Method Description BatchDetectLanguageSentimentsDetails
BatchDetectLanguageSentimentsRequest. getBatchDetectLanguageSentimentsDetails()
The details to make sentiment detect call.BatchDetectLanguageSentimentsDetails
BatchDetectLanguageSentimentsRequest. getBody$()
Alternative accessor for the body parameter.Methods in com.oracle.bmc.ailanguage.requests with parameters of type BatchDetectLanguageSentimentsDetails Modifier and Type Method Description BatchDetectLanguageSentimentsRequest.Builder
BatchDetectLanguageSentimentsRequest.Builder. batchDetectLanguageSentimentsDetails(BatchDetectLanguageSentimentsDetails batchDetectLanguageSentimentsDetails)
The details to make sentiment detect call.BatchDetectLanguageSentimentsRequest.Builder
BatchDetectLanguageSentimentsRequest.Builder. body$(BatchDetectLanguageSentimentsDetails body)
Alternative setter for the body parameter.
-