SemanticProperty class

Provides information about a semantic property.

Syntax

public sealed class SemanticProperty
Public NotInheritable Class SemanticProperty
public ref class SemanticProperty sealed 

Members

The SemanticProperty class has these types of members:

  • Methods
  • Properties

Methods

The SemanticProperty class has these methods. It also inherits methods from the Object class.

Method Description
GetAllValues Gets all properties associated with a certain semantic property name.

 

Properties

The SemanticProperty class has these properties.

Property Access type Description

Name

Read-only

Gets the name of the semantic property.

Value

Read-only

Gets the value of the semantic property.

 

Remarks

Access the Semantics property to obtain an instance of this class.

For more information about working with speech recognition results and semantic results, see Working with speech recognition results for Windows Phone.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Speech.Recognition Windows::Phone::Speech::Recognition [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_SPEECH_RECOGNITION [Windows Phone] ID_CAP_MICROPHONE [Windows Phone] ID_CAP_NETWORKING [Windows Phone]

Attributes

[MarshalingBehavior(Agile)]

[Version(0x06020000)]

See also

Object