Uses of Class
com.google.cloud.videointelligence.v1.Entity
-
Packages that use Entity Package Description com.google.cloud.videointelligence.v1 A client to Cloud Video Intelligence API -
-
Uses of Entity in com.google.cloud.videointelligence.v1
Methods in com.google.cloud.videointelligence.v1 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.EntityLogoRecognitionAnnotation.Builder. getEntity()Entity category information to specify the logo class that all the logo tracks within this LogoRecognitionAnnotation are recognized as.EntityLogoRecognitionAnnotation. getEntity()Entity category information to specify the logo class that all the logo tracks within this LogoRecognitionAnnotation are recognized as.EntityLogoRecognitionAnnotationOrBuilder. getEntity()Entity category information to specify the logo class that all the logo tracks within this LogoRecognitionAnnotation are recognized as.EntityObjectTrackingAnnotation.Builder. getEntity()Entity to specify the object category that this track is labeled as.EntityObjectTrackingAnnotation. getEntity()Entity to specify the object category that this track is labeled as.EntityObjectTrackingAnnotationOrBuilder. getEntity()Entity to specify the object category that this track is labeled as.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.v1 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.v1 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.LogoRecognitionAnnotation.BuilderLogoRecognitionAnnotation.Builder. mergeEntity(Entity value)Entity category information to specify the logo class that all the logo tracks within this LogoRecognitionAnnotation are recognized as.ObjectTrackingAnnotation.BuilderObjectTrackingAnnotation.Builder. mergeEntity(Entity value)Entity to specify the object category that this track is labeled as.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.LogoRecognitionAnnotation.BuilderLogoRecognitionAnnotation.Builder. setEntity(Entity value)Entity category information to specify the logo class that all the logo tracks within this LogoRecognitionAnnotation are recognized as.ObjectTrackingAnnotation.BuilderObjectTrackingAnnotation.Builder. setEntity(Entity value)Entity to specify the object category that this track is labeled as.Method parameters in com.google.cloud.videointelligence.v1 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.
-