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