| Modifier and Type | Method and Description |
|---|---|
LocationInfo |
LocationInfo.Builder.build() |
LocationInfo |
LocationInfo.Builder.buildPartial() |
static LocationInfo |
LocationInfo.getDefaultInstance() |
LocationInfo |
LocationInfo.getDefaultInstanceForType() |
LocationInfo |
LocationInfo.Builder.getDefaultInstanceForType() |
LocationInfo |
EntityAnnotationOrBuilder.getLocations(int index)
The location information for the detected entity.
|
LocationInfo |
EntityAnnotation.getLocations(int index)
The location information for the detected entity.
|
LocationInfo |
EntityAnnotation.Builder.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(ByteBuffer data) |
static LocationInfo |
LocationInfo.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
List<LocationInfo> |
EntityAnnotationOrBuilder.getLocationsList()
The location information for the detected entity.
|
List<LocationInfo> |
EntityAnnotation.getLocationsList()
The location information for the detected entity.
|
List<LocationInfo> |
EntityAnnotation.Builder.getLocationsList()
The location information for the detected entity.
|
com.google.protobuf.Parser<LocationInfo> |
LocationInfo.getParserForType() |
static com.google.protobuf.Parser<LocationInfo> |
LocationInfo.parser() |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
EntityAnnotation.Builder |
EntityAnnotation.Builder.addAllLocations(Iterable<? extends LocationInfo> values)
The location information for the detected entity.
|
Copyright © 2020 Google LLC. All rights reserved.