Type Alias RawMessage

Source
pub type RawMessage = String;
Expand description

The raw text of message.

The raw message is the message received from the speech recognition service.

Aliased Typeยง

pub struct RawMessage { /* private fields */ }