google_api_video_intelligence v0.10.0 GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2_LabelSegment View Source
Video segment level annotation results for label detection.
Attributes
confidence
(type:number()
, default:nil
) - Confidence that the label is accurate. Range: [0, 1].segment
(type:GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2_VideoSegment.t
, default:nil
) - Video segment where a label was detected.
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 Sourcet() :: %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2_LabelSegment{ confidence: number(), segment: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2_VideoSegment.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.