Class ScanbotSdkDocumentEnhancer
- Namespace
- IO.Scanbot.Sdk.Documentscanner
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/documentscanner/ScanbotSdkDocumentEnhancer", DoNotGenerateAcw = true)]
public sealed class ScanbotSdkDocumentEnhancer : SelfDisposable, IDocumentEnhancer, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
ScanbotSdkDocumentEnhancer
- Implements
-
- Inherited Members
-
Methods
Create()
[Register("create", "()Lio/scanbot/common/Result;", "")]
public static IResult Create()
Returns
- IResult
DisposeNative()
[Register("disposeNative", "()V", "")]
public override void DisposeNative()
Init()
[Register("init", "()Lio/scanbot/common/Result;", "")]
public override IResult Init()
Returns
- IResult
IsStraighteningModeAvailable(DocumentStraighteningMode)
[Register("isStraighteningModeAvailable", "(Lio/scanbot/sdk/documentscanner/DocumentStraighteningMode;)Z", "")]
public static bool IsStraighteningModeAvailable(DocumentStraighteningMode mode)
Parameters
mode DocumentStraighteningMode
Returns
- bool
Straighten(ImageRef, DocumentStraighteningParameters, IList<PointF>)
[Register("straighten", "(Lio/scanbot/sdk/image/ImageRef;Lio/scanbot/sdk/documentscanner/DocumentStraighteningParameters;Ljava/util/List;)Lio/scanbot/common/Result;", "")]
public IResult Straighten(ImageRef image, DocumentStraighteningParameters parameters, IList<PointF> priorCornersNormalized)
Parameters
image ImageRef
parameters DocumentStraighteningParameters
priorCornersNormalized IList<PointF>
Returns
- IResult