setUpdatedCompoundExtractions

abstract void setUpdatedCompoundExtractions(@NonNull() Map<String, GiniCaptureCompoundExtraction> compoundExtractions)

This method is called by the Gini Capture Library with the compound extractions (e.g., line items) the user has seen. Contains changes made by the user.

Note: If the compound extractions are modified in your app, then call this method to have the latest changes available when the feedback is sent.

Parameters

compoundExtractions

the updated compound extractions