qisdk / com.aldebaran.qi.sdk.object.conversation / Conversation / Async / makeSpeechEngine

makeSpeechEngine

abstract fun makeSpeechEngine(context: RobotContext!): Future<SpeechEngine!>!

Creates a SpeechEngine, that will create Say actions using the Conversation service with the given context

Parameters

context - RobotContext!: The context to authorize the created Say actions to be effectively executed on a robot

Return
Future<SpeechEngine!>!: A SpeechEngine

Since
3