Result

class Result<T>(val appliedQuadrangle: Quadrangle, val appliedFilter: FilterType?, val appliedFilterConfiguration: FilterConfiguration, val appliedRotation: RotationAngle, val output: T)

Result of the processing.

Constructors

Link copied to clipboard
constructor(appliedQuadrangle: Quadrangle, appliedFilter: FilterType?, appliedFilterConfiguration: FilterConfiguration, appliedRotation: RotationAngle, output: T)

Properties

Link copied to clipboard

The legacy filter that was applied to the image, null if the configuration doesn't correspond to any legacy filter.

Link copied to clipboard

The filter configuration that was applied to the image.

Link copied to clipboard

The Quadrangle that was used to perform perspective correction.

Link copied to clipboard
Link copied to clipboard

The output of the processing, as a Bitmap or as a File