Recognizer constructor
Recognizer({
- Map<
String, String> ? annotations, - String? createTime,
- RecognitionConfig? defaultRecognitionConfig,
- String? deleteTime,
- String? displayName,
- String? etag,
- String? expireTime,
- String? kmsKeyName,
- String? kmsKeyVersionName,
- List<
String> ? languageCodes, - String? model,
- String? name,
- bool? reconciling,
- String? state,
- String? uid,
- String? updateTime,
Implementation
Recognizer({
this.annotations,
this.createTime,
this.defaultRecognitionConfig,
this.deleteTime,
this.displayName,
this.etag,
this.expireTime,
this.kmsKeyName,
this.kmsKeyVersionName,
this.languageCodes,
this.model,
this.name,
this.reconciling,
this.state,
this.uid,
this.updateTime,
});