Class GoogleCloudVideointelligenceV1p3beta1CelebrityTrack
The annotation result of a celebrity face track. RecognizedCelebrity field could be empty if the face track does not have any matched celebrities.
Implements
Inherited Members
Namespace: Google.Apis.CloudVideoIntelligence.v1p2beta1.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1p2beta1.dll
Syntax
public class GoogleCloudVideointelligenceV1p3beta1CelebrityTrack : IDirectResponseSchema
Properties
Celebrities
Top N match of the celebrities for the face in this track.
Declaration
[JsonProperty("celebrities")]
public virtual IList<GoogleCloudVideointelligenceV1p3beta1RecognizedCelebrity> Celebrities { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudVideointelligenceV1p3beta1RecognizedCelebrity> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FaceTrack
A track of a person's face.
Declaration
[JsonProperty("faceTrack")]
public virtual GoogleCloudVideointelligenceV1p3beta1Track FaceTrack { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVideointelligenceV1p3beta1Track |