Show / Hide Table of Contents

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.

Inheritance
object
GoogleCloudVideointelligenceV1p3beta1CelebrityTrack
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudVideoIntelligence.v1p1beta1.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1p1beta1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX