public static final class AnnotateImageResponse.Builder extends GeneratedMessageV3.Builder<AnnotateImageResponse.Builder> implements AnnotateImageResponseOrBuilder
Response to an image annotation request.
Protobuf type google.cloud.vision.v1p1beta1.AnnotateImageResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AnnotateImageResponse.BuilderImplements
AnnotateImageResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllFaceAnnotations(Iterable<? extends FaceAnnotation> values)
public AnnotateImageResponse.Builder addAllFaceAnnotations(Iterable<? extends FaceAnnotation> values)
If present, face detection has completed successfully.
repeated .google.cloud.vision.v1p1beta1.FaceAnnotation face_annotations = 1;
Name | Description |
values | Iterable<? extends com.google.cloud.vision.v1p1beta1.FaceAnnotation> |
Type | Description |
AnnotateImageResponse.Builder |