Class GoogleCloudVideointelligenceV1p1beta1LabelAnnotation
Label annotation.
Implements
Inherited Members
Namespace: Google.Apis.CloudVideoIntelligence.v1p2beta1.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1p2beta1.dll
Syntax
public class GoogleCloudVideointelligenceV1p1beta1LabelAnnotation : IDirectResponseSchema
Properties
CategoryEntities
Common categories for the detected entity. For example, when the label is Terrier, the category is likely
dog. And in some cases there might be more than one categories e.g., Terrier could also be a pet.
Declaration
[JsonProperty("categoryEntities")]
public virtual IList<GoogleCloudVideointelligenceV1p1beta1Entity> CategoryEntities { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudVideointelligenceV1p1beta1Entity> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Entity
Detected entity.
Declaration
[JsonProperty("entity")]
public virtual GoogleCloudVideointelligenceV1p1beta1Entity Entity { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudVideointelligenceV1p1beta1Entity |
Frames
All video frames where a label was detected.
Declaration
[JsonProperty("frames")]
public virtual IList<GoogleCloudVideointelligenceV1p1beta1LabelFrame> Frames { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudVideointelligenceV1p1beta1LabelFrame> |
Segments
All video segments where a label was detected.
Declaration
[JsonProperty("segments")]
public virtual IList<GoogleCloudVideointelligenceV1p1beta1LabelSegment> Segments { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudVideointelligenceV1p1beta1LabelSegment> |
Version
Feature version.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| string |