GoogleCloudVideointelligenceV1VideoSegment.fromJson constructor

GoogleCloudVideointelligenceV1VideoSegment.fromJson(
  1. Map json_
)

Implementation

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