| DeviceMetadata Class |
Namespace: Microsoft.Bing.Speech
The DeviceMetadata type exposes the following members.
| Name | Description | |
|---|---|---|
| DeviceMetadata |
Initializes a new instance of the DeviceMetadata class.
|
| Name | Description | |
|---|---|---|
| Family |
Gets the end-user device family.
| |
| Make |
Gets the end-user device make.
| |
| Model |
Gets the end-user device model.
| |
| NetworkType |
Gets the end-user device network type.
| |
| OsName |
Gets the end-user device operating system name.
| |
| OsVersion |
Gets the end-user device operating system version.
| |
| Type |
Gets the end-user device type.
|
var deviceMetadata = new DeviceMetadata(DeviceType.Near, DeviceFamily.Desktop, NetworkType.Ethernet, OsName.Windows, "1607", "Dell", "T3600");