google-cloud-documentai 3.2.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- google/cloud/documentai/__init__.py +178 -0
- google/cloud/documentai/gapic_version.py +16 -0
- google/cloud/documentai/py.typed +2 -0
- google/cloud/documentai_v1/__init__.py +168 -0
- google/cloud/documentai_v1/gapic_metadata.json +358 -0
- google/cloud/documentai_v1/gapic_version.py +16 -0
- google/cloud/documentai_v1/py.typed +2 -0
- google/cloud/documentai_v1/services/__init__.py +15 -0
- google/cloud/documentai_v1/services/document_processor_service/__init__.py +22 -0
- google/cloud/documentai_v1/services/document_processor_service/async_client.py +3433 -0
- google/cloud/documentai_v1/services/document_processor_service/client.py +3891 -0
- google/cloud/documentai_v1/services/document_processor_service/pagers.py +688 -0
- google/cloud/documentai_v1/services/document_processor_service/transports/__init__.py +41 -0
- google/cloud/documentai_v1/services/document_processor_service/transports/base.py +587 -0
- google/cloud/documentai_v1/services/document_processor_service/transports/grpc.py +1105 -0
- google/cloud/documentai_v1/services/document_processor_service/transports/grpc_asyncio.py +1295 -0
- google/cloud/documentai_v1/services/document_processor_service/transports/rest.py +5998 -0
- google/cloud/documentai_v1/services/document_processor_service/transports/rest_base.py +1419 -0
- google/cloud/documentai_v1/types/__init__.py +157 -0
- google/cloud/documentai_v1/types/barcode.py +86 -0
- google/cloud/documentai_v1/types/document.py +2255 -0
- google/cloud/documentai_v1/types/document_io.py +361 -0
- google/cloud/documentai_v1/types/document_processor_service.py +1727 -0
- google/cloud/documentai_v1/types/document_schema.py +262 -0
- google/cloud/documentai_v1/types/evaluation.py +347 -0
- google/cloud/documentai_v1/types/geometry.py +100 -0
- google/cloud/documentai_v1/types/operation_metadata.py +97 -0
- google/cloud/documentai_v1/types/processor.py +477 -0
- google/cloud/documentai_v1/types/processor_type.py +107 -0
- google/cloud/documentai_v1beta3/__init__.py +231 -0
- google/cloud/documentai_v1beta3/gapic_metadata.json +497 -0
- google/cloud/documentai_v1beta3/gapic_version.py +16 -0
- google/cloud/documentai_v1beta3/py.typed +2 -0
- google/cloud/documentai_v1beta3/services/__init__.py +15 -0
- google/cloud/documentai_v1beta3/services/document_processor_service/__init__.py +22 -0
- google/cloud/documentai_v1beta3/services/document_processor_service/async_client.py +3583 -0
- google/cloud/documentai_v1beta3/services/document_processor_service/client.py +4038 -0
- google/cloud/documentai_v1beta3/services/document_processor_service/pagers.py +688 -0
- google/cloud/documentai_v1beta3/services/document_processor_service/transports/__init__.py +41 -0
- google/cloud/documentai_v1beta3/services/document_processor_service/transports/base.py +601 -0
- google/cloud/documentai_v1beta3/services/document_processor_service/transports/grpc.py +1135 -0
- google/cloud/documentai_v1beta3/services/document_processor_service/transports/grpc_asyncio.py +1330 -0
- google/cloud/documentai_v1beta3/services/document_processor_service/transports/rest.py +6232 -0
- google/cloud/documentai_v1beta3/services/document_processor_service/transports/rest_base.py +1474 -0
- google/cloud/documentai_v1beta3/services/document_service/__init__.py +22 -0
- google/cloud/documentai_v1beta3/services/document_service/async_client.py +1479 -0
- google/cloud/documentai_v1beta3/services/document_service/client.py +1942 -0
- google/cloud/documentai_v1beta3/services/document_service/pagers.py +197 -0
- google/cloud/documentai_v1beta3/services/document_service/transports/__init__.py +36 -0
- google/cloud/documentai_v1beta3/services/document_service/transports/base.py +331 -0
- google/cloud/documentai_v1beta3/services/document_service/transports/grpc.py +634 -0
- google/cloud/documentai_v1beta3/services/document_service/transports/grpc_asyncio.py +722 -0
- google/cloud/documentai_v1beta3/services/document_service/transports/rest.py +2547 -0
- google/cloud/documentai_v1beta3/services/document_service/transports/rest_base.py +619 -0
- google/cloud/documentai_v1beta3/types/__init__.py +217 -0
- google/cloud/documentai_v1beta3/types/barcode.py +86 -0
- google/cloud/documentai_v1beta3/types/dataset.py +359 -0
- google/cloud/documentai_v1beta3/types/document.py +2325 -0
- google/cloud/documentai_v1beta3/types/document_io.py +361 -0
- google/cloud/documentai_v1beta3/types/document_processor_service.py +2018 -0
- google/cloud/documentai_v1beta3/types/document_schema.py +404 -0
- google/cloud/documentai_v1beta3/types/document_service.py +705 -0
- google/cloud/documentai_v1beta3/types/evaluation.py +347 -0
- google/cloud/documentai_v1beta3/types/geometry.py +100 -0
- google/cloud/documentai_v1beta3/types/operation_metadata.py +97 -0
- google/cloud/documentai_v1beta3/types/processor.py +477 -0
- google/cloud/documentai_v1beta3/types/processor_type.py +107 -0
- google_cloud_documentai-3.2.1.dist-info/LICENSE +202 -0
- google_cloud_documentai-3.2.1.dist-info/METADATA +228 -0
- google_cloud_documentai-3.2.1.dist-info/RECORD +72 -0
- google_cloud_documentai-3.2.1.dist-info/WHEEL +5 -0
- google_cloud_documentai-3.2.1.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Copyright 2024 Google LLC
|
|
3
|
+
#
|
|
4
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
# you may not use this file except in compliance with the License.
|
|
6
|
+
# You may obtain a copy of the License at
|
|
7
|
+
#
|
|
8
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
#
|
|
10
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
# See the License for the specific language governing permissions and
|
|
14
|
+
# limitations under the License.
|
|
15
|
+
#
|
|
16
|
+
from google.cloud.documentai import gapic_version as package_version
|
|
17
|
+
|
|
18
|
+
__version__ = package_version.__version__
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
from google.cloud.documentai_v1.services.document_processor_service.async_client import (
|
|
22
|
+
DocumentProcessorServiceAsyncClient,
|
|
23
|
+
)
|
|
24
|
+
from google.cloud.documentai_v1.services.document_processor_service.client import (
|
|
25
|
+
DocumentProcessorServiceClient,
|
|
26
|
+
)
|
|
27
|
+
from google.cloud.documentai_v1.types.barcode import Barcode
|
|
28
|
+
from google.cloud.documentai_v1.types.document import Document
|
|
29
|
+
from google.cloud.documentai_v1.types.document_io import (
|
|
30
|
+
BatchDocumentsInputConfig,
|
|
31
|
+
DocumentOutputConfig,
|
|
32
|
+
GcsDocument,
|
|
33
|
+
GcsDocuments,
|
|
34
|
+
GcsPrefix,
|
|
35
|
+
OcrConfig,
|
|
36
|
+
RawDocument,
|
|
37
|
+
)
|
|
38
|
+
from google.cloud.documentai_v1.types.document_processor_service import (
|
|
39
|
+
BatchProcessMetadata,
|
|
40
|
+
BatchProcessRequest,
|
|
41
|
+
BatchProcessResponse,
|
|
42
|
+
CreateProcessorRequest,
|
|
43
|
+
DeleteProcessorMetadata,
|
|
44
|
+
DeleteProcessorRequest,
|
|
45
|
+
DeleteProcessorVersionMetadata,
|
|
46
|
+
DeleteProcessorVersionRequest,
|
|
47
|
+
DeployProcessorVersionMetadata,
|
|
48
|
+
DeployProcessorVersionRequest,
|
|
49
|
+
DeployProcessorVersionResponse,
|
|
50
|
+
DisableProcessorMetadata,
|
|
51
|
+
DisableProcessorRequest,
|
|
52
|
+
DisableProcessorResponse,
|
|
53
|
+
EnableProcessorMetadata,
|
|
54
|
+
EnableProcessorRequest,
|
|
55
|
+
EnableProcessorResponse,
|
|
56
|
+
EvaluateProcessorVersionMetadata,
|
|
57
|
+
EvaluateProcessorVersionRequest,
|
|
58
|
+
EvaluateProcessorVersionResponse,
|
|
59
|
+
FetchProcessorTypesRequest,
|
|
60
|
+
FetchProcessorTypesResponse,
|
|
61
|
+
GetEvaluationRequest,
|
|
62
|
+
GetProcessorRequest,
|
|
63
|
+
GetProcessorTypeRequest,
|
|
64
|
+
GetProcessorVersionRequest,
|
|
65
|
+
HumanReviewStatus,
|
|
66
|
+
ListEvaluationsRequest,
|
|
67
|
+
ListEvaluationsResponse,
|
|
68
|
+
ListProcessorsRequest,
|
|
69
|
+
ListProcessorsResponse,
|
|
70
|
+
ListProcessorTypesRequest,
|
|
71
|
+
ListProcessorTypesResponse,
|
|
72
|
+
ListProcessorVersionsRequest,
|
|
73
|
+
ListProcessorVersionsResponse,
|
|
74
|
+
ProcessOptions,
|
|
75
|
+
ProcessRequest,
|
|
76
|
+
ProcessResponse,
|
|
77
|
+
ReviewDocumentOperationMetadata,
|
|
78
|
+
ReviewDocumentRequest,
|
|
79
|
+
ReviewDocumentResponse,
|
|
80
|
+
SetDefaultProcessorVersionMetadata,
|
|
81
|
+
SetDefaultProcessorVersionRequest,
|
|
82
|
+
SetDefaultProcessorVersionResponse,
|
|
83
|
+
TrainProcessorVersionMetadata,
|
|
84
|
+
TrainProcessorVersionRequest,
|
|
85
|
+
TrainProcessorVersionResponse,
|
|
86
|
+
UndeployProcessorVersionMetadata,
|
|
87
|
+
UndeployProcessorVersionRequest,
|
|
88
|
+
UndeployProcessorVersionResponse,
|
|
89
|
+
)
|
|
90
|
+
from google.cloud.documentai_v1.types.document_schema import DocumentSchema
|
|
91
|
+
from google.cloud.documentai_v1.types.evaluation import Evaluation, EvaluationReference
|
|
92
|
+
from google.cloud.documentai_v1.types.geometry import (
|
|
93
|
+
BoundingPoly,
|
|
94
|
+
NormalizedVertex,
|
|
95
|
+
Vertex,
|
|
96
|
+
)
|
|
97
|
+
from google.cloud.documentai_v1.types.operation_metadata import CommonOperationMetadata
|
|
98
|
+
from google.cloud.documentai_v1.types.processor import (
|
|
99
|
+
Processor,
|
|
100
|
+
ProcessorVersion,
|
|
101
|
+
ProcessorVersionAlias,
|
|
102
|
+
)
|
|
103
|
+
from google.cloud.documentai_v1.types.processor_type import ProcessorType
|
|
104
|
+
|
|
105
|
+
__all__ = (
|
|
106
|
+
"DocumentProcessorServiceClient",
|
|
107
|
+
"DocumentProcessorServiceAsyncClient",
|
|
108
|
+
"Barcode",
|
|
109
|
+
"Document",
|
|
110
|
+
"BatchDocumentsInputConfig",
|
|
111
|
+
"DocumentOutputConfig",
|
|
112
|
+
"GcsDocument",
|
|
113
|
+
"GcsDocuments",
|
|
114
|
+
"GcsPrefix",
|
|
115
|
+
"OcrConfig",
|
|
116
|
+
"RawDocument",
|
|
117
|
+
"BatchProcessMetadata",
|
|
118
|
+
"BatchProcessRequest",
|
|
119
|
+
"BatchProcessResponse",
|
|
120
|
+
"CreateProcessorRequest",
|
|
121
|
+
"DeleteProcessorMetadata",
|
|
122
|
+
"DeleteProcessorRequest",
|
|
123
|
+
"DeleteProcessorVersionMetadata",
|
|
124
|
+
"DeleteProcessorVersionRequest",
|
|
125
|
+
"DeployProcessorVersionMetadata",
|
|
126
|
+
"DeployProcessorVersionRequest",
|
|
127
|
+
"DeployProcessorVersionResponse",
|
|
128
|
+
"DisableProcessorMetadata",
|
|
129
|
+
"DisableProcessorRequest",
|
|
130
|
+
"DisableProcessorResponse",
|
|
131
|
+
"EnableProcessorMetadata",
|
|
132
|
+
"EnableProcessorRequest",
|
|
133
|
+
"EnableProcessorResponse",
|
|
134
|
+
"EvaluateProcessorVersionMetadata",
|
|
135
|
+
"EvaluateProcessorVersionRequest",
|
|
136
|
+
"EvaluateProcessorVersionResponse",
|
|
137
|
+
"FetchProcessorTypesRequest",
|
|
138
|
+
"FetchProcessorTypesResponse",
|
|
139
|
+
"GetEvaluationRequest",
|
|
140
|
+
"GetProcessorRequest",
|
|
141
|
+
"GetProcessorTypeRequest",
|
|
142
|
+
"GetProcessorVersionRequest",
|
|
143
|
+
"HumanReviewStatus",
|
|
144
|
+
"ListEvaluationsRequest",
|
|
145
|
+
"ListEvaluationsResponse",
|
|
146
|
+
"ListProcessorsRequest",
|
|
147
|
+
"ListProcessorsResponse",
|
|
148
|
+
"ListProcessorTypesRequest",
|
|
149
|
+
"ListProcessorTypesResponse",
|
|
150
|
+
"ListProcessorVersionsRequest",
|
|
151
|
+
"ListProcessorVersionsResponse",
|
|
152
|
+
"ProcessOptions",
|
|
153
|
+
"ProcessRequest",
|
|
154
|
+
"ProcessResponse",
|
|
155
|
+
"ReviewDocumentOperationMetadata",
|
|
156
|
+
"ReviewDocumentRequest",
|
|
157
|
+
"ReviewDocumentResponse",
|
|
158
|
+
"SetDefaultProcessorVersionMetadata",
|
|
159
|
+
"SetDefaultProcessorVersionRequest",
|
|
160
|
+
"SetDefaultProcessorVersionResponse",
|
|
161
|
+
"TrainProcessorVersionMetadata",
|
|
162
|
+
"TrainProcessorVersionRequest",
|
|
163
|
+
"TrainProcessorVersionResponse",
|
|
164
|
+
"UndeployProcessorVersionMetadata",
|
|
165
|
+
"UndeployProcessorVersionRequest",
|
|
166
|
+
"UndeployProcessorVersionResponse",
|
|
167
|
+
"DocumentSchema",
|
|
168
|
+
"Evaluation",
|
|
169
|
+
"EvaluationReference",
|
|
170
|
+
"BoundingPoly",
|
|
171
|
+
"NormalizedVertex",
|
|
172
|
+
"Vertex",
|
|
173
|
+
"CommonOperationMetadata",
|
|
174
|
+
"Processor",
|
|
175
|
+
"ProcessorVersion",
|
|
176
|
+
"ProcessorVersionAlias",
|
|
177
|
+
"ProcessorType",
|
|
178
|
+
)
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Copyright 2024 Google LLC
|
|
3
|
+
#
|
|
4
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
# you may not use this file except in compliance with the License.
|
|
6
|
+
# You may obtain a copy of the License at
|
|
7
|
+
#
|
|
8
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
#
|
|
10
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
# See the License for the specific language governing permissions and
|
|
14
|
+
# limitations under the License.
|
|
15
|
+
#
|
|
16
|
+
__version__ = "3.2.1" # {x-release-please-version}
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Copyright 2024 Google LLC
|
|
3
|
+
#
|
|
4
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
# you may not use this file except in compliance with the License.
|
|
6
|
+
# You may obtain a copy of the License at
|
|
7
|
+
#
|
|
8
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
#
|
|
10
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
# See the License for the specific language governing permissions and
|
|
14
|
+
# limitations under the License.
|
|
15
|
+
#
|
|
16
|
+
from google.cloud.documentai_v1 import gapic_version as package_version
|
|
17
|
+
|
|
18
|
+
__version__ = package_version.__version__
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
from .services.document_processor_service import (
|
|
22
|
+
DocumentProcessorServiceAsyncClient,
|
|
23
|
+
DocumentProcessorServiceClient,
|
|
24
|
+
)
|
|
25
|
+
from .types.barcode import Barcode
|
|
26
|
+
from .types.document import Document
|
|
27
|
+
from .types.document_io import (
|
|
28
|
+
BatchDocumentsInputConfig,
|
|
29
|
+
DocumentOutputConfig,
|
|
30
|
+
GcsDocument,
|
|
31
|
+
GcsDocuments,
|
|
32
|
+
GcsPrefix,
|
|
33
|
+
OcrConfig,
|
|
34
|
+
RawDocument,
|
|
35
|
+
)
|
|
36
|
+
from .types.document_processor_service import (
|
|
37
|
+
BatchProcessMetadata,
|
|
38
|
+
BatchProcessRequest,
|
|
39
|
+
BatchProcessResponse,
|
|
40
|
+
CreateProcessorRequest,
|
|
41
|
+
DeleteProcessorMetadata,
|
|
42
|
+
DeleteProcessorRequest,
|
|
43
|
+
DeleteProcessorVersionMetadata,
|
|
44
|
+
DeleteProcessorVersionRequest,
|
|
45
|
+
DeployProcessorVersionMetadata,
|
|
46
|
+
DeployProcessorVersionRequest,
|
|
47
|
+
DeployProcessorVersionResponse,
|
|
48
|
+
DisableProcessorMetadata,
|
|
49
|
+
DisableProcessorRequest,
|
|
50
|
+
DisableProcessorResponse,
|
|
51
|
+
EnableProcessorMetadata,
|
|
52
|
+
EnableProcessorRequest,
|
|
53
|
+
EnableProcessorResponse,
|
|
54
|
+
EvaluateProcessorVersionMetadata,
|
|
55
|
+
EvaluateProcessorVersionRequest,
|
|
56
|
+
EvaluateProcessorVersionResponse,
|
|
57
|
+
FetchProcessorTypesRequest,
|
|
58
|
+
FetchProcessorTypesResponse,
|
|
59
|
+
GetEvaluationRequest,
|
|
60
|
+
GetProcessorRequest,
|
|
61
|
+
GetProcessorTypeRequest,
|
|
62
|
+
GetProcessorVersionRequest,
|
|
63
|
+
HumanReviewStatus,
|
|
64
|
+
ListEvaluationsRequest,
|
|
65
|
+
ListEvaluationsResponse,
|
|
66
|
+
ListProcessorsRequest,
|
|
67
|
+
ListProcessorsResponse,
|
|
68
|
+
ListProcessorTypesRequest,
|
|
69
|
+
ListProcessorTypesResponse,
|
|
70
|
+
ListProcessorVersionsRequest,
|
|
71
|
+
ListProcessorVersionsResponse,
|
|
72
|
+
ProcessOptions,
|
|
73
|
+
ProcessRequest,
|
|
74
|
+
ProcessResponse,
|
|
75
|
+
ReviewDocumentOperationMetadata,
|
|
76
|
+
ReviewDocumentRequest,
|
|
77
|
+
ReviewDocumentResponse,
|
|
78
|
+
SetDefaultProcessorVersionMetadata,
|
|
79
|
+
SetDefaultProcessorVersionRequest,
|
|
80
|
+
SetDefaultProcessorVersionResponse,
|
|
81
|
+
TrainProcessorVersionMetadata,
|
|
82
|
+
TrainProcessorVersionRequest,
|
|
83
|
+
TrainProcessorVersionResponse,
|
|
84
|
+
UndeployProcessorVersionMetadata,
|
|
85
|
+
UndeployProcessorVersionRequest,
|
|
86
|
+
UndeployProcessorVersionResponse,
|
|
87
|
+
)
|
|
88
|
+
from .types.document_schema import DocumentSchema
|
|
89
|
+
from .types.evaluation import Evaluation, EvaluationReference
|
|
90
|
+
from .types.geometry import BoundingPoly, NormalizedVertex, Vertex
|
|
91
|
+
from .types.operation_metadata import CommonOperationMetadata
|
|
92
|
+
from .types.processor import Processor, ProcessorVersion, ProcessorVersionAlias
|
|
93
|
+
from .types.processor_type import ProcessorType
|
|
94
|
+
|
|
95
|
+
__all__ = (
|
|
96
|
+
"DocumentProcessorServiceAsyncClient",
|
|
97
|
+
"Barcode",
|
|
98
|
+
"BatchDocumentsInputConfig",
|
|
99
|
+
"BatchProcessMetadata",
|
|
100
|
+
"BatchProcessRequest",
|
|
101
|
+
"BatchProcessResponse",
|
|
102
|
+
"BoundingPoly",
|
|
103
|
+
"CommonOperationMetadata",
|
|
104
|
+
"CreateProcessorRequest",
|
|
105
|
+
"DeleteProcessorMetadata",
|
|
106
|
+
"DeleteProcessorRequest",
|
|
107
|
+
"DeleteProcessorVersionMetadata",
|
|
108
|
+
"DeleteProcessorVersionRequest",
|
|
109
|
+
"DeployProcessorVersionMetadata",
|
|
110
|
+
"DeployProcessorVersionRequest",
|
|
111
|
+
"DeployProcessorVersionResponse",
|
|
112
|
+
"DisableProcessorMetadata",
|
|
113
|
+
"DisableProcessorRequest",
|
|
114
|
+
"DisableProcessorResponse",
|
|
115
|
+
"Document",
|
|
116
|
+
"DocumentOutputConfig",
|
|
117
|
+
"DocumentProcessorServiceClient",
|
|
118
|
+
"DocumentSchema",
|
|
119
|
+
"EnableProcessorMetadata",
|
|
120
|
+
"EnableProcessorRequest",
|
|
121
|
+
"EnableProcessorResponse",
|
|
122
|
+
"EvaluateProcessorVersionMetadata",
|
|
123
|
+
"EvaluateProcessorVersionRequest",
|
|
124
|
+
"EvaluateProcessorVersionResponse",
|
|
125
|
+
"Evaluation",
|
|
126
|
+
"EvaluationReference",
|
|
127
|
+
"FetchProcessorTypesRequest",
|
|
128
|
+
"FetchProcessorTypesResponse",
|
|
129
|
+
"GcsDocument",
|
|
130
|
+
"GcsDocuments",
|
|
131
|
+
"GcsPrefix",
|
|
132
|
+
"GetEvaluationRequest",
|
|
133
|
+
"GetProcessorRequest",
|
|
134
|
+
"GetProcessorTypeRequest",
|
|
135
|
+
"GetProcessorVersionRequest",
|
|
136
|
+
"HumanReviewStatus",
|
|
137
|
+
"ListEvaluationsRequest",
|
|
138
|
+
"ListEvaluationsResponse",
|
|
139
|
+
"ListProcessorTypesRequest",
|
|
140
|
+
"ListProcessorTypesResponse",
|
|
141
|
+
"ListProcessorVersionsRequest",
|
|
142
|
+
"ListProcessorVersionsResponse",
|
|
143
|
+
"ListProcessorsRequest",
|
|
144
|
+
"ListProcessorsResponse",
|
|
145
|
+
"NormalizedVertex",
|
|
146
|
+
"OcrConfig",
|
|
147
|
+
"ProcessOptions",
|
|
148
|
+
"ProcessRequest",
|
|
149
|
+
"ProcessResponse",
|
|
150
|
+
"Processor",
|
|
151
|
+
"ProcessorType",
|
|
152
|
+
"ProcessorVersion",
|
|
153
|
+
"ProcessorVersionAlias",
|
|
154
|
+
"RawDocument",
|
|
155
|
+
"ReviewDocumentOperationMetadata",
|
|
156
|
+
"ReviewDocumentRequest",
|
|
157
|
+
"ReviewDocumentResponse",
|
|
158
|
+
"SetDefaultProcessorVersionMetadata",
|
|
159
|
+
"SetDefaultProcessorVersionRequest",
|
|
160
|
+
"SetDefaultProcessorVersionResponse",
|
|
161
|
+
"TrainProcessorVersionMetadata",
|
|
162
|
+
"TrainProcessorVersionRequest",
|
|
163
|
+
"TrainProcessorVersionResponse",
|
|
164
|
+
"UndeployProcessorVersionMetadata",
|
|
165
|
+
"UndeployProcessorVersionRequest",
|
|
166
|
+
"UndeployProcessorVersionResponse",
|
|
167
|
+
"Vertex",
|
|
168
|
+
)
|