String
Language
Language
String
Array.<TTSChunk>
Array.<String>
ChangeRegistration
ChangeRegistration
ChangeRegistration
ChangeRegistration
ChangeRegistration
ChangeRegistration
String
Get the AppName
Kind: Instance method of ChangeRegistration
Returns: String
- the KEY_APP_NAME value
Language
Get the HmiDisplayLanguage
Kind: Instance method of ChangeRegistration
Returns: Language
- the KEY_HMI_DISPLAY_LANGUAGE value
Language
Get the Language
Kind: Instance method of ChangeRegistration
Returns: Language
- the KEY_LANGUAGE value
String
Get the NgnMediaScreenAppName
Kind: Instance method of ChangeRegistration
Returns: String
- the KEY_NGN_MEDIA_SCREEN_APP_NAME value
Array.<TTSChunk>
Get the TtsName
Kind: Instance method of ChangeRegistration
Returns: Array.<TTSChunk>
- the KEY_TTS_NAME value
Array.<String>
Get the VrSynonyms
Kind: Instance method of ChangeRegistration
Returns: Array.<String>
- the KEY_VR_SYNONYMS value
ChangeRegistration
Set the AppName
Kind: Instance method of ChangeRegistration
Returns: ChangeRegistration
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
name | String |
Request new app name registration - The desired AppName. {'string_min_length': 1, 'string_max_length': 100} |
ChangeRegistration
Set the HmiDisplayLanguage
Kind: Instance method of ChangeRegistration
Returns: ChangeRegistration
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
language | Language |
Request display language registration - The desired HmiDisplayLanguage. |
ChangeRegistration
Set the Language
Kind: Instance method of ChangeRegistration
Returns: ChangeRegistration
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
language | Language |
Requested voice engine (VR+TTS) language registration - The desired Language. |
ChangeRegistration
Set the NgnMediaScreenAppName
Kind: Instance method of ChangeRegistration
Returns: ChangeRegistration
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
name | String |
Request new app short name registration - The desired NgnMediaScreenAppName. {'string_min_length': 1, 'string_max_length': 100} |
ChangeRegistration
Set the TtsName
Kind: Instance method of ChangeRegistration
Returns: ChangeRegistration
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
name | Array.<TTSChunk> |
Request new ttsName registration - The desired TtsName. {'array_min_size': 1, 'array_max_size': 100} |
ChangeRegistration
Set the VrSynonyms
Kind: Instance method of ChangeRegistration
Returns: ChangeRegistration
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
synonyms | Array.<String> |
Request new VR synonyms registration - The desired VrSynonyms. {'array_min_size': 1, 'array_max_size': 100, 'string_min_length': 1, 'string_max_length': 40} |