public class KeywordsOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Supported languages: English, French, German, Italian, Japanese, Korean, Portuguese, Russian, Spanish, Swedish.
Modifier and Type | Class and Description |
---|---|
static class |
KeywordsOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
emotion()
Gets the emotion.
|
Long |
limit()
Gets the limit.
|
KeywordsOptions.Builder |
newBuilder()
New builder.
|
Boolean |
sentiment()
Gets the sentiment.
|
public KeywordsOptions.Builder newBuilder()
public Long limit()
Maximum number of keywords to return.
public Boolean sentiment()
Set this to `true` to return sentiment information for detected keywords.
public Boolean emotion()
Set this to `true` to analyze emotion for detected keywords.
Copyright © 2023 IBM Cloud. All rights reserved.