ProjectsLocationsRecognizersResource class

Constructors

ProjectsLocationsRecognizersResource(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

batchRecognize(BatchRecognizeRequest request, String recognizer, {String? $fields}) Future<Operation>
Performs batch asynchronous speech recognition: send a request with N audio files and receive a long running operation that can be polled to see when the transcriptions are finished.
create(Recognizer request, String parent, {String? recognizerId, bool? validateOnly, String? $fields}) Future<Operation>
Creates a Recognizer.
delete(String name, {bool? allowMissing, String? etag, bool? validateOnly, String? $fields}) Future<Operation>
Deletes the Recognizer.
get(String name, {String? $fields}) Future<Recognizer>
Returns the requested Recognizer.
list(String parent, {int? pageSize, String? pageToken, bool? showDeleted, String? $fields}) Future<ListRecognizersResponse>
Lists Recognizers.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Recognizer request, String name, {String? updateMask, bool? validateOnly, String? $fields}) Future<Operation>
Updates the Recognizer.
recognize(RecognizeRequest request, String recognizer, {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
undelete(UndeleteRecognizerRequest request, String name, {String? $fields}) Future<Operation>
Undeletes the Recognizer.

Operators

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