Uses of Class
com.google.cloud.videointelligence.v1.Track
-
Packages that use Track Package Description com.google.cloud.videointelligence.v1 A client to Cloud Video Intelligence API -
-
Uses of Track in com.google.cloud.videointelligence.v1
Methods in com.google.cloud.videointelligence.v1 that return Track Modifier and Type Method Description TrackTrack.Builder. build()TrackTrack.Builder. buildPartial()static TrackTrack. getDefaultInstance()TrackTrack.Builder. getDefaultInstanceForType()TrackTrack. getDefaultInstanceForType()TrackFaceDetectionAnnotation.Builder. getTracks(int index)The face tracks with attributes.TrackFaceDetectionAnnotation. getTracks(int index)The face tracks with attributes.TrackFaceDetectionAnnotationOrBuilder. getTracks(int index)The face tracks with attributes.TrackLogoRecognitionAnnotation.Builder. getTracks(int index)All logo tracks where the recognized logo appears.TrackLogoRecognitionAnnotation. getTracks(int index)All logo tracks where the recognized logo appears.TrackLogoRecognitionAnnotationOrBuilder. getTracks(int index)All logo tracks where the recognized logo appears.TrackPersonDetectionAnnotation.Builder. getTracks(int index)The detected tracks of a person.TrackPersonDetectionAnnotation. getTracks(int index)The detected tracks of a person.TrackPersonDetectionAnnotationOrBuilder. getTracks(int index)The detected tracks of a person.static TrackTrack. parseDelimitedFrom(InputStream input)static TrackTrack. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TrackTrack. parseFrom(byte[] data)static TrackTrack. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TrackTrack. parseFrom(com.google.protobuf.ByteString data)static TrackTrack. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TrackTrack. parseFrom(com.google.protobuf.CodedInputStream input)static TrackTrack. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TrackTrack. parseFrom(InputStream input)static TrackTrack. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TrackTrack. parseFrom(ByteBuffer data)static TrackTrack. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.videointelligence.v1 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.v1 with parameters of type Track Modifier and Type Method Description FaceDetectionAnnotation.BuilderFaceDetectionAnnotation.Builder. addTracks(int index, Track value)The face tracks with attributes.FaceDetectionAnnotation.BuilderFaceDetectionAnnotation.Builder. addTracks(Track value)The face tracks with attributes.LogoRecognitionAnnotation.BuilderLogoRecognitionAnnotation.Builder. addTracks(int index, Track value)All logo tracks where the recognized logo appears.LogoRecognitionAnnotation.BuilderLogoRecognitionAnnotation.Builder. addTracks(Track value)All logo tracks where the recognized logo appears.PersonDetectionAnnotation.BuilderPersonDetectionAnnotation.Builder. addTracks(int index, Track value)The detected tracks of a person.PersonDetectionAnnotation.BuilderPersonDetectionAnnotation.Builder. addTracks(Track value)The detected tracks of a person.Track.BuilderTrack.Builder. mergeFrom(Track other)static Track.BuilderTrack. newBuilder(Track prototype)FaceDetectionAnnotation.BuilderFaceDetectionAnnotation.Builder. setTracks(int index, Track value)The face tracks with attributes.LogoRecognitionAnnotation.BuilderLogoRecognitionAnnotation.Builder. setTracks(int index, Track value)All logo tracks where the recognized logo appears.PersonDetectionAnnotation.BuilderPersonDetectionAnnotation.Builder. setTracks(int index, Track value)The detected tracks of a person.Method parameters in com.google.cloud.videointelligence.v1 with type arguments of type Track Modifier and Type Method Description FaceDetectionAnnotation.BuilderFaceDetectionAnnotation.Builder. addAllTracks(Iterable<? extends Track> values)The face tracks with attributes.LogoRecognitionAnnotation.BuilderLogoRecognitionAnnotation.Builder. addAllTracks(Iterable<? extends Track> values)All logo tracks where the recognized logo appears.PersonDetectionAnnotation.BuilderPersonDetectionAnnotation.Builder. addAllTracks(Iterable<? extends Track> values)The detected tracks of a person.
-