documentCorrectness property

String? documentCorrectness
getter/setter pair

Whether or not the information in the document is correct.

For example: * Query: "Can I return the package in 2 days once received?"

  • Suggested document says: "Items must be returned/exchanged within 60 days of the purchase date." * Ground truth: "No return or exchange is allowed." * [document_correctness]: INCORRECT

Optional. Possible string values are:

  • "DOCUMENT_CORRECTNESS_UNSPECIFIED" : Document correctness unspecified.
  • "INCORRECT" : Information in document is incorrect.
  • "CORRECT" : Information in document is correct.

Implementation

core.String? documentCorrectness;