Android Community
Results 1 to 3 of 3

Thread: android.speech.recognition

  1. #1
    Join Date
    Nov 2007
    Posts
    81

    Default android.speech.recognition


    android.speech.recognition

    Classes | Description
    Provides classes for speech recogntion. more...

    Interfaces


    AudioSource Generates audio data.

    AudioStream Stream used to read audio data.

    BNFPlusConfiguration BNF+ grammar configuration.

    DeviceSpeakerListener Listens for DeviceSpeaker events.

    EmbeddedGrammar Grammar on an embedded recognizer.

    EmbeddedGrammarListener Listens for EmbeddedGrammar events.

    G2GConfiguration G2G grammar configuration.

    Grammar Speech recognition grammar.

    GrammarConfiguration Configuration used to create a grammar.

    GrammarListener Listens for Grammar events.

    MediaFileReaderListener Listens for MediaFileReader events.

    MediaFileWriterListener Listens for MediaFileWriter events.

    MicrophoneListener Listens for Microphone events.

    NBestRecognitionResult N-Best recognition results.

    NBestRecognitionResult.Entry Recognition result entry

    ParametersListener Listens for parameter events.

    RecognitionResult Recognition result interface.

    Recognizer Speech recognizer interface.

    RecognizerListener Listens for recognizer events.

    SlotItem Item that may be inserted into an embedded
    grammar slot.

    SrecGrammar Grammar on an SREC recognizer.

    VoicetagItem Voicetag that may be inserted into an embedded grammar slot.

    See link below for classes and exceptions

    http://code.google.com/android/refer...e-summary.html

    Related:
    public abstract class

    android.speech.recognition.AbstractRecognizerListe ner
    java.lang.Object
    android.speech.recognition.AbstractRecognizerListe ner RecognizerListener

    A RecognizerListener whose methods are empty. This class exists as convenience for creating listener objects.


    Portions of this page are reproduced from work created and shared by Google and used according to terms described in the Creative Commons 2.5 Attribution License.

  2. #2
    Join Date
    Jan 2010
    Posts
    2

    Default Re: android.speech.recognition

    Where can I find the " android.speech.recognition" package??
    In the default API of Android, it doesn't exists.
    I need it, because I have to create my own grammar to customize the result of the RecognizerIntent!
    Please, answer me as soon as possible!

    Regards,
    riccio

  3. #3
    Join Date
    Aug 2010
    Posts
    1

    Default Re: android.speech.recognition


    Hello,
    I'm using android emulator (SDK 2.2) with Eclipse and I tried to do
    work the sample VoiceRecognition.java but it returns to me this
    message "Recognizer not present". What's the matter? I read on
    different forums "a problem with the initial system image", should I
    upgrade system image or there is nothing to do with this?

    I have another problem, I would like to use an wav or mp3 like input
    of my speech recognizer (instead of audio record with microphone), how
    to do this? is it possible or not?

    Thank you.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •