GoogleCloudVideointelligenceV1ShotChangeDetectionConfig.fromJson constructor

GoogleCloudVideointelligenceV1ShotChangeDetectionConfig.fromJson(
  1. Map json_
)

Implementation

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