Speech Result
Action to get speech result
public void OnSpeechResults (String jsonResult, long timestampNs)
public void OnSpeechPartialResults (String jsonResult, long timestampNs)
Parameters | Description |
---|---|
jsonResult | Speech result in json format |
timestampNs | Speech time stamp result in NS |
To get the speech result at runtime need to implement OnSpeechResults (string obj, long ts) and OnSpeechPartialResults (string obj, long ts) exposed through VoiceManager -this callback gives JSON result and timeStamps.
Last updated