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

com.mindee.product.us.driverlicense.DriverLicenseV1 Maven / Gradle / Ivy

There is a newer version: 4.21.0
Show newest version
package com.mindee.product.us.driverlicense;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.mindee.http.EndpointInfo;
import com.mindee.parsing.common.Inference;
import lombok.Getter;

/**
 * Driver License API version 1 inference prediction.
 */
@Getter
@JsonIgnoreProperties(ignoreUnknown = true)
@EndpointInfo(endpointName = "us_driver_license", version = "1")
public class DriverLicenseV1
    extends Inference {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy