Class CelebrityTrack (2.0.0)

CelebrityTrack(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The annotation result of a celebrity face track. RecognizedCelebrity field could be empty if the face track does not have any matched celebrities.

Attributes

NameDescription
celebrities Sequence[.video_intelligence.CelebrityTrack.RecognizedCelebrity]
Top N match of the celebrities for the face in this track.
face_track .video_intelligence.Track
A track of a person's face.

Classes

RecognizedCelebrity

RecognizedCelebrity(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The recognized celebrity with confidence score.