Skip to main content

Registering Words in User Dictionary

POST 

/profilewords/:dgn/:pid

You can replace words in the user dictionary for the specified speech recognition engine and profile ID.

The request body format differs depending on the engine.

  • Hybrid engine: Register words with written (the written form) and spoken (the reading). classname (the class name) is optional.
  • End to End engine: Emphasize words by replacing written (the written form) with alternativewritten (the alternative written form). Specify the strength with biasing (the biasing level, 0 to 1, default 0.5).

With the End to End engine, it's possible to specify multiple alternative written forms for the same written form. In this case, the same biasing level is applied to words with the same written form. If different biasing levels are specified for the same written form in the request, the value of the first occurrence in the request is adopted. For example, if you specify two entries for the same written form "AMI", one with a biasing level of 0.8 and one with no specification, the value "0.8" applied to the first occurrence is uniformly applied.

Request

Responses

Returns a list of registered words in JSON format.