GoogleCloudAiplatformV1Segment.fromJson constructor
GoogleCloudAiplatformV1Segment.fromJson(
- 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?,
);