| Modifier and Type | Method and Description |
|---|---|
Track |
Track.Builder.build() |
Track |
Track.Builder.buildPartial() |
static Track |
Track.getDefaultInstance() |
Track |
Track.getDefaultInstanceForType() |
Track |
Track.Builder.getDefaultInstanceForType() |
Track |
CelebrityTrack.getFaceTrack()
A track of a person's face.
|
Track |
CelebrityTrack.Builder.getFaceTrack()
A track of a person's face.
|
Track |
CelebrityTrackOrBuilder.getFaceTrack()
A track of a person's face.
|
Track |
PersonDetectionAnnotationOrBuilder.getTracks(int index)
The detected tracks of a person.
|
Track |
LogoRecognitionAnnotation.getTracks(int index)
All logo tracks where the recognized logo appears.
|
Track |
LogoRecognitionAnnotation.Builder.getTracks(int index)
All logo tracks where the recognized logo appears.
|
Track |
FaceDetectionAnnotationOrBuilder.getTracks(int index)
The face tracks with attributes.
|
Track |
LogoRecognitionAnnotationOrBuilder.getTracks(int index)
All logo tracks where the recognized logo appears.
|
Track |
FaceDetectionAnnotation.getTracks(int index)
The face tracks with attributes.
|
Track |
FaceDetectionAnnotation.Builder.getTracks(int index)
The face tracks with attributes.
|
Track |
PersonDetectionAnnotation.getTracks(int index)
The detected tracks of a person.
|
Track |
PersonDetectionAnnotation.Builder.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(ByteBuffer data) |
static Track |
Track.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Track> |
Track.getParserForType() |
List<Track> |
PersonDetectionAnnotationOrBuilder.getTracksList()
The detected tracks of a person.
|
List<Track> |
LogoRecognitionAnnotation.getTracksList()
All logo tracks where the recognized logo appears.
|
List<Track> |
LogoRecognitionAnnotation.Builder.getTracksList()
All logo tracks where the recognized logo appears.
|
List<Track> |
FaceDetectionAnnotationOrBuilder.getTracksList()
The face tracks with attributes.
|
List<Track> |
LogoRecognitionAnnotationOrBuilder.getTracksList()
All logo tracks where the recognized logo appears.
|
List<Track> |
FaceDetectionAnnotation.getTracksList()
The face tracks with attributes.
|
List<Track> |
FaceDetectionAnnotation.Builder.getTracksList()
The face tracks with attributes.
|
List<Track> |
PersonDetectionAnnotation.getTracksList()
The detected tracks of a person.
|
List<Track> |
PersonDetectionAnnotation.Builder.getTracksList()
The detected tracks of a person.
|
static com.google.protobuf.Parser<Track> |
Track.parser() |
| Modifier and Type | Method and Description |
|---|---|
LogoRecognitionAnnotation.Builder |
LogoRecognitionAnnotation.Builder.addTracks(int index,
Track value)
All logo tracks where the recognized logo appears.
|
FaceDetectionAnnotation.Builder |
FaceDetectionAnnotation.Builder.addTracks(int index,
Track value)
The face tracks with attributes.
|
PersonDetectionAnnotation.Builder |
PersonDetectionAnnotation.Builder.addTracks(int index,
Track value)
The detected tracks of a person.
|
LogoRecognitionAnnotation.Builder |
LogoRecognitionAnnotation.Builder.addTracks(Track value)
All logo tracks where the recognized logo appears.
|
FaceDetectionAnnotation.Builder |
FaceDetectionAnnotation.Builder.addTracks(Track value)
The face tracks with attributes.
|
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.
|
LogoRecognitionAnnotation.Builder |
LogoRecognitionAnnotation.Builder.setTracks(int index,
Track value)
All logo tracks where the recognized logo appears.
|
FaceDetectionAnnotation.Builder |
FaceDetectionAnnotation.Builder.setTracks(int index,
Track value)
The face tracks with attributes.
|
PersonDetectionAnnotation.Builder |
PersonDetectionAnnotation.Builder.setTracks(int index,
Track value)
The detected tracks of a person.
|
| Modifier and Type | Method and Description |
|---|---|
LogoRecognitionAnnotation.Builder |
LogoRecognitionAnnotation.Builder.addAllTracks(Iterable<? extends Track> values)
All logo tracks where the recognized logo appears.
|
FaceDetectionAnnotation.Builder |
FaceDetectionAnnotation.Builder.addAllTracks(Iterable<? extends Track> values)
The face tracks with attributes.
|
PersonDetectionAnnotation.Builder |
PersonDetectionAnnotation.Builder.addAllTracks(Iterable<? extends Track> values)
The detected tracks of a person.
|
Copyright © 2024 Google LLC. All rights reserved.