Class SpeechToTextCompletedEvent

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getMessageId()
      final SpeechToTextInfo getInfo()
      final NCError getError()
      final Integer getCode()
      • Methods inherited from class java.lang.Object

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

      • SpeechToTextCompletedEvent

        SpeechToTextCompletedEvent(String messageId, SpeechToTextInfo info, NCError error, Integer code)
        Parameters:
        messageId - Server-side unique message ID
        info - Speech-to-text result info
        error - Error info; null on success
        code - Error code