Uses of Class
com.google.cloud.videointelligence.v1p3beta1.CelebrityTrack
-
Packages that use CelebrityTrack Package Description com.google.cloud.videointelligence.v1p3beta1 A client to Cloud Video Intelligence API -
-
Uses of CelebrityTrack in com.google.cloud.videointelligence.v1p3beta1
Methods in com.google.cloud.videointelligence.v1p3beta1 that return CelebrityTrack Modifier and Type Method Description CelebrityTrack
CelebrityTrack.Builder. build()
CelebrityTrack
CelebrityTrack.Builder. buildPartial()
CelebrityTrack
CelebrityRecognitionAnnotation.Builder. getCelebrityTracks(int index)
The tracks detected from the input video, including recognized celebrities and other detected faces in the video.CelebrityTrack
CelebrityRecognitionAnnotation. getCelebrityTracks(int index)
The tracks detected from the input video, including recognized celebrities and other detected faces in the video.CelebrityTrack
CelebrityRecognitionAnnotationOrBuilder. getCelebrityTracks(int index)
The tracks detected from the input video, including recognized celebrities and other detected faces in the video.static CelebrityTrack
CelebrityTrack. getDefaultInstance()
CelebrityTrack
CelebrityTrack.Builder. getDefaultInstanceForType()
CelebrityTrack
CelebrityTrack. getDefaultInstanceForType()
static CelebrityTrack
CelebrityTrack. parseDelimitedFrom(InputStream input)
static CelebrityTrack
CelebrityTrack. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CelebrityTrack
CelebrityTrack. parseFrom(byte[] data)
static CelebrityTrack
CelebrityTrack. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CelebrityTrack
CelebrityTrack. parseFrom(com.google.protobuf.ByteString data)
static CelebrityTrack
CelebrityTrack. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CelebrityTrack
CelebrityTrack. parseFrom(com.google.protobuf.CodedInputStream input)
static CelebrityTrack
CelebrityTrack. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CelebrityTrack
CelebrityTrack. parseFrom(InputStream input)
static CelebrityTrack
CelebrityTrack. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CelebrityTrack
CelebrityTrack. parseFrom(ByteBuffer data)
static CelebrityTrack
CelebrityTrack. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.videointelligence.v1p3beta1 that return types with arguments of type CelebrityTrack Modifier and Type Method Description List<CelebrityTrack>
CelebrityRecognitionAnnotation.Builder. getCelebrityTracksList()
The tracks detected from the input video, including recognized celebrities and other detected faces in the video.List<CelebrityTrack>
CelebrityRecognitionAnnotation. getCelebrityTracksList()
The tracks detected from the input video, including recognized celebrities and other detected faces in the video.List<CelebrityTrack>
CelebrityRecognitionAnnotationOrBuilder. getCelebrityTracksList()
The tracks detected from the input video, including recognized celebrities and other detected faces in the video.com.google.protobuf.Parser<CelebrityTrack>
CelebrityTrack. getParserForType()
static com.google.protobuf.Parser<CelebrityTrack>
CelebrityTrack. parser()
Methods in com.google.cloud.videointelligence.v1p3beta1 with parameters of type CelebrityTrack Modifier and Type Method Description CelebrityRecognitionAnnotation.Builder
CelebrityRecognitionAnnotation.Builder. addCelebrityTracks(int index, CelebrityTrack value)
The tracks detected from the input video, including recognized celebrities and other detected faces in the video.CelebrityRecognitionAnnotation.Builder
CelebrityRecognitionAnnotation.Builder. addCelebrityTracks(CelebrityTrack value)
The tracks detected from the input video, including recognized celebrities and other detected faces in the video.CelebrityTrack.Builder
CelebrityTrack.Builder. mergeFrom(CelebrityTrack other)
static CelebrityTrack.Builder
CelebrityTrack. newBuilder(CelebrityTrack prototype)
CelebrityRecognitionAnnotation.Builder
CelebrityRecognitionAnnotation.Builder. setCelebrityTracks(int index, CelebrityTrack value)
The tracks detected from the input video, including recognized celebrities and other detected faces in the video.Method parameters in com.google.cloud.videointelligence.v1p3beta1 with type arguments of type CelebrityTrack Modifier and Type Method Description CelebrityRecognitionAnnotation.Builder
CelebrityRecognitionAnnotation.Builder. addAllCelebrityTracks(Iterable<? extends CelebrityTrack> values)
The tracks detected from the input video, including recognized celebrities and other detected faces in the video.
-