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
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.