Class GoogleCloudVideointelligenceV1beta2FaceSegment
Video segment level annotation results for face detection.
Implements
Inherited Members
Namespace: Google.Apis.CloudVideoIntelligence.v1.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1.dll
Syntax
public class GoogleCloudVideointelligenceV1beta2FaceSegment : IDirectResponseSchema
  Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Segment
Video segment where a face was detected.
Declaration
[JsonProperty("segment")]
public virtual GoogleCloudVideointelligenceV1beta2VideoSegment Segment { get; set; }
  Property Value
| Type | Description | 
|---|---|
| GoogleCloudVideointelligenceV1beta2VideoSegment |