responses property

List<AnnotateImageResponse>? responses
getter/setter pair

Individual responses to images found within the file.

This field will be empty if the error field is set.

Implementation

core.List<AnnotateImageResponse>? responses;