| Package | Description |
|---|---|
| ai.api |
| Modifier and Type | Field and Description |
|---|---|
static AIConfiguration.SupportedLanguages |
AIConfiguration.SupportedLanguages.DEFAULT
Default language value
|
| Modifier and Type | Method and Description |
|---|---|
static AIConfiguration.SupportedLanguages |
AIConfiguration.SupportedLanguages.fromLanguageTag(String languageTag) |
static AIConfiguration.SupportedLanguages |
AIConfiguration.SupportedLanguages.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AIConfiguration.SupportedLanguages[] |
AIConfiguration.SupportedLanguages.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AIConfiguration(String clientAccessToken,
AIConfiguration.SupportedLanguages language)
Create configuration with given client access token and language.
|
Copyright © 2017. All rights reserved.