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() |
getType
public static ProgressRecognizer.Builder builder()
public String getRecognizer()
public Double getCompletion()
public boolean equals(Object o)
equals
in class Recognizer
public int hashCode()
hashCode
in class Recognizer
public String toString()
toString
in class Recognizer
Copyright © 2023. All rights reserved.