| Modifier and Type | Method and Description |
|---|---|
CelebrityTrack |
CelebrityTrack.Builder.build() |
CelebrityTrack |
CelebrityTrack.Builder.buildPartial() |
CelebrityTrack |
CelebrityRecognitionAnnotation.getCelebrityTracks(int index)
The tracks detected from the input video, including recognized celebrities
and other detected faces in the video.
|
CelebrityTrack |
CelebrityRecognitionAnnotation.Builder.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.getDefaultInstanceForType() |
CelebrityTrack |
CelebrityTrack.Builder.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(ByteBuffer data) |
static CelebrityTrack |
CelebrityTrack.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
List<CelebrityTrack> |
CelebrityRecognitionAnnotation.getCelebrityTracksList()
The tracks detected from the input video, including recognized celebrities
and other detected faces in the video.
|
List<CelebrityTrack> |
CelebrityRecognitionAnnotation.Builder.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() |
| Modifier and Type | Method and Description |
|---|---|
CelebrityRecognitionAnnotation.Builder |
CelebrityRecognitionAnnotation.Builder.addCelebrityTracks(CelebrityTrack value)
The tracks detected from the input video, including recognized celebrities
and other detected faces in the video.
|
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.
|
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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2024 Google LLC. All rights reserved.