Fix the comment.

PiperOrigin-RevId: 477925532
This commit is contained in:
Jiuqiang Tang 2022-09-30 08:17:54 +00:00 committed by Sebastian Schmidt
parent 3225372c28
commit 3816951b8c

View File

@ -292,7 +292,10 @@ public final class ObjectDetector extends BaseVisionTaskApi {
*/ */
public abstract Builder setRunningMode(RunningMode value); public abstract Builder setRunningMode(RunningMode value);
/** Sets the maximum number of top-scored classification results to return. */ /**
* Sets the locale to use for display names specified through the TFLite Model Metadata, if
* any. Defaults to English.
*/
public abstract Builder setDisplayNamesLocale(String value); public abstract Builder setDisplayNamesLocale(String value);
/** /**