GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1ProcessRequest (google_api_document_ai v0.32.0) View Source
Request message for the process document method.
Attributes
-
inlineDocument(type:GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1Document.t, default:nil) - An inline document proto. -
rawDocument(type:GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1RawDocument.t, default:nil) - A raw document content (bytes). -
skipHumanReview(type:boolean(), default:nil) - Whether Human Review feature should be skipped for this request. Default to false.
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.GoogleCloudDocumentaiV1ProcessRequest{
inlineDocument:
GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1Document.t() | nil,
rawDocument:
GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1RawDocument.t() | nil,
skipHumanReview: boolean() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.