GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig.fromJson constructor
GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig.fromJson(
- Map json_
Implementation
GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig.fromJson(
core.Map json_)
: this(
model:
json_.containsKey('model') ? json_['model'] as core.String : null,
);