GoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment.fromJson constructor

GoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment.fromJson(
  1. Map _json
)

Implementation

GoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment.fromJson(
    core.Map _json)
    : this(
        endIndex: _json.containsKey('endIndex')
            ? _json['endIndex'] as core.String
            : null,
        startIndex: _json.containsKey('startIndex')
            ? _json['startIndex'] as core.String
            : null,
      );