public class DetectDominantLanguageRequest extends AmazonWebServiceRequest implements java.io.Serializable
Determines the dominant language of the input text. For a list of languages that Amazon Comprehend can detect, see Amazon Comprehend Supported Languages.
Constructor and Description |
---|
DetectDominantLanguageRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getText()
A UTF-8 text string.
|
int |
hashCode() |
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.
|
DetectDominantLanguageRequest |
withText(java.lang.String text)
A UTF-8 text string.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getText()
A UTF-8 text string. Each string should contain at least 20 characters and must contain fewer that 5,000 bytes of UTF-8 encoded characters.
Constraints:
Length: 1 -
A UTF-8 text string. Each string should contain at least 20 characters and 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 should contain at least 20 characters and must contain fewer that 5,000 bytes of UTF-8 encoded characters.
Constraints:
Length: 1 -
text
- A UTF-8 text string. Each string should contain at least 20 characters and must contain fewer that 5,000 bytes of UTF-8 encoded characters.
public DetectDominantLanguageRequest withText(java.lang.String text)
A UTF-8 text string. Each string should contain at least 20 characters and 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 should contain at least 20 characters and must contain fewer that 5,000 bytes of UTF-8 encoded characters.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.