Back to Tensorflow

CluResponse.CategoricalSlot

tensorflow/lite/g3doc/api_docs/java/org/tensorflow/lite/task/text/bertclu/CluResponse.CategoricalSlot.html

2.21.01.6 KB
Original Source

public static abstract class CluResponse.CategoricalSlot

Represents a categorical slot whose values are within a finite set.

Public Constructors

| | CategoricalSlot() |

Public Methods

| abstract Category | getPrediction() | | abstract String | getSlot() |

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 CategoricalSlot ()

Public Methods

public abstract Category getPrediction ()

public abstract String getSlot ()