Class FaceAnnotation (3.0.0)

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

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
Name
Description

Properties

Frames

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

All video frames where a face was detected.

Property Value
Type
Description

Segments

 public RepeatedField<FaceSegment> Segments { get; } 

All video segments where a face was detected.

Property Value
Type
Description

Thumbnail

 public ByteString Thumbnail { get; set; } 

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

Property Value
Type
Description