classafFancomSapi::ISpeechPhraseProperty

sys::Obj
  afFancomSapi::ISpeechPhraseProperty

Stores the information for a semantic property.

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

@clsid {CE563D48-961E-4732-A2E1-378A42B430BE}

children

Source

ISpeechPhraseProperties? children { private set }

Returns a collection of the property's child objects.

confidence

Source

SpeechEngineConfidence? confidence { private set }

Returns the confidence value for this semantic property computed by SAPI or the speech recognition engine.

engineConfidence

Source

Float? engineConfidence { private set }

Returns the confidence value for this semantic property computed by the speech recognition (SR) engine.

firstElement

Source

Int? firstElement { private set }

Returns the offset of the first spoken element spanned by this property.

id

Source

Int? id { private set }

Returns the ID of the semantic property.

makeFromDispatch

Source

new makeFromDispatch(Dispatch dispatch)

name

Source

Str? name { private set }

Returns the name of the semantic property.

numberOfElements

Source

Int? numberOfElements { private set }

Returns the number of spoken elements spanned by this property.

parent

Source

ISpeechPhraseProperty? parent { private set }

Specifies the parent of the semantic property.

value

Source

Variant value { private set }

Returns the value of the semantic property.