x property

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

The x 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? x;