Feedback

  • Contents
 

Reco Get Next Hypothesis

This Reco tool retrieves the next hypotheses from a list of hypotheses.

Inputs

Hypothesis Iterator

Iterator to collection of <hypothesis> elements.

Outputs

Hypothesis Iterator

Iterator pointing to next hypothesis in the list.

Element

XML DOM Node of the <hypothesis> element.

Mode

Mode of the hypothesis ("dtmf" or "voice"). This will be an empty string if there is no hypothesis.

Confidence

Confidence score of this hypothesis (0.0 to 1.0).

Grammar ID

ID of the grammar that accepted this hypothesis.

Exit Paths

Success

This path is taken if there was a hypothesis in the list.

End

This path is taken if the iterator points to end of the list (or list is empty).

Failure

This path is taken if an error occurred.