y property

  1. @JsonKey(name: 'y')
int? y
final

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

Implementation

@JsonKey(name: 'y')
final int? y;