Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DocumentsResource

The "documents" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.DocumentsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Document.v1beta2
Assembly: Google.Apis.Document.v1beta2.dll
Syntax
public class ProjectsResource.LocationsResource.DocumentsResource

Constructors

DocumentsResource(IClientService)

Constructs a new resource.

Declaration
public DocumentsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

BatchProcess(GoogleCloudDocumentaiV1beta2BatchProcessDocumentsRequest, string)

LRO endpoint to batch process many documents. The output is written to Cloud Storage as JSON in the [Document] format.

Declaration
public virtual ProjectsResource.LocationsResource.DocumentsResource.BatchProcessRequest BatchProcess(GoogleCloudDocumentaiV1beta2BatchProcessDocumentsRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDocumentaiV1beta2BatchProcessDocumentsRequest body

The body of the request.

string parent

Target project and location to make a call. Format: projects/{project-id}/locations/{location-id}. If no location is specified, a region will be chosen automatically.

Returns
Type Description
ProjectsResource.LocationsResource.DocumentsResource.BatchProcessRequest

Process(GoogleCloudDocumentaiV1beta2ProcessDocumentRequest, string)

Processes a single document.

Declaration
public virtual ProjectsResource.LocationsResource.DocumentsResource.ProcessRequest Process(GoogleCloudDocumentaiV1beta2ProcessDocumentRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDocumentaiV1beta2ProcessDocumentRequest body

The body of the request.

string parent

Target project and location to make a call. Format: projects/{project-id}/locations/{location-id}. If no location is specified, a region will be chosen automatically. This field is only populated when used in ProcessDocument method.

Returns
Type Description
ProjectsResource.LocationsResource.DocumentsResource.ProcessRequest
In This Article
Back to top Generated by DocFX