Uses of Interface
com.google.cloud.videointelligence.v1.FaceFrameOrBuilder
-
Packages that use FaceFrameOrBuilder Package Description com.google.cloud.videointelligence.v1 A client to Cloud Video Intelligence API -
-
Uses of FaceFrameOrBuilder in com.google.cloud.videointelligence.v1
Classes in com.google.cloud.videointelligence.v1 that implement FaceFrameOrBuilder Modifier and Type Class Description class
FaceFrame
Deprecated.static class
FaceFrame.Builder
Deprecated.Deprecated.Methods in com.google.cloud.videointelligence.v1 that return FaceFrameOrBuilder Modifier and Type Method Description FaceFrameOrBuilder
FaceAnnotation.Builder. getFramesOrBuilder(int index)
All video frames where a face was detected.FaceFrameOrBuilder
FaceAnnotation. getFramesOrBuilder(int index)
Deprecated.All video frames where a face was detected.FaceFrameOrBuilder
FaceAnnotationOrBuilder. getFramesOrBuilder(int index)
Deprecated.All video frames where a face was detected.Methods in com.google.cloud.videointelligence.v1 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()
Deprecated.All video frames where a face was detected.List<? extends FaceFrameOrBuilder>
FaceAnnotationOrBuilder. getFramesOrBuilderList()
Deprecated.All video frames where a face was detected.
-