Represents an ImageAnnotator
Inheritance
$protobuf.rpc.Service > protos.google.cloud.vision.v1p4beta1.ImageAnnotatorPackage
@google-cloud/visionConstructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);
Constructs a new ImageAnnotator service.
Parameters | |
---|---|
Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Methods
asyncBatchAnnotateFiles(request, callback)
public asyncBatchAnnotateFiles(request: google.cloud.vision.v1p4beta1.IAsyncBatchAnnotateFilesRequest, callback: google.cloud.vision.v1p4beta1.ImageAnnotator.AsyncBatchAnnotateFilesCallback): void;
Calls AsyncBatchAnnotateFiles.
Parameters | |
---|---|
Name | Description |
request |
IAsyncBatchAnnotateFilesRequest
AsyncBatchAnnotateFilesRequest message or plain object |
callback |
AsyncBatchAnnotateFilesCallback
Node-style callback called with the error, if any, and Operation |
Returns | |
---|---|
Type | Description |
void |
asyncBatchAnnotateFiles(request)
public asyncBatchAnnotateFiles(request: google.cloud.vision.v1p4beta1.IAsyncBatchAnnotateFilesRequest): Promise<google.longrunning.Operation>;
Calls AsyncBatchAnnotateFiles.
Parameter | |
---|---|
Name | Description |
request |
IAsyncBatchAnnotateFilesRequest
AsyncBatchAnnotateFilesRequest message or plain object |
Returns | |
---|---|
Type | Description |
Promise<google.longrunning.Operation> | Promise |
asyncBatchAnnotateImages(request, callback)
public asyncBatchAnnotateImages(request: google.cloud.vision.v1p4beta1.IAsyncBatchAnnotateImagesRequest, callback: google.cloud.vision.v1p4beta1.ImageAnnotator.AsyncBatchAnnotateImagesCallback): void;
Calls AsyncBatchAnnotateImages.
Parameters | |
---|---|
Name | Description |
request |
IAsyncBatchAnnotateImagesRequest
AsyncBatchAnnotateImagesRequest message or plain object |
callback |
AsyncBatchAnnotateImagesCallback
Node-style callback called with the error, if any, and Operation |
Returns | |
---|---|
Type | Description |
void |
asyncBatchAnnotateImages(request)
public asyncBatchAnnotateImages(request: google.cloud.vision.v1p4beta1.IAsyncBatchAnnotateImagesRequest): Promise<google.longrunning.Operation>;
Calls AsyncBatchAnnotateImages.
Parameter | |
---|---|
Name | Description |
request |
IAsyncBatchAnnotateImagesRequest
AsyncBatchAnnotateImagesRequest message or plain object |
Returns | |
---|---|
Type | Description |
Promise<google.longrunning.Operation> | Promise |
batchAnnotateFiles(request, callback)
public batchAnnotateFiles(request: google.cloud.vision.v1p4beta1.IBatchAnnotateFilesRequest, callback: google.cloud.vision.v1p4beta1.ImageAnnotator.BatchAnnotateFilesCallback): void;
Calls BatchAnnotateFiles.
Parameters | |
---|---|
Name | Description |
request |
IBatchAnnotateFilesRequest
BatchAnnotateFilesRequest message or plain object |
callback |
BatchAnnotateFilesCallback
Node-style callback called with the error, if any, and BatchAnnotateFilesResponse |
Returns | |
---|---|
Type | Description |
void |
batchAnnotateFiles(request)
public batchAnnotateFiles(request: google.cloud.vision.v1p4beta1.IBatchAnnotateFilesRequest): Promise<google.cloud.vision.v1p4beta1.BatchAnnotateFilesResponse>;
Calls BatchAnnotateFiles.
Parameter | |
---|---|
Name | Description |
request |
IBatchAnnotateFilesRequest
BatchAnnotateFilesRequest message or plain object |
Returns | |
---|---|
Type | Description |
Promise<google.cloud.vision.v1p4beta1.BatchAnnotateFilesResponse> | Promise |
batchAnnotateImages(request, callback)
public batchAnnotateImages(request: google.cloud.vision.v1p4beta1.IBatchAnnotateImagesRequest, callback: google.cloud.vision.v1p4beta1.ImageAnnotator.BatchAnnotateImagesCallback): void;
Calls BatchAnnotateImages.
Parameters | |
---|---|
Name | Description |
request |
IBatchAnnotateImagesRequest
BatchAnnotateImagesRequest message or plain object |
callback |
BatchAnnotateImagesCallback
Node-style callback called with the error, if any, and BatchAnnotateImagesResponse |
Returns | |
---|---|
Type | Description |
void |
batchAnnotateImages(request)
public batchAnnotateImages(request: google.cloud.vision.v1p4beta1.IBatchAnnotateImagesRequest): Promise<google.cloud.vision.v1p4beta1.BatchAnnotateImagesResponse>;
Calls BatchAnnotateImages.
Parameter | |
---|---|
Name | Description |
request |
IBatchAnnotateImagesRequest
BatchAnnotateImagesRequest message or plain object |
Returns | |
---|---|
Type | Description |
Promise<google.cloud.vision.v1p4beta1.BatchAnnotateImagesResponse> | Promise |
create(rpcImpl, requestDelimited, responseDelimited)
public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): ImageAnnotator;
Creates new ImageAnnotator 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 |
ImageAnnotator | RPC service. Useful where requests and/or responses are streamed. |