@@ -143,119 +143,119 @@ var watson = {
143
143
* @param {{} } options
144
144
* @returns {ConceptExpansion }
145
145
*/
146
- concept_expansion : createServiceApi ( 'concept_expansion' ) ,
146
+ concept_expansion : createServiceAPI ( 'concept_expansion' ) ,
147
147
148
148
/**
149
149
* @function
150
150
* @param {{} } options
151
151
* @returns {QuestionAndAnswer }
152
152
*/
153
- question_and_answer : createServiceApi ( 'question_and_answer' ) ,
153
+ question_and_answer : createServiceAPI ( 'question_and_answer' ) ,
154
154
155
155
/**
156
156
* @function
157
157
* @param {{} } options
158
158
* @returns {RelationshipExtraction }
159
159
*/
160
- relationship_extraction : createServiceApi ( 'relationship_extraction' ) ,
160
+ relationship_extraction : createServiceAPI ( 'relationship_extraction' ) ,
161
161
162
162
/**
163
163
* @function
164
164
* @param {{} } options
165
165
* @returns {VisualRecognitionV1Beta|VisualRecognitionV2Beta }
166
166
*/
167
- visual_recognition : createServiceApi ( 'visual_recognition' ) ,
167
+ visual_recognition : createServiceAPI ( 'visual_recognition' ) ,
168
168
169
169
/**
170
170
* @function
171
171
* @param {{} } options
172
172
* @returns {SpeechToText }
173
173
*/
174
- speech_to_text : createServiceApi ( 'speech_to_text' ) ,
174
+ speech_to_text : createServiceAPI ( 'speech_to_text' ) ,
175
175
176
176
/**
177
177
* @function
178
178
* @param {{} } options
179
179
* @returns {TextToSpeech }
180
180
*/
181
- text_to_speech : createServiceApi ( 'text_to_speech' ) ,
181
+ text_to_speech : createServiceAPI ( 'text_to_speech' ) ,
182
182
183
183
/**
184
184
* @function
185
185
* @param {{} } options
186
186
* @returns {ConceptInsights }
187
187
*/
188
- concept_insights : createServiceApi ( 'concept_insights' ) ,
188
+ concept_insights : createServiceAPI ( 'concept_insights' ) ,
189
189
190
190
/**
191
191
* @function
192
192
* @param {{} } options
193
193
* @returns {TradeoffAnalytics }
194
194
*/
195
- tradeoff_analytics : createServiceApi ( 'tradeoff_analytics' ) ,
195
+ tradeoff_analytics : createServiceAPI ( 'tradeoff_analytics' ) ,
196
196
197
197
/**
198
198
* @function
199
199
* @param {{} } options
200
200
* @returns {PersonalityInsights }
201
201
*/
202
- personality_insights : createServiceApi ( 'personality_insights' ) ,
202
+ personality_insights : createServiceAPI ( 'personality_insights' ) ,
203
203
204
204
/**
205
205
* @function
206
206
* @param {{} } options
207
207
* @returns {NaturalLanguageClassifier }
208
208
*/
209
- natural_language_classifier : createServiceApi ( 'natural_language_classifier' ) ,
209
+ natural_language_classifier : createServiceAPI ( 'natural_language_classifier' ) ,
210
210
211
211
/**
212
212
* @function
213
213
* @param {{} } options
214
214
* @returns {Authorization }
215
215
*/
216
- authorization : createServiceApi ( 'authorization' ) ,
216
+ authorization : createServiceAPI ( 'authorization' ) ,
217
217
218
218
/**
219
219
* @function
220
220
* @param {{} } options
221
221
* @returns {LanguageTranslation }
222
222
*/
223
- language_translation : createServiceApi ( 'language_translation' ) ,
223
+ language_translation : createServiceAPI ( 'language_translation' ) ,
224
224
225
225
/**
226
226
* @function
227
227
* @param {{} } options
228
228
* @returns {ToneAnalyzer }
229
229
*/
230
- tone_analyzer : createServiceApi ( 'tone_analyzer' ) ,
230
+ tone_analyzer : createServiceAPI ( 'tone_analyzer' ) ,
231
231
232
232
/**
233
233
* @function
234
234
* @param {{} } options
235
235
* @returns {Dialog }
236
236
*/
237
- dialog : createServiceApi ( 'dialog' ) ,
237
+ dialog : createServiceAPI ( 'dialog' ) ,
238
238
239
239
/**
240
240
* @function
241
241
* @param {{} } options
242
242
* @returns {RetrieveAndRank }
243
243
*/
244
- retrieve_and_rank : createServiceApi ( 'retrieve_and_rank' ) ,
244
+ retrieve_and_rank : createServiceAPI ( 'retrieve_and_rank' ) ,
245
245
246
246
/**
247
247
* @function
248
248
* @param {{} } options
249
249
* @returns {DocumentConversion }
250
250
*/
251
- document_conversion : createServiceApi ( 'document_conversion' ) ,
251
+ document_conversion : createServiceAPI ( 'document_conversion' ) ,
252
252
253
253
/**
254
254
* @function
255
255
* @param {{} } options
256
256
* @returns {VisualInsights }
257
257
*/
258
- visual_insights : createServiceApi ( 'visual_insights' ) ,
258
+ visual_insights : createServiceAPI ( 'visual_insights' ) ,
259
259
260
260
// deprecated
261
261
/**
@@ -264,37 +264,37 @@ var watson = {
264
264
* @returns {Search }
265
265
* @deprecated Replaced by {@link RetrieveAndRank}
266
266
*/
267
- search : createServiceApi ( 'search' ) ,
267
+ search : createServiceAPI ( 'search' ) ,
268
268
269
269
/**
270
270
* @function
271
271
* @param {{} } options
272
272
* @returns {MessageResonance }
273
273
* @deprecated
274
274
*/
275
- message_resonance : createServiceApi ( 'message_resonance' ) ,
275
+ message_resonance : createServiceAPI ( 'message_resonance' ) ,
276
276
277
277
// alchemy
278
278
/**
279
279
* @function
280
280
* @param {{} } options
281
281
* @returns {AlchemyLanguage }
282
282
*/
283
- alchemy_language : createServiceApi ( 'alchemy_language' ) ,
283
+ alchemy_language : createServiceAPI ( 'alchemy_language' ) ,
284
284
285
285
/**
286
286
* @function
287
287
* @param {{} } options
288
288
* @returns {AlchemyVision }
289
289
*/
290
- alchemy_vision : createServiceApi ( 'alchemy_vision' ) ,
290
+ alchemy_vision : createServiceAPI ( 'alchemy_vision' ) ,
291
291
292
292
/**
293
293
* @function
294
294
* @param {{} } options
295
295
* @returns {AlchemyDataNews }
296
296
*/
297
- alchemy_data_news : createServiceApi ( 'alchemy_data_news' )
297
+ alchemy_data_news : createServiceAPI ( 'alchemy_data_news' )
298
298
} ;
299
299
300
300
0 commit comments