Class: Azure::CustomSearch::Profiles::Latest::ModelClasses
- Inherits:
-
Object
- Object
- Azure::CustomSearch::Profiles::Latest::ModelClasses
- Defined in:
- lib/profiles/latest/modules/customsearch_profile_module.rb
Instance Method Summary collapse
- #answer ⇒ Object
- #creative_work ⇒ Object
- #error ⇒ Object
- #error_code ⇒ Object
- #error_response ⇒ Object
- #error_sub_code ⇒ Object
- #identifiable ⇒ Object
- #query ⇒ Object
- #query_context ⇒ Object
- #response ⇒ Object
- #response_base ⇒ Object
- #safe_search ⇒ Object
- #search_response ⇒ Object
- #search_results_answer ⇒ Object
- #text_format ⇒ Object
- #thing ⇒ Object
- #web_meta_tag ⇒ Object
- #web_page ⇒ Object
- #web_web_answer ⇒ Object
Instance Method Details
#answer ⇒ Object
113 114 115 |
# File 'lib/profiles/latest/modules/customsearch_profile_module.rb', line 113 def answer Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer end |
#creative_work ⇒ Object
119 120 121 |
# File 'lib/profiles/latest/modules/customsearch_profile_module.rb', line 119 def creative_work Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork end |
#error ⇒ Object
86 87 88 |
# File 'lib/profiles/latest/modules/customsearch_profile_module.rb', line 86 def error Azure::CognitiveServices::CustomSearch::V1_0::Models::Error end |
#error_code ⇒ Object
122 123 124 |
# File 'lib/profiles/latest/modules/customsearch_profile_module.rb', line 122 def error_code Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode end |
#error_response ⇒ Object
110 111 112 |
# File 'lib/profiles/latest/modules/customsearch_profile_module.rb', line 110 def error_response Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse end |
#error_sub_code ⇒ Object
125 126 127 |
# File 'lib/profiles/latest/modules/customsearch_profile_module.rb', line 125 def error_sub_code Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode end |
#identifiable ⇒ Object
104 105 106 |
# File 'lib/profiles/latest/modules/customsearch_profile_module.rb', line 104 def identifiable Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable end |
#query ⇒ Object
83 84 85 |
# File 'lib/profiles/latest/modules/customsearch_profile_module.rb', line 83 def query Azure::CognitiveServices::CustomSearch::V1_0::Models::Query end |
#query_context ⇒ Object
80 81 82 |
# File 'lib/profiles/latest/modules/customsearch_profile_module.rb', line 80 def query_context Azure::CognitiveServices::CustomSearch::V1_0::Models::QueryContext end |
#response ⇒ Object
107 108 109 |
# File 'lib/profiles/latest/modules/customsearch_profile_module.rb', line 107 def response Azure::CognitiveServices::CustomSearch::V1_0::Models::Response end |
#response_base ⇒ Object
77 78 79 |
# File 'lib/profiles/latest/modules/customsearch_profile_module.rb', line 77 def response_base Azure::CognitiveServices::CustomSearch::V1_0::Models::ResponseBase end |
#safe_search ⇒ Object
128 129 130 |
# File 'lib/profiles/latest/modules/customsearch_profile_module.rb', line 128 def safe_search Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch end |
#search_response ⇒ Object
98 99 100 |
# File 'lib/profiles/latest/modules/customsearch_profile_module.rb', line 98 def search_response Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse end |
#search_results_answer ⇒ Object
101 102 103 |
# File 'lib/profiles/latest/modules/customsearch_profile_module.rb', line 101 def search_results_answer Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer end |
#text_format ⇒ Object
131 132 133 |
# File 'lib/profiles/latest/modules/customsearch_profile_module.rb', line 131 def text_format Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat end |
#thing ⇒ Object
116 117 118 |
# File 'lib/profiles/latest/modules/customsearch_profile_module.rb', line 116 def thing Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing end |
#web_meta_tag ⇒ Object
89 90 91 |
# File 'lib/profiles/latest/modules/customsearch_profile_module.rb', line 89 def Azure::CognitiveServices::CustomSearch::V1_0::Models::WebMetaTag end |
#web_page ⇒ Object
92 93 94 |
# File 'lib/profiles/latest/modules/customsearch_profile_module.rb', line 92 def web_page Azure::CognitiveServices::CustomSearch::V1_0::Models::WebPage end |
#web_web_answer ⇒ Object
95 96 97 |
# File 'lib/profiles/latest/modules/customsearch_profile_module.rb', line 95 def web_web_answer Azure::CognitiveServices::CustomSearch::V1_0::Models::WebWebAnswer end |