BatchAnnotateImagesRequest
class BatchAnnotateImagesRequest extends Message
Multiple image annotation requests are batched into a single service call.
Protobuf type Google\Cloud\Vision\V1\BatchAnnotateImagesRequest
Methods
__construct()
No description
RepeatedField
getRequests()
Individual image annotation requests for this batch.
setRequests(array|RepeatedField $var)
Individual image annotation requests for this batch.
Details
at line 25
__construct()
at line 36
RepeatedField
getRequests()
Individual image annotation requests for this batch.
Generated from protobuf field repeated .google.cloud.vision.v1.AnnotateImageRequest requests = 1;
at line 47
setRequests(array|RepeatedField $var)
Individual image annotation requests for this batch.
Generated from protobuf field repeated .google.cloud.vision.v1.AnnotateImageRequest requests = 1;