View Source GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1ReviewDocumentRequest (google_api_document_ai v0.32.2)
Request message for review document method.
Attributes
-
enableSchemaValidation(type:boolean(), default:nil) - Whether the validation should be performed on the ad-hoc review request. -
inlineDocument(type:GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1Document.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.V1.Model.GoogleCloudDocumentaiV1ReviewDocumentRequest{
enableSchemaValidation: boolean() | nil,
inlineDocument:
GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1Document.t() | nil,
priority: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.