Skip to main content

AiReviewSelectionVerdict

One document's extractability, decided before the review is created so the reviewer can fix the selection instead of losing it to a failed create.

type AiReviewSelectionVerdict {
documentId: ID!
extractable: Boolean!
reasonCode: AiReviewSelectionReasonCode
reason: String
}

Fields​

AiReviewSelectionVerdict.documentId ● ID! non-null scalar​

AiReviewSelectionVerdict.extractable ● Boolean! non-null scalar​

AiReviewSelectionVerdict.reasonCode ● AiReviewSelectionReasonCode enum​

Null when extractable is true. There is no reason code for success.

AiReviewSelectionVerdict.reason ● String scalar​

Human-readable detail for the selection screen.

Member Of​

AiReviewWorkspace object