API reference
API reference
Select your platform
No SDKs available
No versions available

IAudioUploadHandler Interface

An interface for uploading chunks of audio data
Meta::WitAi::Interfaces::IAudioUploadHandler extends Meta.WitAi.Interfaces.IDataUploadHandler.

Overview

Properties

bool
Whether the upload service is ready for uploading data
Action
Callback when service is ready for uploading data
The audio encoding to be used for uploading

Details

Properties

bool Meta.WitAi.Interfaces.IAudioUploadHandler.IsInputStreamReady
Whether the upload service is ready for uploading data
Action Meta.WitAi.Interfaces.IAudioUploadHandler.OnInputStreamReady
Callback when service is ready for uploading data
AudioEncoding Meta.WitAi.Interfaces.IAudioUploadHandler.AudioEncoding
The audio encoding to be used for uploading
Did you find this page helpful?