Class: Google::Cloud::VideoIntelligence::V1beta2::LabelSegment

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb

Overview

Video segment level annotation results for label detection.

Instance Attribute Summary collapse

Instance Attribute Details

#confidenceFloat

Returns Confidence that the label is accurate. Range: [0, 1].

Returns:

  • (Float)

    Confidence that the label is accurate. Range: [0, 1].



142
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 142

class LabelSegment; end

#segmentGoogle::Cloud::VideoIntelligence::V1beta2::VideoSegment

Returns Video segment where a label was detected.

Returns:



142
# File 'lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 142

class LabelSegment; end