Lexicon

class Lexicon

Provides lexicon name and lexicon content in string format. For more information, see Pronunciation Lexicon Specification (PLS) Version 1.0.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Lexicon content in string format. The content of a lexicon must be in PLS format.

Link copied to clipboard
val name: String?

Name of the lexicon.

Functions

Link copied to clipboard
inline fun copy(block: Lexicon.Builder.() -> Unit = {}): Lexicon
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String