Uses of Interface
com.google.cloud.videointelligence.v1.FaceSegmentOrBuilder
-
Packages that use FaceSegmentOrBuilder Package Description com.google.cloud.videointelligence.v1 A client to Cloud Video Intelligence API -
-
Uses of FaceSegmentOrBuilder in com.google.cloud.videointelligence.v1
Classes in com.google.cloud.videointelligence.v1 that implement FaceSegmentOrBuilder Modifier and Type Class Description class
FaceSegment
Video segment level annotation results for face detection.static class
FaceSegment.Builder
Video segment level annotation results for face detection.Methods in com.google.cloud.videointelligence.v1 that return FaceSegmentOrBuilder Modifier and Type Method Description FaceSegmentOrBuilder
FaceAnnotation.Builder. getSegmentsOrBuilder(int index)
All video segments where a face was detected.FaceSegmentOrBuilder
FaceAnnotation. getSegmentsOrBuilder(int index)
Deprecated.All video segments where a face was detected.FaceSegmentOrBuilder
FaceAnnotationOrBuilder. getSegmentsOrBuilder(int index)
Deprecated.All video segments where a face was detected.Methods in com.google.cloud.videointelligence.v1 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()
Deprecated.All video segments where a face was detected.List<? extends FaceSegmentOrBuilder>
FaceAnnotationOrBuilder. getSegmentsOrBuilderList()
Deprecated.All video segments where a face was detected.
-