android.speech.tts
Class TextToSpeech.EngineInfo

java.lang.Object
  extended by android.speech.tts.TextToSpeech.EngineInfo
Enclosing class:
TextToSpeech

public static class TextToSpeech.EngineInfo
extends Object


Field Summary
 int icon
           
 String label
           
 String name
           
 
Constructor Summary
TextToSpeech.EngineInfo()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public String name

label

public String label

icon

public int icon
Constructor Detail

TextToSpeech.EngineInfo

public TextToSpeech.EngineInfo()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012. All Rights Reserved.