Uses of Class
com.mindee.v2.product.extraction.ExtractionResponse
-
Packages that use ExtractionResponse Package Description com.mindee.v2.product.classification com.mindee.v2.product.crop com.mindee.v2.product.split -
-
Uses of ExtractionResponse in com.mindee.v2.product.classification
Methods in com.mindee.v2.product.classification that return ExtractionResponse Modifier and Type Method Description ExtractionResponseClassificationClassifier. getExtractionResponse()The extraction response associated with the classification. -
Uses of ExtractionResponse in com.mindee.v2.product.crop
Methods in com.mindee.v2.product.crop that return ExtractionResponse Modifier and Type Method Description ExtractionResponseCropItem. getExtractionResponse()The extraction response associated with the crop.Constructors in com.mindee.v2.product.crop with parameters of type ExtractionResponse Constructor Description CropItem(String objectType, FieldLocation location, ExtractionResponse extractionResponse)Creates a newCropIteminstance. -
Uses of ExtractionResponse in com.mindee.v2.product.split
Methods in com.mindee.v2.product.split that return ExtractionResponse Modifier and Type Method Description ExtractionResponseSplitRange. getExtractionResponse()The extraction response associated with the split.Constructors in com.mindee.v2.product.split with parameters of type ExtractionResponse Constructor Description SplitRange(List<Integer> pageRange, String documentType, ExtractionResponse extractionResponse)Creates a newSplitRangeinstance.
-