Package | Description |
---|---|
com.google.cloud.vision.v1 |
A client to Cloud Vision API
|
Modifier and Type | Method and Description |
---|---|
LocationInfo.Builder |
EntityAnnotation.Builder.addLocationsBuilder()
The location information for the detected entity.
|
LocationInfo.Builder |
EntityAnnotation.Builder.addLocationsBuilder(int index)
The location information for the detected entity.
|
LocationInfo.Builder |
LocationInfo.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
LocationInfo.Builder |
LocationInfo.Builder.clear() |
LocationInfo.Builder |
LocationInfo.Builder.clearField(Descriptors.FieldDescriptor field) |
LocationInfo.Builder |
LocationInfo.Builder.clearLatLng()
lat/long location coordinates.
|
LocationInfo.Builder |
LocationInfo.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
LocationInfo.Builder |
LocationInfo.Builder.clone() |
LocationInfo.Builder |
EntityAnnotation.Builder.getLocationsBuilder(int index)
The location information for the detected entity.
|
LocationInfo.Builder |
LocationInfo.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
LocationInfo.Builder |
LocationInfo.Builder.mergeFrom(LocationInfo other) |
LocationInfo.Builder |
LocationInfo.Builder.mergeFrom(Message other) |
LocationInfo.Builder |
LocationInfo.Builder.mergeLatLng(com.google.type.LatLng value)
lat/long location coordinates.
|
LocationInfo.Builder |
LocationInfo.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static LocationInfo.Builder |
LocationInfo.newBuilder() |
static LocationInfo.Builder |
LocationInfo.newBuilder(LocationInfo prototype) |
LocationInfo.Builder |
LocationInfo.newBuilderForType() |
protected LocationInfo.Builder |
LocationInfo.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
LocationInfo.Builder |
LocationInfo.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
LocationInfo.Builder |
LocationInfo.Builder.setLatLng(com.google.type.LatLng.Builder builderForValue)
lat/long location coordinates.
|
LocationInfo.Builder |
LocationInfo.Builder.setLatLng(com.google.type.LatLng value)
lat/long location coordinates.
|
LocationInfo.Builder |
LocationInfo.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
LocationInfo.Builder |
LocationInfo.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
LocationInfo.Builder |
LocationInfo.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<LocationInfo.Builder> |
EntityAnnotation.Builder.getLocationsBuilderList()
The location information for the detected entity.
|
Modifier and Type | Method and Description |
---|---|
EntityAnnotation.Builder |
EntityAnnotation.Builder.addLocations(int index,
LocationInfo.Builder builderForValue)
The location information for the detected entity.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.addLocations(LocationInfo.Builder builderForValue)
The location information for the detected entity.
|
EntityAnnotation.Builder |
EntityAnnotation.Builder.setLocations(int index,
LocationInfo.Builder builderForValue)
The location information for the detected entity.
|
Copyright © 2022 Google LLC. All rights reserved.