public abstract class
LanguageDetectorResult
Represents the prediction results generated by LanguageDetector
.
Public Constructors
Public Methods
abstract List<LanguagePrediction> |
languagesAndScores()
A list of predictions from the LanguageDetector.
|
abstract long |
timestampMs()
Returns the timestamp that is associated with the task result object.
|
Inherited Methods
Public Constructors
public LanguageDetectorResult ()
Public Methods
public abstract List<LanguagePrediction> languagesAndScores ()
A list of predictions from the LanguageDetector.
public abstract long timestampMs ()
Returns the timestamp that is associated with the task result object.