GoogleCloudVideointelligenceV1VideoSegment constructor

GoogleCloudVideointelligenceV1VideoSegment({
  1. String? endTimeOffset,
  2. String? startTimeOffset,
})

Implementation

GoogleCloudVideointelligenceV1VideoSegment({
  this.endTimeOffset,
  this.startTimeOffset,
});