GoogleCloudVideointelligenceV1LabelDetectionConfig constructor

GoogleCloudVideointelligenceV1LabelDetectionConfig({
  1. double? frameConfidenceThreshold,
  2. String? labelDetectionMode,
  3. String? model,
  4. bool? stationaryCamera,
  5. double? videoConfidenceThreshold,
})

Implementation

GoogleCloudVideointelligenceV1LabelDetectionConfig({
  this.frameConfidenceThreshold,
  this.labelDetectionMode,
  this.model,
  this.stationaryCamera,
  this.videoConfidenceThreshold,
});