Uses of Class
com.google.cloud.vision.v1p1beta1.LatLongRect
-
Packages that use LatLongRect Package Description com.google.cloud.vision.v1p1beta1 A client to Cloud Vision API -
-
Uses of LatLongRect in com.google.cloud.vision.v1p1beta1
Methods in com.google.cloud.vision.v1p1beta1 that return LatLongRect Modifier and Type Method Description LatLongRectLatLongRect.Builder. build()LatLongRectLatLongRect.Builder. buildPartial()static LatLongRectLatLongRect. getDefaultInstance()LatLongRectLatLongRect.Builder. getDefaultInstanceForType()LatLongRectLatLongRect. getDefaultInstanceForType()LatLongRectImageContext.Builder. getLatLongRect()lat/long rectangle that specifies the location of the image.LatLongRectImageContext. getLatLongRect()lat/long rectangle that specifies the location of the image.LatLongRectImageContextOrBuilder. getLatLongRect()lat/long rectangle that specifies the location of the image.static LatLongRectLatLongRect. parseDelimitedFrom(InputStream input)static LatLongRectLatLongRect. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LatLongRectLatLongRect. parseFrom(byte[] data)static LatLongRectLatLongRect. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LatLongRectLatLongRect. parseFrom(com.google.protobuf.ByteString data)static LatLongRectLatLongRect. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LatLongRectLatLongRect. parseFrom(com.google.protobuf.CodedInputStream input)static LatLongRectLatLongRect. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LatLongRectLatLongRect. parseFrom(InputStream input)static LatLongRectLatLongRect. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LatLongRectLatLongRect. parseFrom(ByteBuffer data)static LatLongRectLatLongRect. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.vision.v1p1beta1 that return types with arguments of type LatLongRect Modifier and Type Method Description com.google.protobuf.Parser<LatLongRect>LatLongRect. getParserForType()static com.google.protobuf.Parser<LatLongRect>LatLongRect. parser()Methods in com.google.cloud.vision.v1p1beta1 with parameters of type LatLongRect Modifier and Type Method Description LatLongRect.BuilderLatLongRect.Builder. mergeFrom(LatLongRect other)ImageContext.BuilderImageContext.Builder. mergeLatLongRect(LatLongRect value)lat/long rectangle that specifies the location of the image.static LatLongRect.BuilderLatLongRect. newBuilder(LatLongRect prototype)ImageContext.BuilderImageContext.Builder. setLatLongRect(LatLongRect value)lat/long rectangle that specifies the location of the image.
-