Uses of Interface
com.google.cloud.videointelligence.v1.PersonDetectionAnnotationOrBuilder
-
Packages that use PersonDetectionAnnotationOrBuilder Package Description com.google.cloud.videointelligence.v1 A client to Cloud Video Intelligence API -
-
Uses of PersonDetectionAnnotationOrBuilder in com.google.cloud.videointelligence.v1
Classes in com.google.cloud.videointelligence.v1 that implement PersonDetectionAnnotationOrBuilder Modifier and Type Class Description class
PersonDetectionAnnotation
Person detection annotation per video.static class
PersonDetectionAnnotation.Builder
Person detection annotation per video.Methods in com.google.cloud.videointelligence.v1 that return PersonDetectionAnnotationOrBuilder Modifier and Type Method Description PersonDetectionAnnotationOrBuilder
VideoAnnotationResults.Builder. getPersonDetectionAnnotationsOrBuilder(int index)
Person detection annotations.PersonDetectionAnnotationOrBuilder
VideoAnnotationResults. getPersonDetectionAnnotationsOrBuilder(int index)
Person detection annotations.PersonDetectionAnnotationOrBuilder
VideoAnnotationResultsOrBuilder. getPersonDetectionAnnotationsOrBuilder(int index)
Person detection annotations.Methods in com.google.cloud.videointelligence.v1 that return types with arguments of type PersonDetectionAnnotationOrBuilder Modifier and Type Method Description List<? extends PersonDetectionAnnotationOrBuilder>
VideoAnnotationResults.Builder. getPersonDetectionAnnotationsOrBuilderList()
Person detection annotations.List<? extends PersonDetectionAnnotationOrBuilder>
VideoAnnotationResults. getPersonDetectionAnnotationsOrBuilderList()
Person detection annotations.List<? extends PersonDetectionAnnotationOrBuilder>
VideoAnnotationResultsOrBuilder. getPersonDetectionAnnotationsOrBuilderList()
Person detection annotations.
-