Represents a DocumentUnderstandingService
Inheritance
$protobuf.rpc.Service > protos.google.cloud.documentai.v1beta1.DocumentUnderstandingServicePackage
@google-cloud/documentaiConstructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);Constructs a new DocumentUnderstandingService service.
| Parameters | |
|---|---|
| Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Methods
batchProcessDocuments(request, callback)
public batchProcessDocuments(request: google.cloud.documentai.v1beta1.IBatchProcessDocumentsRequest, callback: google.cloud.documentai.v1beta1.DocumentUnderstandingService.BatchProcessDocumentsCallback): void;Calls BatchProcessDocuments.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.documentai.v1beta1.IBatchProcessDocumentsRequest
BatchProcessDocumentsRequest message or plain object |
callback |
google.cloud.documentai.v1beta1.DocumentUnderstandingService.BatchProcessDocumentsCallback
Node-style callback called with the error, if any, and Operation |
| Returns | |
|---|---|
| Type | Description |
void |
|
batchProcessDocuments(request)
public batchProcessDocuments(request: google.cloud.documentai.v1beta1.IBatchProcessDocumentsRequest): Promise<google.longrunning.Operation>;Calls BatchProcessDocuments.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.documentai.v1beta1.IBatchProcessDocumentsRequest
BatchProcessDocumentsRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |
create(rpcImpl, requestDelimited, responseDelimited)
public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): DocumentUnderstandingService;Creates new DocumentUnderstandingService service using the specified rpc implementation.
| Parameters | |
|---|---|
| Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
| Returns | |
|---|---|
| Type | Description |
DocumentUnderstandingService |
RPC service. Useful where requests and/or responses are streamed. |