GoogleCloudVideointelligenceV1FaceDetectionConfig.fromJson constructor

GoogleCloudVideointelligenceV1FaceDetectionConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudVideointelligenceV1FaceDetectionConfig.fromJson(core.Map json_)
  : this(
      includeAttributes: json_['includeAttributes'] as core.bool?,
      includeBoundingBoxes: json_['includeBoundingBoxes'] as core.bool?,
      model: json_['model'] as core.String?,
    );