TextClassifierResult

public abstract class TextClassifierResult

Represents the classification results generated by TextClassifier.

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 TextClassifierResult ()

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.