Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FeedbackDataOutput

Information returned from the Add Feedback method.

Hierarchy

  • FeedbackDataOutput

Index

Properties

Optional document

document: ShortDoc

Brief information about the input document.

Optional feedback_type

feedback_type: string

A string identifying the user adding the feedback. The only permitted value is element_classification.

Optional 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.

Optional original_labels

original_labels: OriginalLabelsOut

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

Optional pagination

pagination: Pagination

Pagination details, if required by the length of the output.

Optional text

text: string

The text to which the feedback applies.

Optional updated_labels

updated_labels: UpdatedLabelsOut

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

Generated using TypeDoc