All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.lkqm.hcnet.model.FaceSnapEvent Maven / Gradle / Ivy

There is a newer version: 0.0.5
Show newest version
package com.github.lkqm.hcnet.model;

import lombok.Data;

/**
 * 人脸抓拍事件.
 */
@Data
public class FaceSnapEvent {

    private FaceSnapInfo faceSnapInfo;
    private DeviceInfo deviceInfo;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy