Uses of Class
com.google.cloud.videointelligence.v1beta2.Entity
-
Packages that use Entity Package Description com.google.cloud.videointelligence.v1beta2 A client to Google Cloud Video Intelligence API -
-
Uses of Entity in com.google.cloud.videointelligence.v1beta2
Methods in com.google.cloud.videointelligence.v1beta2 that return Entity Modifier and Type Method Description Entity
Entity.Builder. build()
Entity
Entity.Builder. buildPartial()
Entity
LabelAnnotation.Builder. getCategoryEntities(int index)
Common categories for the detected entity.Entity
LabelAnnotation. 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.Builder. getDefaultInstanceForType()
Entity
Entity. getDefaultInstanceForType()
Entity
LabelAnnotation.Builder. getEntity()
Detected entity.Entity
LabelAnnotation. 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(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)
static Entity
Entity. parseFrom(ByteBuffer data)
static Entity
Entity. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.videointelligence.v1beta2 that return types with arguments of type Entity Modifier and Type Method Description List<Entity>
LabelAnnotation.Builder. getCategoryEntitiesList()
Common categories for the detected entity.List<Entity>
LabelAnnotation. 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()
Methods in com.google.cloud.videointelligence.v1beta2 with parameters of type Entity Modifier and Type Method Description LabelAnnotation.Builder
LabelAnnotation.Builder. addCategoryEntities(int index, Entity value)
Common categories for the detected entity.LabelAnnotation.Builder
LabelAnnotation.Builder. addCategoryEntities(Entity value)
Common categories for the detected entity.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.LabelAnnotation.Builder
LabelAnnotation.Builder. setEntity(Entity value)
Detected entity.Method parameters in com.google.cloud.videointelligence.v1beta2 with type arguments of type Entity Modifier and Type Method Description LabelAnnotation.Builder
LabelAnnotation.Builder. addAllCategoryEntities(Iterable<? extends Entity> values)
Common categories for the detected entity.
-