GoogleCloudDocumentaiV1OcrConfigPremiumFeatures.fromJson constructor

GoogleCloudDocumentaiV1OcrConfigPremiumFeatures.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDocumentaiV1OcrConfigPremiumFeatures.fromJson(core.Map json_)
  : this(
      computeStyleInfo: json_['computeStyleInfo'] as core.bool?,
      enableMathOcr: json_['enableMathOcr'] as core.bool?,
      enableSelectionMarkDetection:
          json_['enableSelectionMarkDetection'] as core.bool?,
    );