Deprecated. Use the Bubbles collection and the OmrBubbleResult's MarkState and Value properties instead.
Gets a string objects collection that represent segment
analysis Multi-mark results text data.
Syntax
'Declaration
<ObsoleteAttribute("Use the Bubbles collection and the OmrBubbleResult's MarkState and Value properties instead.")>
Public ReadOnly Property MultiMarkValues As StringCollection
'Usage
Dim instance As OmrSegmentResult
Dim value As StringCollection
value = instance.MultiMarkValues
[Obsolete("Use the Bubbles collection and the OmrBubbleResult's MarkState and Value properties instead.")]
public StringCollection MultiMarkValues {get;}
[Obsolete("Use the Bubbles collection and the OmrBubbleResult's MarkState and Value properties instead.")]
public: __property StringCollection* get_MultiMarkValues();
[Obsolete("Use the Bubbles collection and the OmrBubbleResult's MarkState and Value properties instead.")]
public:
property StringCollection^ MultiMarkValues {
StringCollection^ get();
}
See Also