Top Level Namespace

Defined Under Namespace

Modules: Indico Classes: IndicoError

Constant Summary collapse

HEADERS =
{ 'Content-Type' => 'application/json',
'Accept' => 'application/json',
'client-lib' => 'ruby',
'version-number' => Indico::VERSION }
TEXT_APIS =

APIS

[
  "political",
  "sentiment",
  "sentiment_hq",
  "language",
  "text_tags",
  "twitter_engagement",
  "keywords",
  "people",
  "places",
  "organizations",
  "textfeatures"
]
IMAGE_APIS =
[
  "fer",
  "facial_features",
  "facial_localization",
  "image_features",
  "content_filtering"
]
MULTIAPI_NOT_SUPPORTED =
[
  "relevance",
  "personas"
]
API_TYPES =
{}