InternalStartRecognitionParam

data class InternalStartRecognitionParam(    val audioInputStream: SharedDataStream,     val audioFormat: AudioFormat,     val wakeupInfo: WakeupInfo?,     val expectSpeechDirectiveParam: DefaultASRAgent.ExpectSpeechDirectiveParam?,     val endPointDetectorParam: EndPointDetectorParam?,     val callback: ASRAgentInterface.StartRecognitionCallback?,     val jsonContext: String,     val initiator: ASRAgentInterface.Initiator,     val asrResultListener: ASRAgentInterface.OnResultListener? = null)

Constructors

Link copied to clipboard
fun InternalStartRecognitionParam(    audioInputStream: SharedDataStream,     audioFormat: AudioFormat,     wakeupInfo: WakeupInfo?,     expectSpeechDirectiveParam: DefaultASRAgent.ExpectSpeechDirectiveParam?,     endPointDetectorParam: EndPointDetectorParam?,     callback: ASRAgentInterface.StartRecognitionCallback?,     jsonContext: String,     initiator: ASRAgentInterface.Initiator,     asrResultListener: ASRAgentInterface.OnResultListener? = null)

Properties

Link copied to clipboard
val asrResultListener: ASRAgentInterface.OnResultListener? = null
Link copied to clipboard
val audioFormat: AudioFormat
Link copied to clipboard
val audioInputStream: SharedDataStream
Link copied to clipboard
val callback: ASRAgentInterface.StartRecognitionCallback?
Link copied to clipboard
val endPointDetectorParam: EndPointDetectorParam?
Link copied to clipboard
val initiator: ASRAgentInterface.Initiator
Link copied to clipboard
val jsonContext: String
Link copied to clipboard
val wakeupInfo: WakeupInfo?