Added in API level 14
TextToSpeech.EngineInfo
public
static
class
TextToSpeech.EngineInfo
extends Object
java.lang.Object | |
↳ | android.speech.tts.TextToSpeech.EngineInfo |
Information about an installed text-to-speech engine.
See also:
Summary
Fields | |
---|---|
public
int |
icon
Icon for the engine. |
public
String |
label
Localized label for the engine. |
public
String |
name
Engine package name.. |
Public constructors | |
---|---|
EngineInfo()
|
Public methods | |
---|---|
String
|
toString()
Returns a string representation of the object. |
Inherited methods | |
---|---|
Fields
Public constructors
EngineInfo
public EngineInfo ()
Public methods
toString
Added in API level 14
public String toString ()
Returns a string representation of the object.
Returns | |
---|---|
String |
a string representation of the object. |