SpeechToTextResponseUpdateKind class

The kind of a speech-to-text response update.

This is an experimental feature.

Constructors

SpeechToTextResponseUpdateKind(String value)
Creates a new SpeechToTextResponseUpdateKind.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The string value of the kind.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Constants

error → const SpeechToTextResponseUpdateKind
An error occurred.
sessionClose → const SpeechToTextResponseUpdateKind
A session was closed.
sessionOpen → const SpeechToTextResponseUpdateKind
A session was opened.
textUpdated → const SpeechToTextResponseUpdateKind
Text has been finalized.
textUpdating → const SpeechToTextResponseUpdateKind
Text is being updated (partial/interim result).