Uses of Class
com.oracle.bmc.ailanguage.requests.BatchDetectLanguageSentimentsRequest.Level
-
Packages that use BatchDetectLanguageSentimentsRequest.Level Package Description com.oracle.bmc.ailanguage.requests -
-
Uses of BatchDetectLanguageSentimentsRequest.Level in com.oracle.bmc.ailanguage.requests
Methods in com.oracle.bmc.ailanguage.requests that return BatchDetectLanguageSentimentsRequest.Level Modifier and Type Method Description static BatchDetectLanguageSentimentsRequest.Level
BatchDetectLanguageSentimentsRequest.Level. create(String key)
static BatchDetectLanguageSentimentsRequest.Level
BatchDetectLanguageSentimentsRequest.Level. valueOf(String name)
Returns the enum constant of this type with the specified name.static BatchDetectLanguageSentimentsRequest.Level[]
BatchDetectLanguageSentimentsRequest.Level. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.ailanguage.requests that return types with arguments of type BatchDetectLanguageSentimentsRequest.Level Modifier and Type Method Description List<BatchDetectLanguageSentimentsRequest.Level>
BatchDetectLanguageSentimentsRequest. getLevel()
Set this parameter for sentence and aspect level sentiment analysis.Methods in com.oracle.bmc.ailanguage.requests with parameters of type BatchDetectLanguageSentimentsRequest.Level Modifier and Type Method Description BatchDetectLanguageSentimentsRequest.Builder
BatchDetectLanguageSentimentsRequest.Builder. level(BatchDetectLanguageSentimentsRequest.Level singularValue)
Singular setter.Method parameters in com.oracle.bmc.ailanguage.requests with type arguments of type BatchDetectLanguageSentimentsRequest.Level Modifier and Type Method Description BatchDetectLanguageSentimentsRequest.Builder
BatchDetectLanguageSentimentsRequest.Builder. level(List<BatchDetectLanguageSentimentsRequest.Level> level)
Set this parameter for sentence and aspect level sentiment analysis.
-