| begin_flag | unsigned int | Start marker, 0x5a5a5a5. |
| data_type | unsigned int | Image format type, 0: JPG; 1: YUV. |
| image_type | unsigned int | Image type, 0: original image; 1: license plate. |
| plateId | unsigned int | License plate ID, used for identification. |
| plateCharCount | unsigned int | Number of license plate characters. |
| plate | char[32] | License plate number, utf8 encoding. |
| plateCharConfid | char[32] | License plate character confidence. |
| ptPlateCharRect | NET_SDK_IVE_RECT_T[32] | The coordinates of the upper left corner of the license plate characters. |
| ptWidth | unsigned int | Coordinate scale width (used to draw a license plate tracking frame, or circle the location of the license plate in the picture). |
| ptHeight | unsigned int | The coordinate ratio is high. |
| ptLeftTop | NET_SDK_IVE_POINT_T | The coordinates of the upper left corner of the license plate. |
| ptRightTop | NET_SDK_IVE_POINT_T | The coordinates of the upper right corner of the license plate. |
| ptLeftBottom | NET_SDK_IVE_POINT_T | The coordinates of the lower left corner of the license plate. |
| ptRightBottom | NET_SDK_IVE_POINT_T | The coordinates of the lower right corner of the license plate. |
| plateWidth | unsigned short | The width of the license plate capture image. |
| plateHeight | unsigned short | Height of the license plate capture image. |
| plateConfidence | unsigned int | Confidence. |
| plateIntensity | unsigned int | License plate brightness. |
| plateColor | unsigned char | License plate color: 0-Unknown 1-Blue 2-Yellow 3-White 4-Black 5-Green 6-Green and Black 7-Red 8-Orange 9-Cyan 10-Purple 11-Gray. |
| plateStyle | unsigned char | Vehicle type. |
| PlateColorRate | unsigned char | Color matching degree;. |
| vehicleColor | unsigned char | Body color. |
| plateAngleH | unsigned int | The horizontal tilt angle of the license plate. |
| plateAngleV | unsigned int | The vertical tilt angle of the license plate. |
| jpeg_len | unsigned int | The actual length of the Jpeg image. |
| jpeg_vir_len | unsigned int | The total length of the Jpeg image data aligned to 32 bytes. |
| owner | char[32] | Name of the owner. |
| listType | int | List type, 0-unmatched, 1-unfamiliar vehicle, 2-white list, 3-black list, generate matching type [1-24], 8 spaces are reserved for each category, unmatched [0,25-31], and the unmatched space is expanded to 8. |
| beginTime | unsigned long long | Start time. |
| endTime | unsigned long long | End time. |
| cardNum | unsigned int | Number of license plates. |
| endTimeValidForever | unsigned char | Whether the end time is permanently valid, 1: permanently valid, the endTime variable is invalid; 0: the end time is not permanently valid, and endTime is valid. |
| iVehicleDirect | unsigned char | Vehicle driving direction: 1 unknown 2 approaching 3 moving away. |
| resrv | unsigned char[6] | Reserved field. |
| end_flag | unsigned int | End marker, 0ax5a5a5a5. |