Machine Learning Library
Classes | Typedefs | Enumerations | Functions
googleapi.h File Reference

Go to the source code of this file.

Classes

struct  xsd__base64Binary
 
struct  api__DirectoryCategory
 
struct  DirectoryCategoryArray
 
struct  api__ResultElement
 
struct  ResultElementArray
 
struct  api__GoogleSearchResult
 

Typedefs

typedef char * xsd__string
 
typedef int xsd__int
 
typedef double xsd__double
 

Enumerations

enum  xsd__boolean { false_, true_ }
 

Functions

 api__doGoogleSearch (xsd__string key, xsd__string q, xsd__int start, xsd__int maxResults, xsd__boolean filter, xsd__string restrict_, xsd__boolean safeSearch, xsd__string lr, xsd__string ie, xsd__string oe, struct api__doGoogleSearchResponse{struct api__GoogleSearchResult _return;}*response)
 
 api__doGetCachedPage (xsd__string key, xsd__string url, struct xsd__base64Binary *_return)
 
 api__doSpellingSuggestion (xsd__string key, xsd__string phrase, xsd__string *_return)
 

Typedef Documentation

typedef double xsd__double
typedef int xsd__int
typedef char* xsd__string

Enumeration Type Documentation

Enumerator
false_ 
true_ 

Function Documentation

api__doGetCachedPage ( xsd__string  key,
xsd__string  url,
struct xsd__base64Binary _return 
)
api__doGoogleSearch ( xsd__string  key,
xsd__string  q,
xsd__int  start,
xsd__int  maxResults,
xsd__boolean  filter,
xsd__string  restrict_,
xsd__boolean  safeSearch,
xsd__string  lr,
xsd__string  ie,
xsd__string  oe,
struct api__doGoogleSearchResponse{struct api__GoogleSearchResult _return;}*  response 
)
api__doSpellingSuggestion ( xsd__string  key,
xsd__string  phrase,
xsd__string _return 
)