Uses of Interface
com.google.cloud.videointelligence.v1beta2.FaceSegmentOrBuilder
-
Packages that use FaceSegmentOrBuilder Package Description com.google.cloud.videointelligence.v1beta2 A client to Google Cloud Video Intelligence API -
-
Uses of FaceSegmentOrBuilder in com.google.cloud.videointelligence.v1beta2
Classes in com.google.cloud.videointelligence.v1beta2 that implement FaceSegmentOrBuilder Modifier and Type Class Description classFaceSegmentVideo segment level annotation results for face detection.static classFaceSegment.BuilderVideo segment level annotation results for face detection.Methods in com.google.cloud.videointelligence.v1beta2 that return FaceSegmentOrBuilder Modifier and Type Method Description FaceSegmentOrBuilderFaceAnnotation.Builder. getSegmentsOrBuilder(int index)All video segments where a face was detected.FaceSegmentOrBuilderFaceAnnotation. getSegmentsOrBuilder(int index)All video segments where a face was detected.FaceSegmentOrBuilderFaceAnnotationOrBuilder. getSegmentsOrBuilder(int index)All video segments where a face was detected.Methods in com.google.cloud.videointelligence.v1beta2 that return types with arguments of type FaceSegmentOrBuilder Modifier and Type Method Description List<? extends FaceSegmentOrBuilder>FaceAnnotation.Builder. getSegmentsOrBuilderList()All video segments where a face was detected.List<? extends FaceSegmentOrBuilder>FaceAnnotation. getSegmentsOrBuilderList()All video segments where a face was detected.List<? extends FaceSegmentOrBuilder>FaceAnnotationOrBuilder. getSegmentsOrBuilderList()All video segments where a face was detected.
-