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