BatchRecognizeRequest class
Request message for the BatchRecognize method.
Constructors
-
BatchRecognizeRequest({RecognitionConfig? config, String? configMask, List<
BatchRecognizeFileMetadata> ? files, String? processingStrategy, RecognitionOutputConfig? recognitionOutputConfig, String? recognizer}) - BatchRecognizeRequest.fromJson(Map json_)
Properties
- config ↔ RecognitionConfig?
-
Features and audio metadata to use for the Automatic Speech Recognition.
getter/setter pair
- configMask ↔ String?
-
The list of fields in config that override the values in the
default_recognition_config of the recognizer during this recognition
request.
getter/setter pair
-
files
↔ List<
BatchRecognizeFileMetadata> ? -
Audio files with file metadata for ASR.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- processingStrategy ↔ String?
-
Processing strategy to use for this request.
Possible string values are:
getter/setter pair
- recognitionOutputConfig ↔ RecognitionOutputConfig?
-
Configuration options for where to output the transcripts of each file.
getter/setter pair
- recognizer ↔ String?
-
The name of the Recognizer to use during recognition.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited