Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa750a40 authored by Abodunrinwa Toki's avatar Abodunrinwa Toki
Browse files

Update TextClassifier javadoc.

Test: none.
Change-Id: I63c73b9a453bfde0f056b8cacaef117b2be0f440
parent 0c9e5fe0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -48,6 +48,9 @@ import java.util.Set;

/**
 * Interface for providing text classification related features.
 * <p>
 * The TextClassifier may be used to understand the meaning of text, as well as generating predicted
 * next actions based on the text.
 *
 * <p><strong>NOTE: </strong>Unless otherwise stated, methods of this interface are blocking
 * operations. Call on a worker thread.