Uses of Interface
com.google.cloud.videointelligence.v1p2beta1.EntityOrBuilder
-
Packages that use EntityOrBuilder Package Description com.google.cloud.videointelligence.v1p2beta1 A client to Cloud Video Intelligence API -
-
Uses of EntityOrBuilder in com.google.cloud.videointelligence.v1p2beta1
Classes in com.google.cloud.videointelligence.v1p2beta1 that implement EntityOrBuilder Modifier and Type Class Description class
Entity
Detected entity from video analysis.static class
Entity.Builder
Detected entity from video analysis.Methods in com.google.cloud.videointelligence.v1p2beta1 that return EntityOrBuilder Modifier and Type Method Description EntityOrBuilder
LabelAnnotation.Builder. getCategoryEntitiesOrBuilder(int index)
Common categories for the detected entity.EntityOrBuilder
LabelAnnotation. getCategoryEntitiesOrBuilder(int index)
Common categories for the detected entity.EntityOrBuilder
LabelAnnotationOrBuilder. getCategoryEntitiesOrBuilder(int index)
Common categories for the detected entity.EntityOrBuilder
LabelAnnotation.Builder. getEntityOrBuilder()
Detected entity.EntityOrBuilder
LabelAnnotation. getEntityOrBuilder()
Detected entity.EntityOrBuilder
LabelAnnotationOrBuilder. getEntityOrBuilder()
Detected entity.EntityOrBuilder
ObjectTrackingAnnotation.Builder. getEntityOrBuilder()
Entity to specify the object category that this track is labeled as.EntityOrBuilder
ObjectTrackingAnnotation. getEntityOrBuilder()
Entity to specify the object category that this track is labeled as.EntityOrBuilder
ObjectTrackingAnnotationOrBuilder. getEntityOrBuilder()
Entity to specify the object category that this track is labeled as.Methods in com.google.cloud.videointelligence.v1p2beta1 that return types with arguments of type EntityOrBuilder Modifier and Type Method Description List<? extends EntityOrBuilder>
LabelAnnotation.Builder. getCategoryEntitiesOrBuilderList()
Common categories for the detected entity.List<? extends EntityOrBuilder>
LabelAnnotation. getCategoryEntitiesOrBuilderList()
Common categories for the detected entity.List<? extends EntityOrBuilder>
LabelAnnotationOrBuilder. getCategoryEntitiesOrBuilderList()
Common categories for the detected entity.
-