@QiStruct open class ListenResult
The heard phrase along with the matching phrase set.
Since
1
<init> |
Create a new ListenResult(matchedPhraseSet: PhraseSet!, heardPhrase: Phrase!) |
equals |
open fun equals(other: Any?): Boolean |
getHeardPhrase |
The heard Phrase. open fun getHeardPhrase(): Phrase! |
getMatchedPhraseSet |
The matching phrase set. open fun getMatchedPhraseSet(): PhraseSet! |
hashCode |
open fun hashCode(): Int |
setHeardPhrase |
Setter for heardPhrase The heard Phrase. open fun setHeardPhrase(heardPhrase: Phrase!): Unit |
setMatchedPhraseSet |
Setter for matchedPhraseSet The matching phrase set. open fun setMatchedPhraseSet(matchedPhraseSet: PhraseSet!): Unit |
toString |
open fun toString(): String |