Type Alias: AudioToTextProps
AudioToTextProps:
object
Defined in: packages/core/src/types.ts:455
Type of AudioToTextProps
Type declaration
audioBase64?
optional
audioBase64:string
audioBlob?
optional
audioBlob:Blob
streamMessageCallback?
optional
streamMessageCallback:StreamMessageCallback
Param
The audio blob to be processed. Optional.
Param
The audio base64 to be processed. Optional.
Param
The stream message callback to stream the message back to the UI.