ApiFeedback().SearchGetString

Returns the current utterance in the search results.

Description

After a call to ApiFeedback().Search, the results are placed in an array structure that may be referenced iteratively. This method returns the current indexed utterance that was a result of that previous search.

Example Usage (C#)


string result = _core.ApiFeedback().SearchGetString(true);

Parameters

float punctuated A boolean value indicating whether the result should include punctuation.

Returns

A string value containing the utterance.

See Also

  • ApiFeedback().Search
  • ApiFeedback().SearchRemoveFromStack
  • ApiFeedback().SearchGetTime
  • ApiFeedback().SearchNext