GoogleCloudDocumentaiV1beta1DocumentTextAnchorTextSegment.fromJson constructor
GoogleCloudDocumentaiV1beta1DocumentTextAnchorTextSegment.fromJson(
- Map _json
Implementation
GoogleCloudDocumentaiV1beta1DocumentTextAnchorTextSegment.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,
);