Skip to content
This repository was archived by the owner on Aug 12, 2022. It is now read-only.
Pierre-EdouardLieb edited this page Mar 30, 2017 · 4 revisions

Recast.AI - SDK iOS

alt text

Recast.AI official iOS SDK in Swift

Synospis

This module is a wrapper around the Recast.AI API, and allows you to:

Installation

pod install RecastAI

Specs

Classes

This module contains 4 classes, as follows:

  • Client is the client allowing you to make requests.
  • Conversation wraps the response from a call to Recast.AI API with the textConverse Client method.
  • Response wraps the response from a call to Recast.AI API with the textRequest or fileRequest Client methods.
  • Entity represents an entity extracted from an input.

Don't hesitate to dive into the code, it's commented ;)

Clone this wiki locally