public final class ProgressRecognizer extends Recognizer
| Modifier and Type | Class and Description |
|---|---|
static class |
ProgressRecognizer.Builder |
type| Modifier and Type | Method and Description |
|---|---|
static ProgressRecognizer.Builder |
builder() |
boolean |
equals(Object o) |
Double |
getCompletion()
The completion threshold, as a decimal percentage, of the specified recognizer before which this recognizer becomes true.
|
String |
getRecognizer()
The name of a recognizer for which to track the progress.
|
int |
hashCode() |
String |
toString() |
getTypepublic static ProgressRecognizer.Builder builder()
public String getRecognizer()
public Double getCompletion()
public boolean equals(Object o)
equals in class Recognizerpublic int hashCode()
hashCode in class Recognizerpublic String toString()
toString in class RecognizerCopyright © 2023. All rights reserved.