google_api_video_intelligence v0.3.0 GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1LabelAnnotation View Source
Label annotation.
Attributes
- categoryEntities ([GoogleCloudVideointelligenceV1p1beta1Entity]): Common categories for the detected entity. E.g. 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`. Defaults to:
null
. - entity (GoogleCloudVideointelligenceV1p1beta1Entity): Detected entity. Defaults to:
null
. - frames ([GoogleCloudVideointelligenceV1p1beta1LabelFrame]): All video frames where a label was detected. Defaults to:
null
. - segments ([GoogleCloudVideointelligenceV1p1beta1LabelSegment]): All video segments where a label was detected. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() ::
%GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1LabelAnnotation{
categoryEntities: [
GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1Entity.t()
],
entity:
GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1Entity.t(),
frames: [
GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1LabelFrame.t()
],
segments: [
GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1LabelSegment.t()
]
}
t() :: %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1LabelAnnotation{ categoryEntities: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1Entity.t() ], entity: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1Entity.t(), frames: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1LabelFrame.t() ], segments: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1LabelSegment.t() ] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.