ImageGear Professional DLL v18.1 for Windows
AT_REC_REDACTOR_REDACTED_CB_PARAMS
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > Recognition Component API Reference > Recognition Component Structures Reference > AT_REC_REDACTOR_REDACTED_CB_PARAMS

Glossary Item Box

Parameters to the Redacted Callback.

Declaration:

  Copy Code
typedef struct tagAT_REC_REDACTOR_REDACTED_CB_PARAMS
{
   HIG_REC_REDACTOR higRecRedactor;
   LPAT_REC_REDACT_RESULT redact_result;

} AT_REC_REDACTOR_REDACTED_CB_PARAMS, * LPAT_REC_REDACTOR_REDACTED_CB_PARAMS;

Structure Members:

Name Type Description
higRecRedactor HIG_REC_REDACTOR The handle to the redactor conducting the redaction. Default value is 0.
redact_result LPAT_REC_REDACT_RESULT Information about a successful redaction. The redactor owns this data and will release it upon return from the Redacted callback. Callers that require access to this data beyond the scope of the Redacted callback function call must create duplicates.

©2014. Accusoft Corporation. All Rights Reserved.