GoogleCloudVideointelligenceV1PersonDetectionConfig.fromJson constructor
GoogleCloudVideointelligenceV1PersonDetectionConfig.fromJson(
- Map json_
Implementation
GoogleCloudVideointelligenceV1PersonDetectionConfig.fromJson(core.Map json_)
: this(
includeAttributes: json_['includeAttributes'] as core.bool?,
includeBoundingBoxes: json_['includeBoundingBoxes'] as core.bool?,
includePoseLandmarks: json_['includePoseLandmarks'] as core.bool?,
);