qisdk / com.aldebaran.qi.sdk.builder / SayBuilder / with

with

open static fun with(context: QiContext!): SayBuilder!

Create a new builder from the QiContext

Parameters

context - QiContext!: the Android context

Return
SayBuilder!: the builder

open static fun with(speechEngine: SpeechEngine!): SayBuilder!

Create a new builder from the SpeechEngine

Parameters

speechEngine - SpeechEngine!: the SpeechEngine

Return
SayBuilder!: the builder