
target.apidocs.com.google.api.services.documentai.v1.Document.Projects.html Maven / Gradle / Ivy
Document.Projects (Cloud Document AI API v1-rev20240813-2.0.0)
com.google.api.services.documentai.v1
Class Document.Projects
- java.lang.Object
-
- com.google.api.services.documentai.v1.Document.Projects
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Document.Projects.Locations
The "locations" collection of methods.
class
Document.Projects.Operations
The "operations" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Projects()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Document.Projects.Locations
locations()
An accessor for creating requests from the Locations collection.
Document.Projects.Operations
operations()
An accessor for creating requests from the Operations collection.
-
-
Method Detail
-
locations
public Document.Projects.Locations locations()
An accessor for creating requests from the Locations collection.
The typical use is:
Document documentai = new Document(...);
Document.Locations.List request = documentai.locations().list(parameters ...)
- Returns:
- the resource collection
-
operations
public Document.Projects.Operations operations()
An accessor for creating requests from the Operations collection.
The typical use is:
Document documentai = new Document(...);
Document.Operations.List request = documentai.operations().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy