StringLanguageLanguageStringArray.<TTSChunk>Array.<String>ChangeRegistrationChangeRegistrationChangeRegistrationChangeRegistrationChangeRegistrationChangeRegistrationStringGet the AppName
Kind: Instance method of ChangeRegistration
Returns: String - the KEY_APP_NAME value
LanguageGet the HmiDisplayLanguage
Kind: Instance method of ChangeRegistration
Returns: Language - the KEY_HMI_DISPLAY_LANGUAGE value
LanguageGet the Language
Kind: Instance method of ChangeRegistration
Returns: Language - the KEY_LANGUAGE value
StringGet 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
ChangeRegistrationSet 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} |
ChangeRegistrationSet 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. |
ChangeRegistrationSet 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. |
ChangeRegistrationSet 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} |
ChangeRegistrationSet 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} |
ChangeRegistrationSet 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} |