Class: Google::Cloud::Videointelligence::V1beta1::FaceAnnotation
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Videointelligence::V1beta1::FaceAnnotation
 
 
- Defined in:
 - lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb
 
Overview
Face annotation.
Instance Attribute Summary collapse
- 
  
    
      #locations  ⇒ Array<Google::Cloud::Videointelligence::V1beta1::FaceLocation> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Face locations at one frame per second.
 - 
  
    
      #segments  ⇒ Array<Google::Cloud::Videointelligence::V1beta1::VideoSegment> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
All locations where a face was detected.
 - 
  
    
      #thumbnail  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Thumbnail of a representative face view (in JPEG format).
 
Instance Attribute Details
#locations ⇒ Array<Google::Cloud::Videointelligence::V1beta1::FaceLocation>
Returns Face locations at one frame per second.
      188  | 
    
      # File 'lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb', line 188 class FaceAnnotation; end  | 
  
#segments ⇒ Array<Google::Cloud::Videointelligence::V1beta1::VideoSegment>
Returns All locations where a face was detected. Faces are detected and tracked on a per-video basis (as opposed to across multiple videos).
      188  | 
    
      # File 'lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb', line 188 class FaceAnnotation; end  | 
  
#thumbnail ⇒ String
Returns Thumbnail of a representative face view (in JPEG format). Encoding: base64.
      188  | 
    
      # File 'lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb', line 188 class FaceAnnotation; end  |