VoiceGender

annotation class VoiceGender

Gender of the VoicePackage.

Functions

annotationType
Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
equals
Link copied to clipboard
abstract fun equals(p: Any): Boolean
hashCode
Link copied to clipboard
abstract fun hashCode(): Int
toString
Link copied to clipboard
abstract fun toString(): String

Properties

Female
Link copied to clipboard
val Female: Int
VoicePackage male voice.
Male
Link copied to clipboard
val Male: Int
VoicePackage female voice.
Unknown
Link copied to clipboard
val Unknown: Int
Unknown voice gender.