GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig.fromJson constructor

GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig.fromJson(
    core.Map json_)
    : this(
        model: json_['model'] as core.String?,
      );