public class DetectSentimentRequest extends AmazonWebServiceRequest implements java.io.Serializable
Inspects text and returns an inference of the prevailing sentiment (
POSITIVE, NEUTRAL, MIXED, or
NEGATIVE).
| Constructor and Description |
|---|
DetectSentimentRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getLanguageCode()
The language of the input documents.
|
java.lang.String |
getText()
A UTF-8 text string.
|
int |
hashCode() |
void |
setLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
void |
setLanguageCode(java.lang.String languageCode)
The language of the input documents.
|
void |
setText(java.lang.String text)
A UTF-8 text string.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DetectSentimentRequest |
withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
DetectSentimentRequest |
withLanguageCode(java.lang.String languageCode)
The language of the input documents.
|
DetectSentimentRequest |
withText(java.lang.String text)
A UTF-8 text string.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getText()
A UTF-8 text string. Each string must contain fewer that 5,000 bytes of UTF-8 encoded characters.
Constraints:
Length: 1 -
A UTF-8 text string. Each string must contain fewer that 5,000 bytes of UTF-8 encoded characters.
public void setText(java.lang.String text)
A UTF-8 text string. Each string must contain fewer that 5,000 bytes of UTF-8 encoded characters.
Constraints:
Length: 1 -
text - A UTF-8 text string. Each string must contain fewer that 5,000 bytes of UTF-8 encoded characters.
public DetectSentimentRequest withText(java.lang.String text)
A UTF-8 text string. Each string must contain fewer that 5,000 bytes of UTF-8 encoded characters.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
text - A UTF-8 text string. Each string must contain fewer that 5,000 bytes of UTF-8 encoded characters.
public java.lang.String getLanguageCode()
The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.
Constraints:
Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW
The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.
LanguageCodepublic void setLanguageCode(java.lang.String languageCode)
The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.
Constraints:
Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW
languageCode - The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.
LanguageCodepublic DetectSentimentRequest withLanguageCode(java.lang.String languageCode)
The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW
languageCode - The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.
LanguageCodepublic void setLanguageCode(LanguageCode languageCode)
The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.
Constraints:
Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW
languageCode - The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.
LanguageCodepublic DetectSentimentRequest withLanguageCode(LanguageCode languageCode)
The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW
languageCode - The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.
LanguageCodepublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.