You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: google-cloud-document-ai/src/main/java/com/google/cloud/documentai/v1beta1/DocumentUnderstandingServiceClient.java
+17-79Lines changed: 17 additions & 79 deletions
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,15 @@
5
5
* you may not use this file except in compliance with the License.
6
6
* You may obtain a copy of the License at
7
7
*
8
-
* https://www.apache.org/licenses/LICENSE-2.0
8
+
* https://www.apache.org/licenses/LICENSE-2.0
9
9
*
10
10
* Unless required by applicable law or agreed to in writing, software
11
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
+
16
17
packagecom.google.cloud.documentai.v1beta1;
17
18
18
19
importcom.google.api.core.BetaApi;
@@ -29,7 +30,7 @@
29
30
importjava.util.concurrent.TimeUnit;
30
31
importjavax.annotation.Generated;
31
32
32
-
// AUTO-GENERATED DOCUMENTATION AND SERVICE
33
+
// AUTO-GENERATED DOCUMENTATION AND CLASS.
33
34
/**
34
35
* Service Description: Service to parse structured information from unstructured or semi-structured
35
36
* documents using state-of-the-art Google AI such as natural language, computer vision, and
@@ -38,16 +39,7 @@
38
39
* <p>This class provides the ability to make remote calls to the backing service through method
39
40
* calls that map to API methods. Sample code to get started:
Copy file name to clipboardExpand all lines: google-cloud-document-ai/src/main/java/com/google/cloud/documentai/v1beta1/DocumentUnderstandingServiceSettings.java
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,15 @@
5
5
* you may not use this file except in compliance with the License.
6
6
* You may obtain a copy of the License at
7
7
*
8
-
* https://www.apache.org/licenses/LICENSE-2.0
8
+
* https://www.apache.org/licenses/LICENSE-2.0
9
9
*
10
10
* Unless required by applicable law or agreed to in writing, software
11
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
+
16
17
packagecom.google.cloud.documentai.v1beta1;
17
18
18
19
importcom.google.api.core.ApiFunction;
@@ -32,7 +33,7 @@
32
33
importjava.util.List;
33
34
importjavax.annotation.Generated;
34
35
35
-
// AUTO-GENERATED DOCUMENTATION AND CLASS
36
+
// AUTO-GENERATED DOCUMENTATION AND CLASS.
36
37
/**
37
38
* Settings class to configure an instance of {@link DocumentUnderstandingServiceClient}.
38
39
*
@@ -47,26 +48,28 @@
47
48
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
48
49
* build() is called, the tree of builders is called to create the complete settings object.
49
50
*
50
-
* <p>For example, to set the total timeout of batchProcessDocumentsAsync to 30 seconds:
51
+
* <p>For example, to set the total timeout of batchProcessDocuments to 30 seconds:
0 commit comments