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, Spanish, or Japanese.
|
static interface |
ProfileOptions.ContentType
The type of the input: application/json, text/html, or text/plain.
|
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.
|
java.lang.Boolean |
csvHeaders()
Gets the csvHeaders.
|
ProfileOptions.Builder |
newBuilder()
New builder.
|
java.lang.Boolean |
rawScores()
Gets the rawScores.
|
equals, hashCode, toString
public 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 csvHeaders()
public java.lang.Boolean consumptionPreferences()