GoogleCloudVideointelligenceV1AnnotateVideoRequest constructor

GoogleCloudVideointelligenceV1AnnotateVideoRequest({
  1. List<String>? features,
  2. String? inputContent,
  3. String? inputUri,
  4. String? locationId,
  5. String? outputUri,
  6. GoogleCloudVideointelligenceV1VideoContext? videoContext,
})

Implementation

GoogleCloudVideointelligenceV1AnnotateVideoRequest({
  this.features,
  this.inputContent,
  this.inputUri,
  this.locationId,
  this.outputUri,
  this.videoContext,
});