SpeechResult missing

Issue #3 new
Mike Pateras created an issue

The SpeechResult type (and types that depend on it, such as SpeechResultList) cannot be found anywhere in the source. Is this included with Watson?

Comments (9)

  1. Nathanael Anderson

    I have the same issue. I have the watson dependencies properly installed with their credentials imported for the required services.

  2. Julie Huynh

    I also have the same issue. the credentials i need are configured and i installed uniweb as well

  3. Jordan Roth

    Replace SpeechResultList with SpeechRecognitionEvent, and SpeechResult with SpeechRecognitionResult.

    Some things will still throw errors, but just try changing the first letter of what isn't working to lowercase. For example, change watsonResult.Final to watsonResult.final

  4. David Chenell

    I had the same issue. To add on to Jordan's answer. I also had to change SpeechAlt to SpeechRecognitionAlternative

  5. Log in to comment