Uses of Class
com.google.cloud.vision.v1p1beta1.LocationInfo
-
Packages that use LocationInfo Package Description com.google.cloud.vision.v1p1beta1 A client to Cloud Vision API -
-
Uses of LocationInfo in com.google.cloud.vision.v1p1beta1
Methods in com.google.cloud.vision.v1p1beta1 that return LocationInfo Modifier and Type Method Description LocationInfo
LocationInfo.Builder. build()
LocationInfo
LocationInfo.Builder. buildPartial()
static LocationInfo
LocationInfo. getDefaultInstance()
LocationInfo
LocationInfo.Builder. getDefaultInstanceForType()
LocationInfo
LocationInfo. getDefaultInstanceForType()
LocationInfo
EntityAnnotation.Builder. getLocations(int index)
The location information for the detected entity.LocationInfo
EntityAnnotation. getLocations(int index)
The location information for the detected entity.LocationInfo
EntityAnnotationOrBuilder. getLocations(int index)
The location information for the detected entity.static LocationInfo
LocationInfo. parseDelimitedFrom(InputStream input)
static LocationInfo
LocationInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LocationInfo
LocationInfo. parseFrom(byte[] data)
static LocationInfo
LocationInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LocationInfo
LocationInfo. parseFrom(com.google.protobuf.ByteString data)
static LocationInfo
LocationInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LocationInfo
LocationInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static LocationInfo
LocationInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LocationInfo
LocationInfo. parseFrom(InputStream input)
static LocationInfo
LocationInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LocationInfo
LocationInfo. parseFrom(ByteBuffer data)
static LocationInfo
LocationInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vision.v1p1beta1 that return types with arguments of type LocationInfo Modifier and Type Method Description List<LocationInfo>
EntityAnnotation.Builder. getLocationsList()
The location information for the detected entity.List<LocationInfo>
EntityAnnotation. getLocationsList()
The location information for the detected entity.List<LocationInfo>
EntityAnnotationOrBuilder. getLocationsList()
The location information for the detected entity.com.google.protobuf.Parser<LocationInfo>
LocationInfo. getParserForType()
static com.google.protobuf.Parser<LocationInfo>
LocationInfo. parser()
Methods in com.google.cloud.vision.v1p1beta1 with parameters of type LocationInfo Modifier and Type Method Description EntityAnnotation.Builder
EntityAnnotation.Builder. addLocations(int index, LocationInfo value)
The location information for the detected entity.EntityAnnotation.Builder
EntityAnnotation.Builder. addLocations(LocationInfo value)
The location information for the detected entity.LocationInfo.Builder
LocationInfo.Builder. mergeFrom(LocationInfo other)
static LocationInfo.Builder
LocationInfo. newBuilder(LocationInfo prototype)
EntityAnnotation.Builder
EntityAnnotation.Builder. setLocations(int index, LocationInfo value)
The location information for the detected entity.Method parameters in com.google.cloud.vision.v1p1beta1 with type arguments of type LocationInfo Modifier and Type Method Description EntityAnnotation.Builder
EntityAnnotation.Builder. addAllLocations(Iterable<? extends LocationInfo> values)
The location information for the detected entity.
-