$GoogleCloudDocumentaiV1DocumentShardInfo.fromJson constructor

$GoogleCloudDocumentaiV1DocumentShardInfo.fromJson(
  1. 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?,
    );