Class GoogleCloudVideointelligenceV1p3beta1StreamingVideoAnnotationResults
Streaming annotation results corresponding to a portion of the video that is currently being processed. Only ONE type of annotation will be specified in the response.
Implements
Inherited Members
Namespace: Google.Apis.CloudVideoIntelligence.v1beta2.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1beta2.dll
Syntax
public class GoogleCloudVideointelligenceV1p3beta1StreamingVideoAnnotationResults : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExplicitAnnotation
Explicit content annotation results.
Declaration
[JsonProperty("explicitAnnotation")]
public virtual GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation ExplicitAnnotation { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation |
FrameTimestamp
Timestamp of the processed frame in microseconds.
Declaration
[JsonProperty("frameTimestamp")]
public virtual object FrameTimestamp { get; set; }
Property Value
Type | Description |
---|---|
object |
LabelAnnotations
Label annotation results.
Declaration
[JsonProperty("labelAnnotations")]
public virtual IList<GoogleCloudVideointelligenceV1p3beta1LabelAnnotation> LabelAnnotations { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudVideointelligenceV1p3beta1LabelAnnotation> |
ObjectAnnotations
Object tracking results.
Declaration
[JsonProperty("objectAnnotations")]
public virtual IList<GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation> ObjectAnnotations { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation> |
ShotAnnotations
Shot annotation results. Each shot is represented as a video segment.
Declaration
[JsonProperty("shotAnnotations")]
public virtual IList<GoogleCloudVideointelligenceV1p3beta1VideoSegment> ShotAnnotations { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudVideointelligenceV1p3beta1VideoSegment> |