public static final class LatLongRect.Builder extends GeneratedMessageV3.Builder<LatLongRect.Builder> implements LatLongRectOrBuilder
Rectangle determined by min and max LatLng
pairs.
Protobuf type google.cloud.vision.v1p2beta1.LatLongRect
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > LatLongRect.BuilderImplements
LatLongRectOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public LatLongRect.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
LatLongRect.Builder |
build()
public LatLongRect build()
Type | Description |
LatLongRect |
buildPartial()
public LatLongRect buildPartial()
Type | Description |
LatLongRect |
clear()
public LatLongRect.Builder clear()
Type | Description |
LatLongRect.Builder |
clearField(Descriptors.FieldDescriptor field)
public LatLongRect.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
LatLongRect.Builder |
clearMaxLatLng()
public LatLongRect.Builder clearMaxLatLng()
Max lat/long pair.
.google.type.LatLng max_lat_lng = 2;
Type | Description |
LatLongRect.Builder |
clearMinLatLng()
public LatLongRect.Builder clearMinLatLng()
Min lat/long pair.
.google.type.LatLng min_lat_lng = 1;
Type | Description |