Class GoogleCloudVideointelligenceV1p1beta1FaceSegment
Video segment level annotation results for face detection.
Implements
Inherited Members
Namespace: Google.Apis.CloudVideoIntelligence.v1p2beta1.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1p2beta1.dll
Syntax
public class GoogleCloudVideointelligenceV1p1beta1FaceSegment : 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 GoogleCloudVideointelligenceV1p1beta1VideoSegment Segment { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVideointelligenceV1p1beta1VideoSegment |