←Select platform

AnswersCount Property

Summary

Gets a dictionary object containing the frequency of the associated question-answers in the graded, filled forms after invoking the OmrAnalysisEngine.GradeForms method.

Syntax
C#
VB
C++
Java
public Dictionary<string, int> AnswersCount {get;} 
public java.util.Map<java.lang.String, 
    java.lang.Integer> getAnswersCount(); 
Public ReadOnly Property AnswersCount() As Dictionary(Of String, Integer) 
   Get 
public:  
   property Dictionary<String^, Int32>^ AnswersCount 
   { 
      Dictionary<String^, Int32>^ get() 
   } 

Property Value

A dictionary object containing the frequency of each answer. The default value is null.

Remarks

Each entry in the dictionary has a unique name that contains the page number, OmrField name, and the row or column associated with this object.

Requirements

Target Platforms

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

Leadtools.Forms.Processing.Omr Assembly