toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final documentOutputConfig = this.documentOutputConfig;
final inputDocuments = this.inputDocuments;
final labels = this.labels;
final processOptions = this.processOptions;
final skipHumanReview = this.skipHumanReview;
return {
'documentOutputConfig': ?documentOutputConfig,
'inputDocuments': ?inputDocuments,
'labels': ?labels,
'processOptions': ?processOptions,
'skipHumanReview': ?skipHumanReview,
};
}