Class CelebrityTrack (2.5.1)

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[google.cloud.videointelligence_v1p3beta1.types.CelebrityTrack.RecognizedCelebrity]
Top N match of the celebrities for the face in this track.
face_track google.cloud.videointelligence_v1p3beta1.types.Track
A track of a person's face.

Classes

RecognizedCelebrity

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

The recognized celebrity with confidence score.