GoogleCloudVideointelligenceV1p3beta1TextFrame.fromJson constructor
- Map _json
Implementation
GoogleCloudVideointelligenceV1p3beta1TextFrame.fromJson(core.Map _json) {
if (_json.containsKey("rotatedBoundingBox")) {
rotatedBoundingBox =
new GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly
.fromJson(_json["rotatedBoundingBox"]);
}
if (_json.containsKey("timeOffset")) {
timeOffset = _json["timeOffset"];
}
}