Uses of Interface
com.google.cloud.videointelligence.v1beta2.FaceAnnotationOrBuilder
-
Packages that use FaceAnnotationOrBuilder Package Description com.google.cloud.videointelligence.v1beta2 A client to Google Cloud Video Intelligence API -
-
Uses of FaceAnnotationOrBuilder in com.google.cloud.videointelligence.v1beta2
Classes in com.google.cloud.videointelligence.v1beta2 that implement FaceAnnotationOrBuilder Modifier and Type Class Description class
FaceAnnotation
Face annotation.static class
FaceAnnotation.Builder
Face annotation.Methods in com.google.cloud.videointelligence.v1beta2 that return FaceAnnotationOrBuilder Modifier and Type Method Description FaceAnnotationOrBuilder
VideoAnnotationResults.Builder. getFaceAnnotationsOrBuilder(int index)
Face annotations.FaceAnnotationOrBuilder
VideoAnnotationResults. getFaceAnnotationsOrBuilder(int index)
Face annotations.FaceAnnotationOrBuilder
VideoAnnotationResultsOrBuilder. getFaceAnnotationsOrBuilder(int index)
Face annotations.Methods in com.google.cloud.videointelligence.v1beta2 that return types with arguments of type FaceAnnotationOrBuilder Modifier and Type Method Description List<? extends FaceAnnotationOrBuilder>
VideoAnnotationResults.Builder. getFaceAnnotationsOrBuilderList()
Face annotations.List<? extends FaceAnnotationOrBuilder>
VideoAnnotationResults. getFaceAnnotationsOrBuilderList()
Face annotations.List<? extends FaceAnnotationOrBuilder>
VideoAnnotationResultsOrBuilder. getFaceAnnotationsOrBuilderList()
Face annotations.
-