ImageAnnotatorGrpcClient
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)
at line 43
BatchAnnotateImages(BatchAnnotateImagesRequest $argument, array $metadata = [], array $options = [])
Run image detection and annotation for a batch of images.