public class SentenceReport
| Constructor and Description |
|---|
SentenceReport(java.lang.String text,
java.util.Locale language,
org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> applicationId,
java.time.Instant creationDate,
java.time.Instant updateDate,
ai.tock.nlp.front.shared.config.ClassifiedSentenceStatus status,
ClassificationReport classification,
java.lang.String key,
boolean forReview,
java.lang.String reviewComment,
java.lang.String qualifier) |
SentenceReport(ai.tock.nlp.front.shared.parser.ParseResult query,
java.util.Locale language,
org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> applicationId,
org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.IntentDefinition> intentId) |
SentenceReport(ai.tock.nlp.front.shared.config.ClassifiedSentence sentence,
boolean encryptSentences) |
SentenceReport(ai.tock.nlp.front.shared.test.IntentTestError error,
boolean encryptSentences) |
SentenceReport(ai.tock.nlp.front.shared.test.EntityTestError error,
boolean encryptSentences) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
component1() |
java.lang.String |
component10() |
java.lang.String |
component11() |
java.util.Locale |
component2() |
org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> |
component3() |
java.time.Instant |
component4() |
java.time.Instant |
component5() |
ai.tock.nlp.front.shared.config.ClassifiedSentenceStatus |
component6() |
ClassificationReport |
component7() |
java.lang.String |
component8() |
boolean |
component9() |
SentenceReport |
copy(java.lang.String text,
java.util.Locale language,
org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> applicationId,
java.time.Instant creationDate,
java.time.Instant updateDate,
ai.tock.nlp.front.shared.config.ClassifiedSentenceStatus status,
ClassificationReport classification,
java.lang.String key,
boolean forReview,
java.lang.String reviewComment,
java.lang.String qualifier) |
boolean |
equals(java.lang.Object p) |
org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> |
getApplicationId() |
ClassificationReport |
getClassification() |
java.time.Instant |
getCreationDate() |
boolean |
getForReview() |
java.lang.String |
getKey() |
java.util.Locale |
getLanguage() |
java.lang.String |
getQualifier() |
java.lang.String |
getReviewComment() |
ai.tock.nlp.front.shared.config.ClassifiedSentenceStatus |
getStatus() |
java.lang.String |
getText() |
java.time.Instant |
getUpdateDate() |
int |
hashCode() |
void |
setKey(java.lang.String p) |
ai.tock.nlp.front.shared.config.ClassifiedSentence |
toClassifiedSentence() |
java.lang.String |
toString() |
public SentenceReport(@NotNull
java.lang.String text,
@NotNull
java.util.Locale language,
@NotNull
org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> applicationId,
@NotNull
java.time.Instant creationDate,
@NotNull
java.time.Instant updateDate,
@NotNull
ai.tock.nlp.front.shared.config.ClassifiedSentenceStatus status,
@NotNull
ClassificationReport classification,
@Nullable
java.lang.String key,
boolean forReview,
@Nullable
java.lang.String reviewComment,
@Nullable
java.lang.String qualifier)
public SentenceReport(@NotNull
ai.tock.nlp.front.shared.parser.ParseResult query,
@NotNull
java.util.Locale language,
@NotNull
org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> applicationId,
@Nullable
org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.IntentDefinition> intentId)
public SentenceReport(@NotNull
ai.tock.nlp.front.shared.config.ClassifiedSentence sentence,
boolean encryptSentences)
public SentenceReport(@NotNull
ai.tock.nlp.front.shared.test.IntentTestError error,
boolean encryptSentences)
public SentenceReport(@NotNull
ai.tock.nlp.front.shared.test.EntityTestError error,
boolean encryptSentences)
@NotNull public ai.tock.nlp.front.shared.config.ClassifiedSentence toClassifiedSentence()
@NotNull public java.lang.String getText()
@NotNull public java.util.Locale getLanguage()
@NotNull public org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> getApplicationId()
@NotNull public java.time.Instant getCreationDate()
@NotNull public java.time.Instant getUpdateDate()
@NotNull public ai.tock.nlp.front.shared.config.ClassifiedSentenceStatus getStatus()
@NotNull public ClassificationReport getClassification()
@Nullable public java.lang.String getKey()
public void setKey(@Nullable
java.lang.String p)
public boolean getForReview()
@Nullable public java.lang.String getReviewComment()
@Nullable public java.lang.String getQualifier()
@NotNull public java.lang.String component1()
@NotNull public java.util.Locale component2()
@NotNull public org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> component3()
@NotNull public java.time.Instant component4()
@NotNull public java.time.Instant component5()
@NotNull public ai.tock.nlp.front.shared.config.ClassifiedSentenceStatus component6()
@NotNull public ClassificationReport component7()
@Nullable public java.lang.String component8()
public boolean component9()
@Nullable public java.lang.String component10()
@Nullable public java.lang.String component11()
@NotNull public SentenceReport copy(@NotNull java.lang.String text, @NotNull java.util.Locale language, @NotNull org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> applicationId, @NotNull java.time.Instant creationDate, @NotNull java.time.Instant updateDate, @NotNull ai.tock.nlp.front.shared.config.ClassifiedSentenceStatus status, @NotNull ClassificationReport classification, @Nullable java.lang.String key, boolean forReview, @Nullable java.lang.String reviewComment, @Nullable java.lang.String qualifier)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)