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)
Content copied to clipboard
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)
Content copied to clipboard
Properties
Link copied to clipboard
val expectSpeechDirectiveParam: DefaultASRAgent.ExpectSpeechDirectiveParam?
Content copied to clipboard