Exemplo n.º 1
0
 /// <summary>
 /// Sends an audio file to retrieve the translation to text
 /// </summary>
 /// <param name="options"></param>
 public JsObject speechToText(SpeechToTextOptions options) { return null;}
Exemplo n.º 2
0
 /// <summary>
 /// Sends an audio file to retrieve the translation to text
 /// </summary>
 /// <param name="options"></param>
 public void speechToText(SpeechToTextOptions options) { }
Exemplo n.º 3
0
 /// <summary>
 /// Sends an audio file to retrieve the translation to text
 /// </summary>
 /// <param name="options"></param>
 public JsObject speechToText(SpeechToTextOptions options)
 {
     return(null);
 }
Exemplo n.º 4
0
 /// <summary>
 /// Sends an audio file to retrieve the translation to text
 /// </summary>
 /// <param name="options"></param>
 public void speechToText(SpeechToTextOptions options)
 {
 }