View Source GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3ReviewDocumentRequest (google_api_document_ai v0.33.0)
Request message for review document method.
Attributes
-
document
(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3Document.t
, default:nil
) - The document that needs human review. -
enableSchemaValidation
(type:boolean()
, default:nil
) - Whether the validation should be performed on the ad-hoc review request. -
inlineDocument
(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3Document.t
, default:nil
) - An inline document proto. -
priority
(type:String.t
, default:nil
) - The priority of the human review task.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3ReviewDocumentRequest{ document: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3Document.t() | nil, enableSchemaValidation: boolean() | nil, inlineDocument: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3Document.t() | nil, priority: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.