'Declaration
Public ReadOnly Property Text As String
'Usage
Dim instance As OmrSegmentResult Dim value As String value = instance.Text
public string Text {get;}
'Declaration
Public ReadOnly Property Text As String
'Usage
Dim instance As OmrSegmentResult Dim value As String value = instance.Text
public string Text {get;}
This read-only property contains the analysis result text string for a segment.
For fields with a MarkScheme of OmrMarkScheme.MultiMark, the result text string will contain values for each bubble determined to be marked separated by the MultiMarkDelimiter string or character.
Note: The length of this string will never be longer than 511 character. In the event that anaylsis of an OMR Field results in a string longer than 511 characters, the string will be clipped at 511 characters and stored in this property. In order to prevent clipping of the result sting, set the value of OmrBubbleModel.Value and MultiMarkDelimiter to a string of the shortest practical length.