SearchTask |
SearchTask.setAnchorConfidenceThreshold(Byte newAnchorConfidenceThreshold) |
Setter for anchorConfidenceThreshold : If non-null, then only targets whose
anchors have an alignment status greater than or equals to this value will be
returned.
|
SearchTask |
SearchTask.setDescription(String newDescription) |
Setter for description : A short, more or less human readable description of
the search.
|
SearchTask |
SearchTask.setMainParticipantOnly(boolean newMainParticipantOnly) |
Setter for mainParticipantOnly : Whether to seearch main-participant
utterances only or not.
|
SearchTask |
SearchTask.setMatchesPerTranscript(Integer newMatchesPerTranscript) |
Setter for matchesPerTranscript : Maximum number of matches per transcript to
return, or null for all matches.
|
SearchTask |
SearchTask.setMatrix(Matrix newMatrix) |
Setter for matrix : Matrix that defines this search.
|
SearchTask |
SearchTask.setMaxMatches(int newMaxMatches) |
Setter for maxMatches : Maximum total number of matches to return.
|
SearchTask |
SearchTask.setOverlapThreshold(Integer newOverlapThreshold) |
Setter for overlapThreshold : Percentage overlap with other utterances before
simultaeous speech is excluded, or null to include all simultaneous speech.
|
SearchTask |
SearchTask.setRestrictByUser(String newRestrictByUser) |
Setter for restrictByUser : The user ID to use to restrict access to search
results, if any (e.g.
|
SearchTask |
SearchTask.setResults(SearchResults newResults) |
Setter for results : The results of the search.
|
SearchTask |
SearchTask.setSuppressResults(boolean newSuppressResults) |
Setter for suppressResults : Whether to suppress the results list (i.e.
|
SearchTask |
SearchTask.setWordsContext(Integer newWordsContext) |
Setter for wordsContext : Number of words context to specify for the matches
page, or null to not specify the 'wordsContext' URL parameter.
|