C#
VB
Java
Objective-C
WinRT C#
C++
Gets the zones that represent the in-focus blocks after the text blur detector command has been applied.
public LeadRect[] InFocusBlocks { get; }
Public ReadOnly Property InFocusBlocks As Leadtools.LeadRect()
public [Leadtools.LeadRect[]](../l/leadrect.md) InFocusBlocks {get;}
@property (nonatomic, strong, readonly) NSMutableArray<NSValue *> *inFocusBlocks //LeadRect
public ArrayList<LeadRect> getInFocusBlocks()
get_InFocusBlocks();
public:
property Leadtools.array<LeadRect>^ InFocusBlocks {
Leadtools.array<LeadRect>^ get();
}
An array of LeadRect, each of which contains the 4 corners of an in-focus block.
Refer to TextBlurDetectorCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET