GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig constructor

GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig({
  1. String? model,
})

Implementation

GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig({
  this.model,
});