Back to Tensorflow

NLClassifier.NLClassifierOptions

tensorflow/lite/g3doc/api_docs/java/org/tensorflow/lite/task/text/nlclassifier/NLClassifier.NLClassifierOptions.html

2.21.01.6 KB
Original Source

public static abstract class NLClassifier.NLClassifierOptions

Options to identify input and output tensors of the model.

Nested Classes

| class | NLClassifier.NLClassifierOptions.Builder | Builder for NLClassifier.NLClassifierOptions. |

Public Constructors

| | NLClassifierOptions() |

Public Methods

| static NLClassifier.NLClassifierOptions.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 NLClassifierOptions ()

Public Methods

public static NLClassifier.NLClassifierOptions.Builder builder ()