GoogleCloudAiplatformV1Segment.fromJson constructor

GoogleCloudAiplatformV1Segment.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1Segment.fromJson(core.Map json_)
  : this(
      endIndex: json_['endIndex'] as core.int?,
      partIndex: json_['partIndex'] as core.int?,
      startIndex: json_['startIndex'] as core.int?,
      text: json_['text'] as core.String?,
    );