Class: Google::Cloud::Videointelligence::V1::FaceAnnotation
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Videointelligence::V1::FaceAnnotation
 
 
- Defined in:
 - lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb
 
Overview
Face annotation.
Instance Attribute Summary collapse
- 
  
    
      #frames  ⇒ Array<Google::Cloud::Videointelligence::V1::FaceFrame> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
All video frames where a face was detected.
 - 
  
    
      #segments  ⇒ Array<Google::Cloud::Videointelligence::V1::FaceSegment> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
All video segments where a face was detected.
 - 
  
    
      #thumbnail  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Thumbnail of a representative face view (in JPEG format).
 
Instance Attribute Details
#frames ⇒ Array<Google::Cloud::Videointelligence::V1::FaceFrame>
Returns All video frames where a face was detected.
      248  | 
    
      # File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 248 class FaceAnnotation; end  | 
  
#segments ⇒ Array<Google::Cloud::Videointelligence::V1::FaceSegment>
Returns All video segments where a face was detected.
      248  | 
    
      # File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 248 class FaceAnnotation; end  | 
  
#thumbnail ⇒ String
Returns Thumbnail of a representative face view (in JPEG format).
      248  | 
    
      # File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 248 class FaceAnnotation; end  |