values constant
Implementation
static const $core.List<STTStreamEventKind> values = <STTStreamEventKind>[
STT_STREAM_EVENT_KIND_UNSPECIFIED,
STT_STREAM_EVENT_KIND_STARTED,
STT_STREAM_EVENT_KIND_PARTIAL,
STT_STREAM_EVENT_KIND_FINAL,
STT_STREAM_EVENT_KIND_ENDPOINT,
STT_STREAM_EVENT_KIND_ERROR,
];