Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
HMI Documentation
GetSupportedLanguages

GetSupportedLanguages

Type
Function
Sender
SDL
Purpose
Get the supported TTS languages.

Request

Parameters

This RPC has no additional parameter requirements

Response

Parameters

Name Type Mandatory Additional
languages Common.Language true array: true
minsize: 1
maxsize: 100

Sequence Diagrams

JSON Message Examples

Example Request

{
  "id" : 19,
  "jsonrpc" : "2.0",
  "method" : "TTS.GetSupportedLanguages"
}

Example Response

{
  "id" : 19,
  "jsonrpc" : "2.0",
  "result" :
  {
    "languages" : ["AR-SA", "DE-DE", "EN-GB", "EN-US", "ES-ES", "FR-FR", "IT-IT"],
    "code" : 0,
    "method" : "TTS.GetSupportedLanguages"
  }
}

Example Error

{
  "id" : 19,
  "jsonrpc" : "2.0",
  "error" :
  {
    "code" : 11,
    "message" : "The data sent is invalid",
    "data" :
    {
      "method" : "TTS.GetSupportedLanguages"
    }
  }
}
View on GitHub.com
Previous Section Next Section