public static final class LocationInfo.Builder extends GeneratedMessageV3.Builder<LocationInfo.Builder> implements LocationInfoOrBuilder
Detected entity location information.
Protobuf type google.cloud.vision.v1p1beta1.LocationInfo
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > LocationInfo.BuilderImplements
LocationInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public LocationInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
LocationInfo.Builder |
build()
public LocationInfo build()
Type | Description |
LocationInfo |
buildPartial()
public LocationInfo buildPartial()
Type | Description |
LocationInfo |
clear()
public LocationInfo.Builder clear()
Type | Description |
LocationInfo.Builder |
clearField(Descriptors.FieldDescriptor field)
public LocationInfo.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
LocationInfo.Builder |
clearLatLng()
public LocationInfo.Builder clearLatLng()
lat/long location coordinates.
.google.type.LatLng lat_lng = 1;
Type | Description |
LocationInfo.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public LocationInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
LocationInfo.Builder |
clone()
public LocationInfo.Builder clone()
Type | Description |