Uses of Interface
com.google.cloud.videointelligence.v1p3beta1.CelebrityTrackOrBuilder
-
Packages that use CelebrityTrackOrBuilder Package Description com.google.cloud.videointelligence.v1p3beta1 A client to Cloud Video Intelligence API -
-
Uses of CelebrityTrackOrBuilder in com.google.cloud.videointelligence.v1p3beta1
Classes in com.google.cloud.videointelligence.v1p3beta1 that implement CelebrityTrackOrBuilder Modifier and Type Class Description class
CelebrityTrack
The annotation result of a celebrity face track.static class
CelebrityTrack.Builder
The annotation result of a celebrity face track.Methods in com.google.cloud.videointelligence.v1p3beta1 that return CelebrityTrackOrBuilder Modifier and Type Method Description CelebrityTrackOrBuilder
CelebrityRecognitionAnnotation.Builder. getCelebrityTracksOrBuilder(int index)
The tracks detected from the input video, including recognized celebrities and other detected faces in the video.CelebrityTrackOrBuilder
CelebrityRecognitionAnnotation. getCelebrityTracksOrBuilder(int index)
The tracks detected from the input video, including recognized celebrities and other detected faces in the video.CelebrityTrackOrBuilder
CelebrityRecognitionAnnotationOrBuilder. getCelebrityTracksOrBuilder(int index)
The tracks detected from the input video, including recognized celebrities and other detected faces in the video.Methods in com.google.cloud.videointelligence.v1p3beta1 that return types with arguments of type CelebrityTrackOrBuilder Modifier and Type Method Description List<? extends CelebrityTrackOrBuilder>
CelebrityRecognitionAnnotation.Builder. getCelebrityTracksOrBuilderList()
The tracks detected from the input video, including recognized celebrities and other detected faces in the video.List<? extends CelebrityTrackOrBuilder>
CelebrityRecognitionAnnotation. getCelebrityTracksOrBuilderList()
The tracks detected from the input video, including recognized celebrities and other detected faces in the video.List<? extends CelebrityTrackOrBuilder>
CelebrityRecognitionAnnotationOrBuilder. getCelebrityTracksOrBuilderList()
The tracks detected from the input video, including recognized celebrities and other detected faces in the video.
-