| Modifier and Type | Method and Description |
|---|---|
Entity |
Entity.Builder.build() |
Entity |
Entity.Builder.buildPartial() |
Entity |
LabelAnnotation.getCategoryEntities(int index)
Common categories for the detected entity.
|
Entity |
LabelAnnotation.Builder.getCategoryEntities(int index)
Common categories for the detected entity.
|
Entity |
LabelAnnotationOrBuilder.getCategoryEntities(int index)
Common categories for the detected entity.
|
static Entity |
Entity.getDefaultInstance() |
Entity |
Entity.getDefaultInstanceForType() |
Entity |
Entity.Builder.getDefaultInstanceForType() |
Entity |
ObjectTrackingAnnotation.getEntity()
Entity to specify the object category that this track is labeled as.
|
Entity |
ObjectTrackingAnnotation.Builder.getEntity()
Entity to specify the object category that this track is labeled as.
|
Entity |
ObjectTrackingAnnotationOrBuilder.getEntity()
Entity to specify the object category that this track is labeled as.
|
Entity |
LabelAnnotation.getEntity()
Detected entity.
|
Entity |
LabelAnnotation.Builder.getEntity()
Detected entity.
|
Entity |
LabelAnnotationOrBuilder.getEntity()
Detected entity.
|
static Entity |
Entity.parseDelimitedFrom(InputStream input) |
static Entity |
Entity.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Entity |
Entity.parseFrom(byte[] data) |
static Entity |
Entity.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Entity |
Entity.parseFrom(ByteBuffer data) |
static Entity |
Entity.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Entity |
Entity.parseFrom(com.google.protobuf.ByteString data) |
static Entity |
Entity.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Entity |
Entity.parseFrom(com.google.protobuf.CodedInputStream input) |
static Entity |
Entity.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Entity |
Entity.parseFrom(InputStream input) |
static Entity |
Entity.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Entity> |
LabelAnnotation.getCategoryEntitiesList()
Common categories for the detected entity.
|
List<Entity> |
LabelAnnotation.Builder.getCategoryEntitiesList()
Common categories for the detected entity.
|
List<Entity> |
LabelAnnotationOrBuilder.getCategoryEntitiesList()
Common categories for the detected entity.
|
com.google.protobuf.Parser<Entity> |
Entity.getParserForType() |
static com.google.protobuf.Parser<Entity> |
Entity.parser() |
| Modifier and Type | Method and Description |
|---|---|
LabelAnnotation.Builder |
LabelAnnotation.Builder.addCategoryEntities(Entity value)
Common categories for the detected entity.
|
LabelAnnotation.Builder |
LabelAnnotation.Builder.addCategoryEntities(int index,
Entity value)
Common categories for the detected entity.
|
ObjectTrackingAnnotation.Builder |
ObjectTrackingAnnotation.Builder.mergeEntity(Entity value)
Entity to specify the object category that this track is labeled as.
|
LabelAnnotation.Builder |
LabelAnnotation.Builder.mergeEntity(Entity value)
Detected entity.
|
Entity.Builder |
Entity.Builder.mergeFrom(Entity other) |
static Entity.Builder |
Entity.newBuilder(Entity prototype) |
LabelAnnotation.Builder |
LabelAnnotation.Builder.setCategoryEntities(int index,
Entity value)
Common categories for the detected entity.
|
ObjectTrackingAnnotation.Builder |
ObjectTrackingAnnotation.Builder.setEntity(Entity value)
Entity to specify the object category that this track is labeled as.
|
LabelAnnotation.Builder |
LabelAnnotation.Builder.setEntity(Entity value)
Detected entity.
|
| Modifier and Type | Method and Description |
|---|---|
LabelAnnotation.Builder |
LabelAnnotation.Builder.addAllCategoryEntities(Iterable<? extends Entity> values)
Common categories for the detected entity.
|
Copyright © 2018 Google LLC. All rights reserved.