Click or drag to resize
OsName Enumeration
Operating system enumeration.

Namespace:  Microsoft.Bing.Speech
Assembly:  Microsoft.Bing.Speech (in Microsoft.Bing.Speech.dll) Version: 2.0.1.0 (2.0.1)
Syntax
public enum OsName
Members
  Member nameValueDescription
Unknown0 Unknown OS.
Android1 Android OS.
IOS2 iOS.
Windows3 Windows OS.
WindowsMobile4 Windows Mobile OS.
Linux5 Linux OS.
Remarks
Identifies the end-user OS host.
See Also