Speech Volume
data class SpeechVolume(@FloatRange(from = 0.0.toDouble(), to = 1.0.toDouble() ) level: Float)
Content copied to clipboard
The state is returned if we change the speech volume.
Parameters
level
volume level must be a value between 0.0..1.0
Constructors
SpeechVolume
Link copied to clipboard
fun SpeechVolume(@FloatRange(from = 0.0.toDouble(), to = 1.0.toDouble() ) level: Float)
Content copied to clipboard
volume level must be a value between 0.0..1.
Functions
component1
Link copied to clipboard
copy
Link copied to clipboard
fun copy(@FloatRange(from = 0.0.toDouble(), to = 1.0.toDouble() ) level: Float): SpeechVolume
Content copied to clipboard