toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final fieldMask = this.fieldMask;
final gcsDocument = this.gcsDocument;
final imagelessMode = this.imagelessMode;
final inlineDocument = this.inlineDocument;
final labels = this.labels;
final processOptions = this.processOptions;
final rawDocument = this.rawDocument;
final skipHumanReview = this.skipHumanReview;
return {
'fieldMask': ?fieldMask,
'gcsDocument': ?gcsDocument,
'imagelessMode': ?imagelessMode,
'inlineDocument': ?inlineDocument,
'labels': ?labels,
'processOptions': ?processOptions,
'rawDocument': ?rawDocument,
'skipHumanReview': ?skipHumanReview,
};
}