Class GoogleCloudVideointelligenceV1beta2LabelAnnotation
Label annotation.
Implements
Inherited Members
Namespace: Google.Apis.CloudVideoIntelligence.v1beta2.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1beta2.dll
Syntax
public class GoogleCloudVideointelligenceV1beta2LabelAnnotation : 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<GoogleCloudVideointelligenceV1beta2Entity> CategoryEntities { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudVideointelligenceV1beta2Entity> |
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 GoogleCloudVideointelligenceV1beta2Entity Entity { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVideointelligenceV1beta2Entity |
Frames
All video frames where a label was detected.
Declaration
[JsonProperty("frames")]
public virtual IList<GoogleCloudVideointelligenceV1beta2LabelFrame> Frames { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudVideointelligenceV1beta2LabelFrame> |
Segments
All video segments where a label was detected.
Declaration
[JsonProperty("segments")]
public virtual IList<GoogleCloudVideointelligenceV1beta2LabelSegment> Segments { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudVideointelligenceV1beta2LabelSegment> |
Version
Feature version.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |