com.aspose.omr

Interface IOmrElement



  • public interface IOmrElement

    The interface for the OMR elements

    • Method Detail

      • getQuestionName

        String getQuestionName()

        Gets the Question Name

        Returns:
        the Question Name
      • setQuestionName

        void setQuestionName(String value)

        Sets the Question Name

        Parameters:
        value - the Question Name
      • getAnswer

        String getAnswer()

        Forms a string with recognition result

        Returns:
        String containing recognition result
      • getCsv

        String getCsv()

        Forms answers as a comma-separated values string

        Returns:
        The recognition results as CSV string