SemanticValue Constructor

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Initializes a new instance of the SemanticValue class.

Overload List

  NameDescription
Public methodSemanticValue(Object)Initializes a new instance of the SemanticValue class and specifies a semantic value.
Public methodSemanticValue(String, Object, Single)Initializes a new instance of the SemanticValue class and specifies a semantic value, a key name, and a confidence level.
Top

Remarks

Typically, you will not create SemanticValue objects explicitly, except to support the building of strongly-typed grammars.

See Also