Fix the comment.
PiperOrigin-RevId: 477925532
This commit is contained in:
parent
3225372c28
commit
3816951b8c
|
@ -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);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user