Click or drag to resize
DeviceFamily Enumeration
Device family 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 DeviceFamily
Members
  Member nameValueDescription
Unknown0 Device not known.
Desktop1 Desktop devices.
Laptop2 Laptop devices with keyboard as primary input.
Tablet3 Devices with touch screen as primary input.
Mobile4 Mobile devices (phones, phablets).
HolographicOrVR5 Head-mounted, speech-oriented input devices.
Xbox6 Xbox devices.
Whiteboard7 White board devices such as Surface Hub.
Automotive8 Automotive specific devices.
IotDevice9 IoT devices.
Remarks
Identifies the end-user device family.
See Also