toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (documentOutputConfig != null)
        'documentOutputConfig': documentOutputConfig!,
      if (inputDocuments != null) 'inputDocuments': inputDocuments!,
      if (labels != null) 'labels': labels!,
      if (processOptions != null) 'processOptions': processOptions!,
      if (skipHumanReview != null) 'skipHumanReview': skipHumanReview!,
    };