Internal text tasks change.

PiperOrigin-RevId: 506957718
This commit is contained in:
MediaPipe Team
2023-02-03 11:52:09 -08:00
committed by Copybara-Service
parent 386445c8dd
commit 632a3602dd
5 changed files with 24 additions and 4 deletions
@@ -27,5 +27,7 @@ message TextModelType {
REGEX_MODEL = 2;
// A model taking a string tensor input.
STRING_MODEL = 3;
// A UniversalSentenceEncoder-based model.
USE_MODEL = 4;
}
}