GoogleCloudVideointelligenceV1PersonDetectionConfig constructor

GoogleCloudVideointelligenceV1PersonDetectionConfig({
  1. bool? includeAttributes,
  2. bool? includeBoundingBoxes,
  3. bool? includePoseLandmarks,
})

Implementation

GoogleCloudVideointelligenceV1PersonDetectionConfig({
  this.includeAttributes,
  this.includeBoundingBoxes,
  this.includePoseLandmarks,
});