GoogleCloudVideointelligenceV1FaceDetectionConfig constructor

GoogleCloudVideointelligenceV1FaceDetectionConfig({
  1. bool? includeAttributes,
  2. bool? includeBoundingBoxes,
  3. String? model,
})

Implementation

GoogleCloudVideointelligenceV1FaceDetectionConfig({
  this.includeAttributes,
  this.includeBoundingBoxes,
  this.model,
});