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