public static final class BoundingPoly.Builder extends GeneratedMessageV3.Builder<BoundingPoly.Builder> implements BoundingPolyOrBuilder
A bounding polygon for the detected image annotation.
Protobuf type google.cloud.vision.v1.BoundingPoly
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > BoundingPoly.BuilderImplements
BoundingPolyOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllNormalizedVertices(Iterable<? extends NormalizedVertex> values)
public BoundingPoly.Builder addAllNormalizedVertices(Iterable<? extends NormalizedVertex> values)
The bounding polygon normalized vertices.
repeated .google.cloud.vision.v1.NormalizedVertex normalized_vertices = 2;
Name | Description |
values | Iterable<? extends com.google.cloud.vision.v1.NormalizedVertex> |
Type | Description |
BoundingPoly.Builder |