Uses of Class
com.google.cloud.vision.v1p2beta1.LatLongRect.Builder
-
Packages that use LatLongRect.Builder Package Description com.google.cloud.vision.v1p2beta1 A client to Cloud Vision API -
-
Uses of LatLongRect.Builder in com.google.cloud.vision.v1p2beta1
Methods in com.google.cloud.vision.v1p2beta1 that return LatLongRect.Builder Modifier and Type Method Description LatLongRect.Builder
LatLongRect.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
LatLongRect.Builder
LatLongRect.Builder. clear()
LatLongRect.Builder
LatLongRect.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
LatLongRect.Builder
LatLongRect.Builder. clearMaxLatLng()
Max lat/long pair.LatLongRect.Builder
LatLongRect.Builder. clearMinLatLng()
Min lat/long pair.LatLongRect.Builder
LatLongRect.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
LatLongRect.Builder
LatLongRect.Builder. clone()
LatLongRect.Builder
ImageContext.Builder. getLatLongRectBuilder()
Not used.LatLongRect.Builder
LatLongRect.Builder. mergeFrom(LatLongRect other)
LatLongRect.Builder
LatLongRect.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
LatLongRect.Builder
LatLongRect.Builder. mergeFrom(com.google.protobuf.Message other)
LatLongRect.Builder
LatLongRect.Builder. mergeMaxLatLng(com.google.type.LatLng value)
Max lat/long pair.LatLongRect.Builder
LatLongRect.Builder. mergeMinLatLng(com.google.type.LatLng value)
Min lat/long pair.LatLongRect.Builder
LatLongRect.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static LatLongRect.Builder
LatLongRect. newBuilder()
static LatLongRect.Builder
LatLongRect. newBuilder(LatLongRect prototype)
LatLongRect.Builder
LatLongRect. newBuilderForType()
protected LatLongRect.Builder
LatLongRect. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
LatLongRect.Builder
LatLongRect.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
LatLongRect.Builder
LatLongRect.Builder. setMaxLatLng(com.google.type.LatLng value)
Max lat/long pair.LatLongRect.Builder
LatLongRect.Builder. setMaxLatLng(com.google.type.LatLng.Builder builderForValue)
Max lat/long pair.LatLongRect.Builder
LatLongRect.Builder. setMinLatLng(com.google.type.LatLng value)
Min lat/long pair.LatLongRect.Builder
LatLongRect.Builder. setMinLatLng(com.google.type.LatLng.Builder builderForValue)
Min lat/long pair.LatLongRect.Builder
LatLongRect.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
LatLongRect.Builder
LatLongRect.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
LatLongRect.Builder
LatLongRect. toBuilder()
Methods in com.google.cloud.vision.v1p2beta1 with parameters of type LatLongRect.Builder Modifier and Type Method Description ImageContext.Builder
ImageContext.Builder. setLatLongRect(LatLongRect.Builder builderForValue)
Not used.
-