BatchAnnotateImagesResponse
class BatchAnnotateImagesResponse extends Message
Response to a batch image annotation request.
Protobuf type Google\Cloud\Vision\V1\BatchAnnotateImagesResponse
Methods
__construct()
No description
RepeatedField
getResponses()
Individual responses to image annotation requests within the batch.
setResponses(array|RepeatedField $var)
Individual responses to image annotation requests within the batch.
Details
at line 25
__construct()
at line 36
RepeatedField
getResponses()
Individual responses to image annotation requests within the batch.
Generated from protobuf field repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;
at line 47
setResponses(array|RepeatedField $var)
Individual responses to image annotation requests within the batch.
Generated from protobuf field repeated .google.cloud.vision.v1.AnnotateImageResponse responses = 1;