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