ImageClassifierResult

public abstract class ImageClassifierResult

Represents the classification results generated by ImageClassifier.

Public Constructors

Public Methods

abstract ClassificationResult
classificationResult()
Contains one set of results per classifier head.
abstract long
timestampMs()
Returns the timestamp that is associated with the task result object.

Inherited Methods

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()
com.google.mediapipe.tasks.core.TaskResult
abstract long
timestampMs()
Returns the timestamp that is associated with the task result object.

Public Constructors

public ImageClassifierResult ()

Public Methods

public abstract ClassificationResult classificationResult ()

Contains one set of results per classifier head.

public abstract long timestampMs ()

Returns the timestamp that is associated with the task result object.