Crate libsoda_sys

Crate libsoda_sys 

Source

Modules§

extended_soda_config_msg
Nested message and enum types in ExtendedSodaConfigMsg.
soda_endpoint_event
Nested message and enum types in SodaEndpointEvent.
soda_recognition_result
Nested message and enum types in SodaRecognitionResult.
soda_response
Nested message and enum types in SodaResponse.

Structs§

ExtendedSodaConfigMsg
Next ID to use: 16
HypothesisPart
Next item: 3.
LibSoda
MultilangConfig
Next ID: 3
SodaAudioLevelInfo
SodaConfig
SodaEndpointEvent
Next id: 3
SodaLangIdEvent
SodaRecognitionResult
Next id: 6
SodaResponse
TimingMetrics
Next id: 5

Type Aliases§

SodaHandle
SodaResultHandler
The callback that gets executed on a SODA event. It takes in a char*, which is a serialized SodaResponse proto, an int specifying the length of the char* and a void pointer to the object that is associated with the callback.