←Select platform

MasterAttributesCandidatesIndeces Property

Summary
List of Master Forms indices passed to FormRecognitionEngine.CompareFormFast that could be master form associated with passed form.

Syntax
C#
C++/CLI
Java
Python
public List<int> MasterAttributesCandidatesIndeces { get; set; } 
public java.util.List<java.lang.Integer> getMasterAttributesCandidatesIndeces(); 
public void setMasterAttributesCandidatesIndeces( 
   java.util.List<java.lang.Integer> 
); 
public: 
property List<int>^ MasterAttributesCandidatesIndeces { 
   List<int>^ get(); 
   void set (    List<int>^ ); 
} 
MasterAttributesCandidatesIndeces # get and set (FormRecognitionResult) 

Property Value

List of integers that specifies the Candidates indeices of master attributes.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.