Uses of Class
com.google.cloud.videointelligence.v1p3beta1.Track
-
Packages that use Track Package Description com.google.cloud.videointelligence.v1p3beta1 A client to Cloud Video Intelligence API -
-
Uses of Track in com.google.cloud.videointelligence.v1p3beta1
Methods in com.google.cloud.videointelligence.v1p3beta1 that return Track Modifier and Type Method Description Track
Track.Builder. build()
Track
Track.Builder. buildPartial()
static Track
Track. getDefaultInstance()
Track
Track.Builder. getDefaultInstanceForType()
Track
Track. getDefaultInstanceForType()
Track
CelebrityTrack.Builder. getFaceTrack()
A track of a person's face.Track
CelebrityTrack. getFaceTrack()
A track of a person's face.Track
CelebrityTrackOrBuilder. getFaceTrack()
A track of a person's face.Track
FaceDetectionAnnotation.Builder. getTracks(int index)
The face tracks with attributes.Track
FaceDetectionAnnotation. getTracks(int index)
The face tracks with attributes.Track
FaceDetectionAnnotationOrBuilder. getTracks(int index)
The face tracks with attributes.Track
LogoRecognitionAnnotation.Builder. getTracks(int index)
All logo tracks where the recognized logo appears.Track
LogoRecognitionAnnotation. getTracks(int index)
All logo tracks where the recognized logo appears.Track
LogoRecognitionAnnotationOrBuilder. getTracks(int index)
All logo tracks where the recognized logo appears.Track
PersonDetectionAnnotation.Builder. getTracks(int index)
The detected tracks of a person.Track
PersonDetectionAnnotation. getTracks(int index)
The detected tracks of a person.Track
PersonDetectionAnnotationOrBuilder. getTracks(int index)
The detected tracks of a person.static Track
Track. parseDelimitedFrom(InputStream input)
static Track
Track. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Track
Track. parseFrom(byte[] data)
static Track
Track. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Track
Track. parseFrom(com.google.protobuf.ByteString data)
static Track
Track. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Track
Track. parseFrom(com.google.protobuf.CodedInputStream input)
static Track
Track. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Track
Track. parseFrom(InputStream input)
static Track
Track. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Track
Track. parseFrom(ByteBuffer data)
static Track
Track. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.videointelligence.v1p3beta1 that return types with arguments of type Track Modifier and Type Method Description com.google.protobuf.Parser<Track>
Track. getParserForType()
List<Track>
FaceDetectionAnnotation.Builder. getTracksList()
The face tracks with attributes.List<Track>
FaceDetectionAnnotation. getTracksList()
The face tracks with attributes.List<Track>
FaceDetectionAnnotationOrBuilder. getTracksList()
The face tracks with attributes.List<Track>
LogoRecognitionAnnotation.Builder. getTracksList()
All logo tracks where the recognized logo appears.List<Track>
LogoRecognitionAnnotation. getTracksList()
All logo tracks where the recognized logo appears.List<Track>
LogoRecognitionAnnotationOrBuilder. getTracksList()
All logo tracks where the recognized logo appears.List<Track>
PersonDetectionAnnotation.Builder. getTracksList()
The detected tracks of a person.List<Track>
PersonDetectionAnnotation. getTracksList()
The detected tracks of a person.List<Track>
PersonDetectionAnnotationOrBuilder. getTracksList()
The detected tracks of a person.static com.google.protobuf.Parser<Track>
Track. parser()
Methods in com.google.cloud.videointelligence.v1p3beta1 with parameters of type Track Modifier and Type Method Description FaceDetectionAnnotation.Builder
FaceDetectionAnnotation.Builder. addTracks(int index, Track value)
The face tracks with attributes.FaceDetectionAnnotation.Builder
FaceDetectionAnnotation.Builder. addTracks(Track value)
The face tracks with attributes.LogoRecognitionAnnotation.Builder
LogoRecognitionAnnotation.Builder. addTracks(int index, Track value)
All logo tracks where the recognized logo appears.LogoRecognitionAnnotation.Builder
LogoRecognitionAnnotation.Builder. addTracks(Track value)
All logo tracks where the recognized logo appears.PersonDetectionAnnotation.Builder
PersonDetectionAnnotation.Builder. addTracks(int index, Track value)
The detected tracks of a person.PersonDetectionAnnotation.Builder
PersonDetectionAnnotation.Builder. addTracks(Track value)
The detected tracks of a person.CelebrityTrack.Builder
CelebrityTrack.Builder. mergeFaceTrack(Track value)
A track of a person's face.Track.Builder
Track.Builder. mergeFrom(Track other)
static Track.Builder
Track. newBuilder(Track prototype)
CelebrityTrack.Builder
CelebrityTrack.Builder. setFaceTrack(Track value)
A track of a person's face.FaceDetectionAnnotation.Builder
FaceDetectionAnnotation.Builder. setTracks(int index, Track value)
The face tracks with attributes.LogoRecognitionAnnotation.Builder
LogoRecognitionAnnotation.Builder. setTracks(int index, Track value)
All logo tracks where the recognized logo appears.PersonDetectionAnnotation.Builder
PersonDetectionAnnotation.Builder. setTracks(int index, Track value)
The detected tracks of a person.Method parameters in com.google.cloud.videointelligence.v1p3beta1 with type arguments of type Track Modifier and Type Method Description FaceDetectionAnnotation.Builder
FaceDetectionAnnotation.Builder. addAllTracks(Iterable<? extends Track> values)
The face tracks with attributes.LogoRecognitionAnnotation.Builder
LogoRecognitionAnnotation.Builder. addAllTracks(Iterable<? extends Track> values)
All logo tracks where the recognized logo appears.PersonDetectionAnnotation.Builder
PersonDetectionAnnotation.Builder. addAllTracks(Iterable<? extends Track> values)
The detected tracks of a person.
-