public class Recognition extends Object
Constructor and Description |
---|
Recognition(TypedData data,
double confidence)
Construct a new recognition using the given data
and confidence.
|
Modifier and Type | Method and Description |
---|---|
double |
getConfidence()
Return the confidence of this recognition as
a value between 0 and 1, inclusive.
|
TypedData |
getData()
Return the data of this recognition.
|
Type |
getType()
Return the type of this recognition.
|
String |
toString()
Print the contents of this recognition.
|
public Recognition(TypedData data, double confidence)
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.