y property

  1. @JsonKey(includeIfNull: false)
int? y
getter/setter pair

The y coordinate (pixel) of the image on the video frame (taking the upper left corner of the video frame as the origin).

Implementation

@JsonKey(includeIfNull: false)
int? y;