public class ProfileOptions extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
ProfileOptions.AcceptLanguage
The desired language of the response. 
 | 
static class  | 
ProfileOptions.Builder
Builder. 
 | 
static interface  | 
ProfileOptions.ContentLanguage
The language of the input text for the request: Arabic, English, Japanese, Korean, or Spanish. 
 | 
static interface  | 
ProfileOptions.ContentType
The type of the input. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
acceptLanguage()
Gets the acceptLanguage. 
 | 
java.lang.String | 
body()
Gets the body. 
 | 
java.lang.Boolean | 
consumptionPreferences()
Gets the consumptionPreferences. 
 | 
Content | 
content()
Gets the content. 
 | 
java.lang.String | 
contentLanguage()
Gets the contentLanguage. 
 | 
java.lang.String | 
contentType()
Gets the contentType. 
 | 
ProfileOptions.Builder | 
newBuilder()
New builder. 
 | 
java.lang.Boolean | 
rawScores()
Gets the rawScores. 
 | 
equals, hashCode, toStringpublic ProfileOptions.Builder newBuilder()
public Content content()
public java.lang.String body()
public java.lang.String contentType()
public java.lang.String contentLanguage()
public java.lang.String acceptLanguage()
public java.lang.Boolean rawScores()
public java.lang.Boolean consumptionPreferences()