Esempio 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;}
Esempio n. 2
0
 /// <summary>
 /// Sends an audio file to retrieve the translation to text
 /// </summary>
 /// <param name="options"></param>
 public void speechToText(SpeechToTextOptions options) { }
Esempio 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);
 }
Esempio n. 4
0
 /// <summary>
 /// Sends an audio file to retrieve the translation to text
 /// </summary>
 /// <param name="options"></param>
 public void speechToText(SpeechToTextOptions options)
 {
 }