←Select platform

InFocusBlocks Property

Summary

Gets the zones that represent the in-focus blocks after the text blur detector command has been applied.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public [Leadtools.LeadRect[]](../l/leadrect.html) InFocusBlocks {get;}
Public ReadOnly Property InFocusBlocks As Leadtools.LeadRect()
public [Leadtools.LeadRect[]](../l/leadrect.html) 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(); 
} 

Property Value

An array of LeadRect, each of which contains the 4 corners of an in-focus block.

Example

Refer to TextBlurDetectorCommand.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize