Click or drag to resize
DeviceMetadata Constructor
Initializes a new instance of the DeviceMetadata class.

Namespace:  Microsoft.Bing.Speech
Assembly:  Microsoft.Bing.Speech (in Microsoft.Bing.Speech.dll) Version: 2.0.1.0 (2.0.1)
Syntax
public DeviceMetadata(
	DeviceType type,
	DeviceFamily family,
	NetworkType networkType,
	OsName osName,
	string osVersion,
	string make,
	string model
)

Parameters

type
Type: Microsoft.Bing.SpeechDeviceType
The end-user device type.
family
Type: Microsoft.Bing.SpeechDeviceFamily
The end-user device family.
networkType
Type: Microsoft.Bing.SpeechNetworkType
The end-user device network type.
osName
Type: Microsoft.Bing.SpeechOsName
The end-user device operating system name.
osVersion
Type: SystemString
The end-user device operating system version.
make
Type: SystemString
The end-user device make.
model
Type: SystemString
The end-user device model.
See Also