Class: Google::Apis::TranslateV2::ListDetectionsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::TranslateV2::ListDetectionsResponse
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/translate_v2/classes.rb,
generated/google/apis/translate_v2/representations.rb,
generated/google/apis/translate_v2/representations.rb 
Instance Attribute Summary collapse
- 
  
    
      #detections  ⇒ Array<Array<Google::Apis::TranslateV2::DetectionsResource>> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A detections contains detection results of several text Corresponds to the JSON property
detections. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ListDetectionsResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ListDetectionsResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListDetectionsResponse
Returns a new instance of ListDetectionsResponse
      54 55 56  | 
    
      # File 'generated/google/apis/translate_v2/classes.rb', line 54 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#detections ⇒ Array<Array<Google::Apis::TranslateV2::DetectionsResource>>
A detections contains detection results of several text
Corresponds to the JSON property detections
      52 53 54  | 
    
      # File 'generated/google/apis/translate_v2/classes.rb', line 52 def detections @detections end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      59 60 61  | 
    
      # File 'generated/google/apis/translate_v2/classes.rb', line 59 def update!(**args) @detections = args[:detections] if args.key?(:detections) end  |