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

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListDetectionsResponse

Returns a new instance of ListDetectionsResponse.



34
35
36
# File 'generated/google/apis/translate_v2/classes.rb', line 34

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



32
33
34
# File 'generated/google/apis/translate_v2/classes.rb', line 32

def detections
  @detections
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



39
40
41
# File 'generated/google/apis/translate_v2/classes.rb', line 39

def update!(**args)
  @detections = args[:detections] if args.key?(:detections)
end