Click or drag to resize
ApplicationMetadata Class
Metadata about the end-user application or process with which the speaker is interacting. This metadata is used by the Microsoft Speech Service to help improve the quality of service for the user.
Inheritance Hierarchy
SystemObject
  Microsoft.Bing.SpeechApplicationMetadata

Namespace:  Microsoft.Bing.Speech
Assembly:  Microsoft.Bing.Speech (in Microsoft.Bing.Speech.dll) Version: 2.0.1.0 (2.0.1)
Syntax
public sealed class ApplicationMetadata

The ApplicationMetadata type exposes the following members.

Constructors
  NameDescription
Public methodApplicationMetadata
Initializes a new instance of the ApplicationMetadata class.
Top
Properties
  NameDescription
Public propertyName
Gets the end-user application name.
Public propertyVersion
Gets the end-user application version.
Top
Examples
var applicationMetadata = new ApplicationMetadata("SampleApp", "1.0.0");
See Also