Uses of Interface
com.google.cloud.videointelligence.v1beta2.EntityOrBuilder
-
Packages that use EntityOrBuilder Package Description com.google.cloud.videointelligence.v1beta2 A client to Google Cloud Video Intelligence API -
-
Uses of EntityOrBuilder in com.google.cloud.videointelligence.v1beta2
Classes in com.google.cloud.videointelligence.v1beta2 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.v1beta2 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.Methods in com.google.cloud.videointelligence.v1beta2 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.
-