Added in API level 14
    EngineInfo
open class EngineInfo
| kotlin.Any | |
| ↳ | android.speech.tts.TextToSpeech.EngineInfo | 
Information about an installed text-to-speech engine.
Summary
| Public constructors | |
|---|---|
| Public methods | |
|---|---|
| open String | toString() | 
| Properties | |
|---|---|
| Int | Icon for the engine. | 
| String! | Localized label for the engine. | 
| String! | Engine package name. | 
Public constructors
EngineInfo
EngineInfo()
Public methods
toString
Added in API level 14
      open fun toString(): String
| Return | |
|---|---|
| String | a string representation of the object. | 
