Stay organized with collections
Save and categorize content based on your preferences.
EngineInfo
open class EngineInfo
Information about an installed text-to-speech engine.
Summary
Properties |
Int |
Icon for the engine.
|
String! |
Localized label for the engine.
|
String! |
Engine package name.
|
Public constructors
Public methods
toString
open fun toString(): String
Return |
String |
a string representation of the object. |
Properties
icon
var icon: Int
Icon for the engine.
label
var label: String!
Localized label for the engine.
name
var name: String!
Engine package name..
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# TextToSpeech.EngineInfo\n\nAdded in [API level 14](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nEngineInfo\n==========\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/speech/tts/TextToSpeech.EngineInfo \"View this page in Java\") \n\n```\nopen class EngineInfo\n```\n\n|---|-------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [android.speech.tts.TextToSpeech.EngineInfo](#) |\n\nInformation about an installed text-to-speech engine.\n\nSummary\n-------\n\n| Public constructors ||\n|----------------------------------------|---|\n| [EngineInfo](#EngineInfo())`()` \u003cbr /\u003e |\n\n| Public methods ||\n|---------------------------------------------------------------------------------------|------------------------------------|\n| open [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [toString](#toString())`()` \u003cbr /\u003e |\n\n| Properties ||\n|-----------------------------------------------------------------------------------|---------------------------------------------------------------|\n| [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [icon](#icon:kotlin.Int) Icon for the engine. |\n| [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)! | [label](#label:kotlin.String) Localized label for the engine. |\n| [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)! | [name](#name:kotlin.String) Engine package name. |\n\nPublic constructors\n-------------------\n\n### EngineInfo\n\n```\nEngineInfo()\n```\n\nPublic methods\n--------------\n\n### toString\n\nAdded in [API level 14](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nopen fun toString(): String\n```\n\n| Return ||\n|----------------------------------------------------------------------------------|----------------------------------------|\n| [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | a string representation of the object. |\n\nProperties\n----------\n\n### icon\n\nAdded in [API level 14](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nvar icon: Int\n```\n\nIcon for the engine. \n\n### label\n\nAdded in [API level 14](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nvar label: String!\n```\n\nLocalized label for the engine. \n\n### name\n\nAdded in [API level 14](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nvar name: String!\n```\n\nEngine package name.."]]