CustomRemoteModel

  • CustomRemoteModel is a custom model stored remotely and downloaded to the device.

  • It has a nested class called CustomRemoteModel.Builder.

  • It inherits methods like equals, hashCode, and toString from the RemoteModel class.

public final class CustomRemoteModel extends RemoteModel

A custom model that is stored remotely on the server and downloaded to the device.

Nested Class Summary

Inherited Method Summary

From class com.google.mlkit.common.model.RemoteModel
boolean
equals (Object o)
Indicates whether some other object is "equal to" this one.
int
hashCode ()
Returns a hash code value for the object.
From class java.lang.Object
Object
clone()
boolean
equals(Object arg0)
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024年10月31日 UTC.