Table of Contents

Class ImageRedactionResult

Namespace
LMKit.Media.Image
Assembly
LM-Kit.NET.dll

Carries the outcome of an in-memory image redaction: the redacted image bytes and the report describing what was covered.

public sealed class ImageRedactionResult
Inheritance
ImageRedactionResult
Inherited Members

Properties

Data

Gets the redacted image bytes, encoded in the format named by OutputExtension.

Report

Gets the redaction report.

Share