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
HMI Documentation
StopSpeaking

StopSpeaking

Type
Function
Sender
SDL
Purpose
Interrupt the current spoken session.

Request

Parameters

This RPC has no additional parameter requirements

Response

Parameters

This RPC has no additional parameter requirements

Sequence Diagrams

JSON Message Examples

Example Request

Copied to clipboard!

{
  "id" : 148,
  "jsonrpc" : "2.0",
  "method" : "TTS.StopSpeaking"
}

Example Response

Copied to clipboard!

{
  "id" : 148,
  "jsonrpc" : "2.0",
  "result" :
  {
    "code" : 0,
    "method" : "TTS.StopSpeaking"
  }
}

Example Error

Copied to clipboard!

{
  "id" : 148,
  "jsonrpc" : "2.0",
  "error" :
  {
    "code" : 11,
    "message" : "Invalid data: invalid JSON syntax",
    "data" :
    {
      "method" : "TTS.StopSpeaking"
    }
  }
}
View on GitHub.com
Previous Section Next Section