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 EntityEntity.Builder. build()EntityEntity.Builder. buildPartial()EntityLabelAnnotation.Builder. getCategoryEntities(int index)Common categories for the detected entity.EntityLabelAnnotation. getCategoryEntities(int index)Common categories for the detected entity.EntityLabelAnnotationOrBuilder. getCategoryEntities(int index)Common categories for the detected entity.static EntityEntity. getDefaultInstance()EntityEntity.Builder. getDefaultInstanceForType()EntityEntity. getDefaultInstanceForType()EntityLabelAnnotation.Builder. getEntity()Detected entity.EntityLabelAnnotation. getEntity()Detected entity.EntityLabelAnnotationOrBuilder. getEntity()Detected entity.static EntityEntity. parseDelimitedFrom(InputStream input)static EntityEntity. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityEntity. parseFrom(byte[] data)static EntityEntity. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityEntity. parseFrom(com.google.protobuf.ByteString data)static EntityEntity. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityEntity. parseFrom(com.google.protobuf.CodedInputStream input)static EntityEntity. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityEntity. parseFrom(InputStream input)static EntityEntity. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityEntity. parseFrom(ByteBuffer data)static EntityEntity. 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.BuilderLabelAnnotation.Builder. addCategoryEntities(int index, Entity value)Common categories for the detected entity.LabelAnnotation.BuilderLabelAnnotation.Builder. addCategoryEntities(Entity value)Common categories for the detected entity.LabelAnnotation.BuilderLabelAnnotation.Builder. mergeEntity(Entity value)Detected entity.Entity.BuilderEntity.Builder. mergeFrom(Entity other)static Entity.BuilderEntity. newBuilder(Entity prototype)LabelAnnotation.BuilderLabelAnnotation.Builder. setCategoryEntities(int index, Entity value)Common categories for the detected entity.LabelAnnotation.BuilderLabelAnnotation.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.BuilderLabelAnnotation.Builder. addAllCategoryEntities(Iterable<? extends Entity> values)Common categories for the detected entity.
-