Package | Description |
---|---|
com.oracle.bmc.ailanguage.requests |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<BatchDetectLanguageSentimentsRequest.Level> |
BatchDetectLanguageSentimentsRequest.getLevel()
Set this parameter for sentence and aspect level sentiment analysis.
|
Modifier and Type | Method and Description |
---|---|
BatchDetectLanguageSentimentsRequest.Builder |
BatchDetectLanguageSentimentsRequest.Builder.level(BatchDetectLanguageSentimentsRequest.Level singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
BatchDetectLanguageSentimentsRequest.Builder |
BatchDetectLanguageSentimentsRequest.Builder.level(List<BatchDetectLanguageSentimentsRequest.Level> level)
Set this parameter for sentence and aspect level sentiment analysis.
|
Copyright © 2016–2024. All rights reserved.