public interface CelebrityTrackOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CelebrityTrack.RecognizedCelebrity |
getCelebrities(int index)
Top N match of the celebrities for the face in this track.
|
int |
getCelebritiesCount()
Top N match of the celebrities for the face in this track.
|
List<CelebrityTrack.RecognizedCelebrity> |
getCelebritiesList()
Top N match of the celebrities for the face in this track.
|
CelebrityTrack.RecognizedCelebrityOrBuilder |
getCelebritiesOrBuilder(int index)
Top N match of the celebrities for the face in this track.
|
List<? extends CelebrityTrack.RecognizedCelebrityOrBuilder> |
getCelebritiesOrBuilderList()
Top N match of the celebrities for the face in this track.
|
Track |
getFaceTrack()
A track of a person's face.
|
TrackOrBuilder |
getFaceTrackOrBuilder()
A track of a person's face.
|
boolean |
hasFaceTrack()
A track of a person's face.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<CelebrityTrack.RecognizedCelebrity> getCelebritiesList()
Top N match of the celebrities for the face in this track.
repeated .google.cloud.videointelligence.v1p3beta1.CelebrityTrack.RecognizedCelebrity celebrities = 1;
CelebrityTrack.RecognizedCelebrity getCelebrities(int index)
Top N match of the celebrities for the face in this track.
repeated .google.cloud.videointelligence.v1p3beta1.CelebrityTrack.RecognizedCelebrity celebrities = 1;
int getCelebritiesCount()
Top N match of the celebrities for the face in this track.
repeated .google.cloud.videointelligence.v1p3beta1.CelebrityTrack.RecognizedCelebrity celebrities = 1;
List<? extends CelebrityTrack.RecognizedCelebrityOrBuilder> getCelebritiesOrBuilderList()
Top N match of the celebrities for the face in this track.
repeated .google.cloud.videointelligence.v1p3beta1.CelebrityTrack.RecognizedCelebrity celebrities = 1;
CelebrityTrack.RecognizedCelebrityOrBuilder getCelebritiesOrBuilder(int index)
Top N match of the celebrities for the face in this track.
repeated .google.cloud.videointelligence.v1p3beta1.CelebrityTrack.RecognizedCelebrity celebrities = 1;
boolean hasFaceTrack()
A track of a person's face.
.google.cloud.videointelligence.v1p3beta1.Track face_track = 3;Track getFaceTrack()
A track of a person's face.
.google.cloud.videointelligence.v1p3beta1.Track face_track = 3;TrackOrBuilder getFaceTrackOrBuilder()
A track of a person's face.
.google.cloud.videointelligence.v1p3beta1.Track face_track = 3;Copyright © 2024 Google LLC. All rights reserved.