Table of Contents

Class DefaultTextOrientationScanner

Namespace
IO.Scanbot.Sdk.Textorientation
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/textorientation/DefaultTextOrientationScanner", DoNotGenerateAcw = true)]
public sealed class DefaultTextOrientationScanner : Object, ITextOrientationScanner, IJavaObject, IJavaPeerable, IDisposable
Inheritance
DefaultTextOrientationScanner
Implements
Inherited Members

Constructors

DefaultTextOrientationScanner(BlobManager)

[Register(".ctor", "(Lio/scanbot/sdk/blob/BlobManager;)V", "")]
public DefaultTextOrientationScanner(BlobManager blobManager)

Parameters

blobManager BlobManager

Properties

A

[Register("a")]
public TextOrientationRecognizer A { get; set; }

Property Value

TextOrientationRecognizer

Methods

RecognizeBitmap(Bitmap, float)

[Register("recognizeBitmap", "(Landroid/graphics/Bitmap;F)Lio/scanbot/textorientation/model/TextOrientation;", "")]
public TextOrientation RecognizeBitmap(Bitmap bitmap, float requestedConfidence)

Parameters

bitmap Bitmap
requestedConfidence float

Returns

TextOrientation

RecognizeJPEG(byte[], int, int, float)

[Register("recognizeJPEG", "([BIIF)Lio/scanbot/textorientation/model/TextOrientation;", "")]
public TextOrientation RecognizeJPEG(byte[] jpeg, int width, int height, float requestedConfidence)

Parameters

jpeg byte[]
width int
height int
requestedConfidence float

Returns

TextOrientation