translate  v2
 All Classes Functions Variables Groups
translate_api.h
1 // Copyright 2010 Google Inc.
2 //
3 // Licensed under the Apache License, Version 2.0 (the "License"); you may not
4 // use this file except in compliance with the License. You may obtain a copy of
5 // the License at
6 //
7 // http://www.apache.org/licenses/LICENSE-2.0
8 //
9 // Unless required by applicable law or agreed to in writing, software
10 // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
11 // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12 // License for the specific language governing permissions and limitations under
13 // the License.
14 // This code was generated by google-apis-code-generator 1.5.1
15 // Build date: 2017-02-15 17:18:02 UTC
16 // on: 2017-05-29, 17:24:01 UTC
17 // C++ generator version: 0.1.4
18 
19 #ifndef GOOGLE_TRANSLATE_API_TRANSLATE_API_H_
20 #define GOOGLE_TRANSLATE_API_TRANSLATE_API_H_
21 
22 #include "google/translate_api/detect_language_request.h"
23 #include "google/translate_api/detections_resource_items.h"
24 #include "google/translate_api/detections_list_response.h"
25 #include "google/translate_api/get_supported_languages_request.h"
26 #include "google/translate_api/languages_resource.h"
27 #include "google/translate_api/languages_list_response.h"
28 #include "google/translate_api/translate_text_request.h"
29 #include "google/translate_api/translations_resource.h"
30 #include "google/translate_api/translations_list_response.h"
31 
32 #include "google/translate_api/translate_service.h"
33 
34 
35 #endif // GOOGLE_TRANSLATE_API_TRANSLATE_API_H_