Google Cloud Video Intelligence v1 API - Class FaceAnnotation (3.3.0)

[Obsolete]
public sealed class FaceAnnotation : IMessage<FaceAnnotation>, IEquatable<FaceAnnotation>, IDeepCloneable<FaceAnnotation>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class FaceAnnotation.

Deprecated. No effect.

Inheritance

object > FaceAnnotation

Namespace

Google.Cloud.VideoIntelligence.V1

Assembly

Google.Cloud.VideoIntelligence.V1.dll

Constructors

FaceAnnotation()

public FaceAnnotation()

FaceAnnotation(FaceAnnotation)

public FaceAnnotation(FaceAnnotation other)
Parameter
NameDescription
otherFaceAnnotation

Properties

Frames

[Obsolete]
public RepeatedField<FaceFrame> Frames { get; }

All video frames where a face was detected.

Property Value
TypeDescription
RepeatedFieldFaceFrame

Segments

public RepeatedField<FaceSegment> Segments { get; }

All video segments where a face was detected.

Property Value
TypeDescription
RepeatedFieldFaceSegment

Thumbnail

public ByteString Thumbnail { get; set; }

Thumbnail of a representative face view (in JPEG format).

Property Value
TypeDescription
ByteString