com.mindee.product.generated.GeneratedV1 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mindee-api-java Show documentation
Show all versions of mindee-api-java Show documentation
Java Library to call Mindee's Off-The-Shelf and Custom APIs
package com.mindee.product.generated;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.mindee.parsing.common.Inference;
import lombok.Getter;
/**
* Define a simple model to encapsulate data from any API.
*/
@Getter
@JsonIgnoreProperties(ignoreUnknown = true)
public class GeneratedV1 extends Inference {
}