class ImageAnnotatorGrpcClient extends BaseStub

Service that performs Google Cloud Vision API detection tasks over client images, such as face, landmark, logo, label, and text detection. The ImageAnnotator service returns detected entities from the images.

Methods

__construct(string $hostname, array $opts, Channel $channel = null)

No description

BatchAnnotateImages(BatchAnnotateImagesRequest $argument, array $metadata = [], array $options = [])

Run image detection and annotation for a batch of images.

Details

at line 33
__construct(string $hostname, array $opts, Channel $channel = null)

Parameters

string $hostname hostname
array $opts channel options
Channel $channel (optional) re-use channel object

at line 43
BatchAnnotateImages(BatchAnnotateImagesRequest $argument, array $metadata = [], array $options = [])

Run image detection and annotation for a batch of images.

Parameters

BatchAnnotateImagesRequest $argument input argument
array $metadata metadata
array $options call options