SpeechResource class
Constructors
- SpeechResource(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
longrunningrecognize(
LongRunningRecognizeRequest request, {String? $fields}) → Future< Operation> - Performs asynchronous speech recognition: receive results via the google.longrunning.Operations interface.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
recognize(
RecognizeRequest request, {String? $fields}) → Future< RecognizeResponse> - Performs synchronous speech recognition: receive results after all audio has been sent and processed.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited