'Declaration Public ReadOnly Property SpellingLanguages As ReadOnlyCollection(Of ImGearRecLanguage)
'Usage Dim instance As ImGearRecRecognitionSettings Dim value As ReadOnlyCollection(Of ImGearRecLanguage) value = instance.SpellingLanguages
public ReadOnlyCollection<ImGearRecLanguage> SpellingLanguages {get;}
public: __property ReadOnlyCollection<ImGearRecLanguage>* get_SpellingLanguages();
public: property ReadOnlyCollection<ImGearRecLanguage>^ SpellingLanguages { ReadOnlyCollection<ImGearRecLanguage>^ get(); }