Class: Google::Cloud::Videointelligence::V1::LabelAnnotation
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Videointelligence::V1::LabelAnnotation
 
 
- Defined in:
 - lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb
 
Overview
Label annotation.
Instance Attribute Summary collapse
- 
  
    
      #category_entities  ⇒ Array<Google::Cloud::Videointelligence::V1::Entity> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Common categories for the detected entity.
 - 
  
    
      #entity  ⇒ Google::Cloud::Videointelligence::V1::Entity 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Detected entity.
 - 
  
    
      #frames  ⇒ Array<Google::Cloud::Videointelligence::V1::LabelFrame> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
All video frames where a label was detected.
 - 
  
    
      #segments  ⇒ Array<Google::Cloud::Videointelligence::V1::LabelSegment> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
All video segments where a label was detected.
 
Instance Attribute Details
#category_entities ⇒ Array<Google::Cloud::Videointelligence::V1::Entity>
Returns 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+.
      184  | 
    
      # File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 184 class LabelAnnotation; end  | 
  
#entity ⇒ Google::Cloud::Videointelligence::V1::Entity
Returns Detected entity.
      184  | 
    
      # File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 184 class LabelAnnotation; end  | 
  
#frames ⇒ Array<Google::Cloud::Videointelligence::V1::LabelFrame>
Returns All video frames where a label was detected.
      184  | 
    
      # File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 184 class LabelAnnotation; end  | 
  
#segments ⇒ Array<Google::Cloud::Videointelligence::V1::LabelSegment>
Returns All video segments where a label was detected.
      184  | 
    
      # File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 184 class LabelAnnotation; end  |