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

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.

Properties

icon

Added in API level 14
var icon: Int

Icon for the engine.

label

Added in API level 14
var label: String!

Localized label for the engine.

name

Added in API level 14
var name: String!

Engine package name..