Class: Google::Apis::TranslateV2::ListDetectionsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#detectionsArray<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