public class SentencesDump
A classified sentences dump.
public SentencesDump(@NotNull
java.lang.String applicationName,
@Nullable
java.util.Locale language,
@NotNull
java.util.List<ai.tock.nlp.api.client.model.dump.SentenceDump> sentences)
A classified sentences dump.
language - If restricted to a language.@NotNull public java.lang.String getApplicationName()
@Nullable public java.util.Locale getLanguage()
If restricted to a language.
@NotNull public java.util.List<ai.tock.nlp.api.client.model.dump.SentenceDump> getSentences()
@NotNull public java.lang.String component1()
@Nullable public java.util.Locale component2()
If restricted to a language.
@NotNull public java.util.List<ai.tock.nlp.api.client.model.dump.SentenceDump> component3()
@NotNull public SentencesDump copy(@NotNull java.lang.String applicationName, @Nullable java.util.Locale language, @NotNull java.util.List<ai.tock.nlp.api.client.model.dump.SentenceDump> sentences)
A classified sentences dump.
@NotNull public java.lang.String toString()
A classified sentences dump.
public int hashCode()
A classified sentences dump.
public boolean equals(@Nullable
java.lang.Object p)
A classified sentences dump.