Releases an approximate regex instance.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_REC_redactor_delete(
const HIG_REC_REDACTOR higRecRedactor
);
|
Name | Type | Description |
---|---|---|
higRecRedactor | const HIG_REC_REDACTOR | The handle to a redactor instance. |
This function does not process image pixels.
Copy Code
|
|
---|---|
AT_ERRCOUNT errCount = 0 ; HIG_REC_REDACTOR higRecRedactor = 0 ; IG_REC_redactor_create( &higRecRedactor ) ; errCount = IG_REC_redactor_delete( higRecRedactor ) ; |
All objects and memory owned will be deleted at this time. Reusing the higRecRedactor after this function returns success will result in an error.