GoogleCloudVideointelligenceV1beta2ExplicitContentFrame.fromJson constructor
- Map _json
Implementation
GoogleCloudVideointelligenceV1beta2ExplicitContentFrame.fromJson(
core.Map _json) {
if (_json.containsKey("pornographyLikelihood")) {
pornographyLikelihood = _json["pornographyLikelihood"];
}
if (_json.containsKey("timeOffset")) {
timeOffset = _json["timeOffset"];
}
}