Back to Tensorflow

BaseOptions

tensorflow/lite/g3doc/api_docs/java/org/tensorflow/lite/task/core/BaseOptions.html

2.21.01.3 KB
Original Source

public abstract class BaseOptions

Options to configure Task APIs in general.

Nested Classes

| class | BaseOptions.Builder | Builder for BaseOptions. |

Public Constructors

| | BaseOptions() |

Public Methods

| static BaseOptions.Builder | builder() |

Inherited Methods

From class java.lang.Object

| boolean | equals(Object arg0) | | 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() |

Public Constructors

public BaseOptions ()

Public Methods

public static BaseOptions.Builder builder ()