Package | Description |
---|---|
com.google.cloud.vision.v1p1beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
LatLongRect |
LatLongRect.Builder.build() |
LatLongRect |
LatLongRect.Builder.buildPartial() |
static LatLongRect |
LatLongRect.getDefaultInstance() |
LatLongRect |
LatLongRect.getDefaultInstanceForType() |
LatLongRect |
LatLongRect.Builder.getDefaultInstanceForType() |
LatLongRect |
ImageContextOrBuilder.getLatLongRect()
lat/long rectangle that specifies the location of the image.
|
LatLongRect |
ImageContext.getLatLongRect()
lat/long rectangle that specifies the location of the image.
|
LatLongRect |
ImageContext.Builder.getLatLongRect()
lat/long rectangle that specifies the location of the image.
|
static LatLongRect |
LatLongRect.parseDelimitedFrom(InputStream input) |
static LatLongRect |
LatLongRect.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static LatLongRect |
LatLongRect.parseFrom(byte[] data) |
static LatLongRect |
LatLongRect.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static LatLongRect |
LatLongRect.parseFrom(ByteBuffer data) |
static LatLongRect |
LatLongRect.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static LatLongRect |
LatLongRect.parseFrom(ByteString data) |
static LatLongRect |
LatLongRect.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static LatLongRect |
LatLongRect.parseFrom(CodedInputStream input) |
static LatLongRect |
LatLongRect.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static LatLongRect |
LatLongRect.parseFrom(InputStream input) |
static LatLongRect |
LatLongRect.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<LatLongRect> |
LatLongRect.getParserForType() |
static Parser<LatLongRect> |
LatLongRect.parser() |
Modifier and Type | Method and Description |
---|---|
LatLongRect.Builder |
LatLongRect.Builder.mergeFrom(LatLongRect other) |
ImageContext.Builder |
ImageContext.Builder.mergeLatLongRect(LatLongRect value)
lat/long rectangle that specifies the location of the image.
|
static LatLongRect.Builder |
LatLongRect.newBuilder(LatLongRect prototype) |
ImageContext.Builder |
ImageContext.Builder.setLatLongRect(LatLongRect value)
lat/long rectangle that specifies the location of the image.
|
Copyright © 2022 Google LLC. All rights reserved.