$GoogleCloudDocumentaiV1DocumentShardInfo.fromJson constructor
$GoogleCloudDocumentaiV1DocumentShardInfo.fromJson(
- Map json_
Implementation
$GoogleCloudDocumentaiV1DocumentShardInfo.fromJson(core.Map json_)
: this(
shardCount: json_['shardCount'] as core.String?,
shardIndex: json_['shardIndex'] as core.String?,
textOffset: json_['textOffset'] as core.String?,
);