GoogleCloudVideointelligenceV1VideoSegment.fromJson constructor
GoogleCloudVideointelligenceV1VideoSegment.fromJson(
- Map json_
Implementation
GoogleCloudVideointelligenceV1VideoSegment.fromJson(core.Map json_)
: this(
endTimeOffset: json_.containsKey('endTimeOffset')
? json_['endTimeOffset'] as core.String
: null,
startTimeOffset: json_.containsKey('startTimeOffset')
? json_['startTimeOffset'] as core.String
: null,
);