Fix a typo.

PiperOrigin-RevId: 488519113
This commit is contained in:
Jiuqiang Tang 2022-11-14 18:08:43 -08:00 committed by Copybara-Service
parent 9bd8b432c3
commit 87dff8142c

View File

@ -58,7 +58,7 @@ public abstract class AudioClassifierResult implements TaskResult {
}
/**
* A list of of timpstamed {@link ClassificationResult} objects, each contains one set of results
* A list of of timestamped {@link ClassificationResult} objects, each contains one set of results
* per classifier head. The list represents the audio classification result of an audio clip, and
* is only available when running with the audio clips mode.
*/