Giter VIP home page Giter VIP logo

Comments (12)

sowens-csd avatar sowens-csd commented on July 17, 2024 3

There's an early version of the ability to retrieve the list of transcriptions on master now. If anyone is curious please give it a try. It's not yet used in the example app but it is documented in the change log, and in the API docs. See SpeechRecognitionResult.alternates to get started. It should be fully backwards compatible.

This will be released as 0.8.0 as soon as I've done some testing.

from speech_to_text.

sowens-csd avatar sowens-csd commented on July 17, 2024 1

What list are you looking for? Each recognition session returns only a single string so I'm not sure what you'd like the contents of the list to be.

from speech_to_text.

peterweb2005 avatar peterweb2005 commented on July 17, 2024 1

thanks

previously, i needed the result list of strings and to find which one of the words my program need

because some words may sound very alike

        final ArrayList<String> results = bundle.getStringArrayList(SpeechRecognizer.RESULTS_RECOGNITION);
        log.trace("results = {}", results);

from speech_to_text.

sowens-csd avatar sowens-csd commented on July 17, 2024 1

Thanks, I understand now. I'm only returning the highest confidence value (I think) and should be giving back all of the values when available. I'll have a look at adding a different way to access the results in an update to the lib.

from speech_to_text.

sowens-csd avatar sowens-csd commented on July 17, 2024 1

Yes, I'm going to be adding a list as an option in the next release of the plugin.

The locale is an input parameter, I could echo it in the output if that would be helpful? I don't believe that either Android or iOS will detect the language, they have to be told.

from speech_to_text.

sowens-csd avatar sowens-csd commented on July 17, 2024 1

Released as 0.8.0 now. All feedback welcome.

from speech_to_text.

karincayazilim avatar karincayazilim commented on July 17, 2024

Hello; I needed a list of results instead of a single result. Google returns the 5 most recent results. is it possible to be this way

from speech_to_text.

karincayazilim avatar karincayazilim commented on July 17, 2024

Is it possible to give in which language he speaks as a parameter? (Locale)

from speech_to_text.

karincayazilim avatar karincayazilim commented on July 17, 2024

thanks for your feedback. Although I have set English in some packages, it also perceives me to speak Turkish. I don't want this, but I think it's not possible

from speech_to_text.

karincayazilim avatar karincayazilim commented on July 17, 2024

i waiting 0.8.0

from speech_to_text.

Ccastillo06 avatar Ccastillo06 commented on July 17, 2024

Hey @sowens-csd thanks so much for implementing this feature! This plugin is awesome and pretty easy to implement compared to the ones I tested! πŸš€

from speech_to_text.

sowens-csd avatar sowens-csd commented on July 17, 2024

Hey @sowens-csd thanks so much for implementing this feature! This plugin is awesome and pretty easy to implement compared to the ones I tested! πŸš€

Thanks so much for the feedback! Very nice to hear.

from speech_to_text.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.