GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_LabelAnnotation (google_api_video_intelligence v0.33.0)
View SourceLabel annotation.
Attributes
-
categoryEntities
(type:list(GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_Entity.t)
, default:nil
) - Common categories for the detected entity. For example, when the label isTerrier
, the category is likelydog
. And in some cases there might be more than one categories e.g.,Terrier
could also be apet
. -
entity
(type:GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_Entity.t
, default:nil
) - Detected entity. -
frames
(type:list(GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_LabelFrame.t)
, default:nil
) - All video frames where a label was detected. -
segments
(type:list(GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_LabelSegment.t)
, default:nil
) - All video segments where a label was detected. -
version
(type:String.t
, default:nil
) - Feature version.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_LabelAnnotation{ categoryEntities: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_Entity.t() ] | nil, entity: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_Entity.t() | nil, frames: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_LabelFrame.t() ] | nil, segments: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_LabelSegment.t() ] | nil, version: String.t() | nil }