-
- All Implemented Interfaces:
public final class CaptureResult.Success extends CaptureResult
Extractions were found.
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<String, GiniCaptureSpecificExtraction>specificExtractionsprivate final Map<String, GiniCaptureCompoundExtraction>compoundExtractionsprivate final List<GiniCaptureReturnReason>returnReasons
-
Method Summary
Modifier and Type Method Description final Map<String, GiniCaptureSpecificExtraction>getSpecificExtractions()final Map<String, GiniCaptureCompoundExtraction>getCompoundExtractions()final List<GiniCaptureReturnReason>getReturnReasons()-
-
Method Detail
-
getSpecificExtractions
final Map<String, GiniCaptureSpecificExtraction> getSpecificExtractions()
-
getCompoundExtractions
final Map<String, GiniCaptureCompoundExtraction> getCompoundExtractions()
-
getReturnReasons
final List<GiniCaptureReturnReason> getReturnReasons()
-
-
-
-