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
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).