Class: Google::Cloud::VideoIntelligence::V1beta1::LabelLocation

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

Overview

Label location.

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].



113
# File 'lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb', line 113

class LabelLocation; end

#levelGoogle::Cloud::VideoIntelligence::V1beta1::LabelLevel

Returns Label level.



113
# File 'lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb', line 113

class LabelLocation; end

#segmentGoogle::Cloud::VideoIntelligence::V1beta1::VideoSegment

Returns Video segment. Set to [-1, -1] for video-level labels. Set to [timestamp, timestamp] for frame-level labels. Otherwise, corresponds to one of AnnotateSpec.segments (if specified) or to shot boundaries (if requested).

Returns:

  • (Google::Cloud::VideoIntelligence::V1beta1::VideoSegment)

    Video segment. Set to [-1, -1] for video-level labels. Set to [timestamp, timestamp] for frame-level labels. Otherwise, corresponds to one of AnnotateSpec.segments (if specified) or to shot boundaries (if requested).



113
# File 'lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb', line 113

class LabelLocation; end