const classafFancomSapi::SPSEMANTICFORMAT

sys::Obj
  afFancom::Flag
    afFancomSapi::SPSEMANTICFORMAT

@Serializable

Lists the various values of a grammar's tag-format attribute.

http://msdn.microsoft.com/en-us/library/ee431865%28v=vs.85%29.aspx

SPSMF_SAPI_PROPERTIES

Source

const static SPSEMANTICFORMAT SPSMF_SAPI_PROPERTIES := ...

Indicates that the semantic properties are derived from the property name/value associations declared inside a SAPI text grammar.

Value is 0 (0x0)

SPSMF_SRGS_SAPIPROPERTIES

Source

const static SPSEMANTICFORMAT SPSMF_SRGS_SAPIPROPERTIES := ...

Indicates that the value of the tag-format attribute is "properties-ms/1.0".

Value is 2 (0x2)

SPSMF_SRGS_SEMANTICINTERPRETATION_MS

Source

const static SPSEMANTICFORMAT SPSMF_SRGS_SEMANTICINTERPRETATION_MS := ...

Indicates that the value of the tag-format attribute is "semantics-ms/1.0".

Value is 1 (0x1)

SPSMF_SRGS_SEMANTICINTERPRETATION_W3C

Source

const static SPSEMANTICFORMAT SPSMF_SRGS_SEMANTICINTERPRETATION_W3C := ...

Indicates that the value of the tag-format attribute is either "semantics/1.0" or "semantics/1.0-literals".

Value is 8 (0x8)

SPSMF_UPS

Source

const static SPSEMANTICFORMAT SPSMF_UPS := SPSEMANTICFORMAT.<ctor>(4, "SPSMF_UPS")

Reserved for system use.

Value is 4 (0x4)

make

Source

new make(|This? f := null)

makeFromDefinition

Source

new makeFromDefinition(Int flag, Str? name := null)

makeFromVariant

Source

new makeFromVariant(Variant variant)