←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
Objective-C
C++
Java
public LeadRect[] InFocusBlocks { get; } 
Public ReadOnly Property InFocusBlocks As LeadRect() 
@property (nonatomic, strong, readonly) NSMutableArray<NSValue *> *inFocusBlocks //LeadRect 
public ArrayList<LeadRect> getInFocusBlocks() 
public: 
property array<LeadRect>^ InFocusBlocks { 
   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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly