send Feedback For Extractions
Sends approved and conceivably corrected extractions for the given document. This is called "submitting feedback on extractions" in the Gini API documentation.
Return
A Task which will resolve to the same document instance when storing the updated extractions was successful.
Parameters
The document for which the extractions should be updated.
A Map where the key is the name of the specific extraction and the value is the SpecificExtraction object. This is the same structure as returned by the getExtractions method of this manager.
Throws
When a value of an extraction is not JSON serializable.
Sends approved and conceivably corrected extractions for the given document. This is called "submitting feedback on extractions" in the Gini API documentation.
Return
A Task which will resolve to the same document instance when storing the updated extractions was successful.
Parameters
The document for which the extractions should be updated.
A Map where the key is the name of the specific extraction and the value is the SpecificExtraction object. This is the same structure as returned by the getExtractions method of this manager.
A Map where the key is the name of the compound extraction and the value is the CompoundExtraction object. This is the same structure as returned by the getExtractions method of this manager.
Throws
When a value of an extraction is not JSON serializable.