# Packages
Package gw is a reverse proxy.
# Functions
No description provided by the author
No description provided by the author
# Constants
A-law (8-bit) encoded RAW data, single channel, sampled at 8 KHz.
FLAC data, sampled at a rate equal to or higher than the sample rate expected by the chosen Model.
MP3 data, sampled at a rate equal to or higher than the sampling rate expected by the chosen Model.
Opus (16-bit) encoded RAW data, sampled at a rate equal to or higher than the sample rate expected by the chosen Model.
Raw (headerless) Uncompressed 16-bit signed little endian samples (linear PCM), single channel, sampled at the rate expected by the chosen `Model`.
μ-law (8-bit) encoded RAW data, single channel, sampled at 8 KHz.
VOX data (Dialogic ADPCM), sampled at 8 KHz.
WAV (data with RIFF headers), with data sampled at a rate equal to or higher than the sample rate expected by the chosen Model.
# Variables
No description provided by the author
Enum value maps for RecognitionConfig_Encoding.
Enum value maps for RecognitionConfig_Encoding.
# Structs
The top-level message sent by the client for the `CompileContext` request.
The message returned to the client by the `CompileContext` method.
Context information in a compact form that is efficient for use in subsequent recognition requests.
An Arc inside a Confusion Network Link.
A Link inside a confusion network.
Model information specifc to supporting recognition context.
A phrase or word that is to be compiled into context information that can be later used to improve speech recognition during a `Recognize` or `StreamingRecognize` call.
The top-level message sent by the client for the `ListModels` method.
The message returned to the client by the `ListModels` method.
Description of a Cubic Model.
Attributes of a Cubic Model.
A recognition hypothesis.
Audio to be sent to the recognizer.
Configuration for setting up a Recognizer.
Confusion network in recognition output.
A collection of additional context information that may aid speech recognition.
Metadata associated with the audio to be recognized.
Collection of sequence of recognition results in a portion of audio.
A recognition result corresponding to a portion of audio.
The top-level message sent by the client for the `Recognize` method.
The top-level message sent by the client for the `StreamingRecognize` request.
No description provided by the author
No description provided by the author
UnimplementedCubicServer can be embedded to have forward compatible implementations.
The message sent by the server for the `Version` method.
Word-specific information for recognized words.
# Interfaces
No description provided by the author
No description provided by the author
CubicClient is the client API for Cubic service.
CubicServer is the server API for Cubic service.
# Type aliases
The encoding of the audio data to be sent for recognition.