SpeechVolume

data class SpeechVolume(@FloatRange(from = 0.0, to = 1.0) val level: Float)

The state is returned if we change the speech volume.

Parameters

level

volume level must be a value between 0.0..1.0

Constructors

Link copied to clipboard
fun SpeechVolume(@FloatRange(from = 0.0, to = 1.0) level: Float)

Properties

Link copied to clipboard
val level: Float