Uses of Class
com.google.cloud.vision.v1.LatLongRect
-
Packages that use LatLongRect Package Description com.google.cloud.vision.v1 A client to Cloud Vision API -
-
Uses of LatLongRect in com.google.cloud.vision.v1
Methods in com.google.cloud.vision.v1 that return LatLongRect Modifier and Type Method Description LatLongRect
LatLongRect.Builder. build()
LatLongRect
LatLongRect.Builder. buildPartial()
static LatLongRect
LatLongRect. getDefaultInstance()
LatLongRect
LatLongRect.Builder. getDefaultInstanceForType()
LatLongRect
LatLongRect. getDefaultInstanceForType()
LatLongRect
ImageContext.Builder. getLatLongRect()
Not used.LatLongRect
ImageContext. getLatLongRect()
Not used.LatLongRect
ImageContextOrBuilder. getLatLongRect()
Not used.static LatLongRect
LatLongRect. parseDelimitedFrom(InputStream input)
static LatLongRect
LatLongRect. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LatLongRect
LatLongRect. parseFrom(byte[] data)
static LatLongRect
LatLongRect. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LatLongRect
LatLongRect. parseFrom(com.google.protobuf.ByteString data)
static LatLongRect
LatLongRect. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LatLongRect
LatLongRect. parseFrom(com.google.protobuf.CodedInputStream input)
static LatLongRect
LatLongRect. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LatLongRect
LatLongRect. parseFrom(InputStream input)
static LatLongRect
LatLongRect. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LatLongRect
LatLongRect. parseFrom(ByteBuffer data)
static LatLongRect
LatLongRect. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vision.v1 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.v1 with parameters of type LatLongRect Modifier and Type Method Description LatLongRect.Builder
LatLongRect.Builder. mergeFrom(LatLongRect other)
ImageContext.Builder
ImageContext.Builder. mergeLatLongRect(LatLongRect value)
Not used.static LatLongRect.Builder
LatLongRect. newBuilder(LatLongRect prototype)
ImageContext.Builder
ImageContext.Builder. setLatLongRect(LatLongRect value)
Not used.
-