Class GoogleCloudVideointelligenceV1p2beta1FaceSegment
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 GoogleCloudVideointelligenceV1p2beta1FaceSegment : 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 GoogleCloudVideointelligenceV1p2beta1VideoSegment Segment { get; set; }
  Property Value
| Type | Description | 
|---|---|
| GoogleCloudVideointelligenceV1p2beta1VideoSegment |