sdk
sdk
/
com.sygic.sdk.voice
/
VoiceEntry
/
VoiceGender
Voice
Gender
@
Retention
(
value
=
RetentionPolicy.CLASS
)
annotation class
VoiceGender
Gender of the VoicePackage.
Functions
Properties
Functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String
Properties
Female
Link copied to clipboard
val
Female
:
Int
=
0
VoicePackage male voice.
Male
Link copied to clipboard
val
Male
:
Int
=
1
VoicePackage female voice.
Unknown
Link copied to clipboard
val
Unknown
:
Int
=
2
Unknown voice gender.