Uses of Interface
com.google.cloud.videointelligence.v1p3beta1.TrackOrBuilder
-
Packages that use TrackOrBuilder Package Description com.google.cloud.videointelligence.v1p3beta1 A client to Cloud Video Intelligence API -
-
Uses of TrackOrBuilder in com.google.cloud.videointelligence.v1p3beta1
Classes in com.google.cloud.videointelligence.v1p3beta1 that implement TrackOrBuilder Modifier and Type Class Description class
Track
A track of an object instance.static class
Track.Builder
A track of an object instance.Methods in com.google.cloud.videointelligence.v1p3beta1 that return TrackOrBuilder Modifier and Type Method Description TrackOrBuilder
CelebrityTrack.Builder. getFaceTrackOrBuilder()
A track of a person's face.TrackOrBuilder
CelebrityTrack. getFaceTrackOrBuilder()
A track of a person's face.TrackOrBuilder
CelebrityTrackOrBuilder. getFaceTrackOrBuilder()
A track of a person's face.TrackOrBuilder
FaceDetectionAnnotation.Builder. getTracksOrBuilder(int index)
The face tracks with attributes.TrackOrBuilder
FaceDetectionAnnotation. getTracksOrBuilder(int index)
The face tracks with attributes.TrackOrBuilder
FaceDetectionAnnotationOrBuilder. getTracksOrBuilder(int index)
The face tracks with attributes.TrackOrBuilder
LogoRecognitionAnnotation.Builder. getTracksOrBuilder(int index)
All logo tracks where the recognized logo appears.TrackOrBuilder
LogoRecognitionAnnotation. getTracksOrBuilder(int index)
All logo tracks where the recognized logo appears.TrackOrBuilder
LogoRecognitionAnnotationOrBuilder. getTracksOrBuilder(int index)
All logo tracks where the recognized logo appears.TrackOrBuilder
PersonDetectionAnnotation.Builder. getTracksOrBuilder(int index)
The detected tracks of a person.TrackOrBuilder
PersonDetectionAnnotation. getTracksOrBuilder(int index)
The detected tracks of a person.TrackOrBuilder
PersonDetectionAnnotationOrBuilder. getTracksOrBuilder(int index)
The detected tracks of a person.Methods in com.google.cloud.videointelligence.v1p3beta1 that return types with arguments of type TrackOrBuilder Modifier and Type Method Description List<? extends TrackOrBuilder>
FaceDetectionAnnotation.Builder. getTracksOrBuilderList()
The face tracks with attributes.List<? extends TrackOrBuilder>
FaceDetectionAnnotation. getTracksOrBuilderList()
The face tracks with attributes.List<? extends TrackOrBuilder>
FaceDetectionAnnotationOrBuilder. getTracksOrBuilderList()
The face tracks with attributes.List<? extends TrackOrBuilder>
LogoRecognitionAnnotation.Builder. getTracksOrBuilderList()
All logo tracks where the recognized logo appears.List<? extends TrackOrBuilder>
LogoRecognitionAnnotation. getTracksOrBuilderList()
All logo tracks where the recognized logo appears.List<? extends TrackOrBuilder>
LogoRecognitionAnnotationOrBuilder. getTracksOrBuilderList()
All logo tracks where the recognized logo appears.List<? extends TrackOrBuilder>
PersonDetectionAnnotation.Builder. getTracksOrBuilderList()
The detected tracks of a person.List<? extends TrackOrBuilder>
PersonDetectionAnnotation. getTracksOrBuilderList()
The detected tracks of a person.List<? extends TrackOrBuilder>
PersonDetectionAnnotationOrBuilder. getTracksOrBuilderList()
The detected tracks of a person.
-