class AlchemyAPI::ImageSceneText

Public Instance Methods

web_method() click to toggle source
# File lib/alchemy-api/image_scene_text.rb, line 5
def web_method
  "#{method_prefix}GetRankedImageSceneText"
end

Private Instance Methods

indexer() click to toggle source
# File lib/alchemy-api/image_scene_text.rb, line 15
def indexer
  'sceneTextLines'
end
supported_search_types() click to toggle source
# File lib/alchemy-api/image_scene_text.rb, line 11
def supported_search_types
  [:url]
end