Uses of Interface
com.google.cloud.videointelligence.v1beta2.FaceFrameOrBuilder
-
Packages that use FaceFrameOrBuilder Package Description com.google.cloud.videointelligence.v1beta2 A client to Google Cloud Video Intelligence API -
-
Uses of FaceFrameOrBuilder in com.google.cloud.videointelligence.v1beta2
Classes in com.google.cloud.videointelligence.v1beta2 that implement FaceFrameOrBuilder Modifier and Type Class Description classFaceFrameVideo frame level annotation results for face detection.static classFaceFrame.BuilderVideo frame level annotation results for face detection.Methods in com.google.cloud.videointelligence.v1beta2 that return FaceFrameOrBuilder Modifier and Type Method Description FaceFrameOrBuilderFaceAnnotation.Builder. getFramesOrBuilder(int index)All video frames where a face was detected.FaceFrameOrBuilderFaceAnnotation. getFramesOrBuilder(int index)All video frames where a face was detected.FaceFrameOrBuilderFaceAnnotationOrBuilder. getFramesOrBuilder(int index)All video frames where a face was detected.Methods in com.google.cloud.videointelligence.v1beta2 that return types with arguments of type FaceFrameOrBuilder Modifier and Type Method Description List<? extends FaceFrameOrBuilder>FaceAnnotation.Builder. getFramesOrBuilderList()All video frames where a face was detected.List<? extends FaceFrameOrBuilder>FaceAnnotation. getFramesOrBuilderList()All video frames where a face was detected.List<? extends FaceFrameOrBuilder>FaceAnnotationOrBuilder. getFramesOrBuilderList()All video frames where a face was detected.
-