Package 

Interface STT


  • 
    public interface STT
    
                        

    Parse voice audio messages.

    • Method Summary

      Modifier and Type Method Description
      abstract String parse(ByteArray bytes, Locale language) Parse audio data for the specified language.
      • Methods inherited from class ai.tock.stt.STT

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • parse

         abstract String parse(ByteArray bytes, Locale language)

        Parse audio data for the specified language. Return null if the transcript fails.