Back to Tensorflow

CluResponse.MentionedSlot

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

2.21.01.6 KB
Original Source

public static abstract class CluResponse.MentionedSlot

Represents a mentioned slot whose values are open text extracted from the input text.

Public Constructors

| | MentionedSlot() |

Public Methods

| abstract CluResponse.Mention | getMention() | | 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 MentionedSlot ()

Public Methods

public abstract CluResponse.Mention getMention ()

public abstract String getSlot ()