Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FeedbackDataInput

Feedback data for submission.

Hierarchy

  • FeedbackDataInput

Index

Properties

Optional document

document: ShortDoc

Brief information about the input document.

feedback_type

feedback_type: string

The type of feedback. The only permitted value is element_classification.

location

location: Location

The numeric location of the identified element in the document, represented with two integers labeled begin and end.

Optional model_id

model_id: string

An optional string identifying the model ID. The only permitted value is contracts.

Optional model_version

model_version: string

An optional string identifying the version of the model used.

original_labels

original_labels: OriginalLabelsIn

The original labeling from the input document, without the submitted feedback.

text

text: string

The text on which to submit feedback.

updated_labels

updated_labels: UpdatedLabelsIn

The updated labeling from the input document, accounting for the submitted feedback.

Generated using TypeDoc