Compound Extractions Mapper
Helper class to map the CompoundExtraction from the Gini API SDK to the Gini Capture Library's GiniCaptureCompoundExtraction and vice versa.
Functions
Link copied to clipboard
public static Map<String, CompoundExtraction> mapToApiSdk(@NonNull() Map<String, GiniCaptureCompoundExtraction> sourceMap)
Link copied to clipboard
public static Map<String, GiniCaptureCompoundExtraction> mapToGiniCapture(@NonNull() Map<String, CompoundExtraction> sourceMap)