←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 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(); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly