translate  v2
 All Classes Functions Variables Groups
Classes | Public Member Functions | Static Public Attributes | List of all members
google_translate_api::TranslateService Class Reference

#include <translate_service.h>

Classes

class  DetectionsResource
class  LanguagesResource
class  SCOPES
class  TranslationsResource

Public Member Functions

 TranslateService (client::HttpTransport *transport)
virtual ~TranslateService ()
const DetectionsResourceget_detections () const
const LanguagesResourceget_languages () const
const TranslationsResourceget_translations () const

Static Public Attributes

static const char googleapis_API_NAME [] = {"translate"}
static const char googleapis_API_VERSION [] = {"v2"}
static const char googleapis_API_GENERATOR []

Detailed Description

Service definition for TranslateService (v2).

For more information about this service, see the API Documentation at 'https://code.google.com/apis/language/translate/v2/getting_started.html

Constructor & Destructor Documentation

google_translate_api::TranslateService::TranslateService ( client::HttpTransport *  transport)
explicit

Standard constructor.

Parameters
[in]transportThe transport to use when creating methods to invoke on this service instance.
google_translate_api::TranslateService::~TranslateService ( )
virtual

Standard destructor.

Member Function Documentation

const DetectionsResource& google_translate_api::TranslateService::get_detections ( ) const
inline

Gets the resource method factory.

Returns
DetectionsResource for creating methods.
const LanguagesResource& google_translate_api::TranslateService::get_languages ( ) const
inline

Gets the resource method factory.

Returns
LanguagesResource for creating methods.
const TranslationsResource& google_translate_api::TranslateService::get_translations ( ) const
inline

Gets the resource method factory.

Returns
TranslationsResource for creating methods.

Member Data Documentation

const char google_translate_api::TranslateService::googleapis_API_GENERATOR
static
Initial value:
{
"google-apis-code-generator 1.5.1 / 0.1.4"}

The code generator used to generate this API.

const char google_translate_api::TranslateService::googleapis_API_NAME = {"translate"}
static

The name of the API that this was generated from.

const char google_translate_api::TranslateService::googleapis_API_VERSION = {"v2"}
static

The version of the API that this interface was generated from.


The documentation for this class was generated from the following files: