PHP Paraphrase
A paraphrase is a restatement of the meaning of a text or passage using other words.
|
Public Member Functions | |
__construct (string $ApiKey) | |
withTier (int $Tier) | |
getTier () | |
withUnique (bool $Unique) | |
getUnique () | |
getCharactersLeft () | |
getRequestsLeft () | |
getCreditsLeft () | |
getSupportedLanguages () | |
getSupportedModes () | |
paraphrase () | |
![]() | |
getSupportedLanguages () | |
getSupportedModes () | |
paraphrase () | |
withLanguage (string $Language) | |
getLanguage () | |
withMode (int $Mode) | |
getMode () | |
withText (string $Text) | |
getText () | |
withLanguage (string $Language) | |
getLanguage () | |
getSupportedLanguages () | |
withMode (int $Mode) | |
getMode () | |
getSupportedModes () | |
withText (string $Text) | |
getText () | |
paraphrase () | |
Public Attributes | |
const | TIER_FREE = 0 |
const | TIER_STARTER = 1 |
const | TIER_PRO = 2 |
const | TIER_ULTRA = 3 |
const | TIER_SCALE = 4 |
const | MODE_NORMAL = 0 |
const | MODE_STANDARD = 1 |
const | MODE_FLUENT = 2 |
const | MODE_CREATIVE = 3 |
Protected Attributes | |
$api_key = "" | |
$characters_left = 0 | |
$requests_left = 0 | |
$credits_left = 0 | |
$unique = false | |
$tier = 0 | |
$characters_request = 0 | |
![]() | |
$language = "" | |
$mode = 0 | |
$text = "" | |
Additional Inherited Members | |
![]() | |
splitTextCharacter (int $Limit) | |
getSentences () | |
request (string $Method, string $EndPoint, array $Headers, string $Content) | |
Simple Tinq AI implementation.
Samy\Paraphrase\TinqAi::__construct | ( | string | $ApiKey | ) |
Samy\Paraphrase\TinqAi::getCharactersLeft | ( | ) |
Retrieve characters left usage.
Samy\Paraphrase\TinqAi::getCreditsLeft | ( | ) |
Retrieve credits left usage.
Samy\Paraphrase\TinqAi::getRequestsLeft | ( | ) |
Retrieve requests left usage.
Samy\Paraphrase\TinqAi::getSupportedLanguages | ( | ) |
Retrieve supported languages.
Reimplemented from Samy\Paraphrase\AbstractParaphrase.
Samy\Paraphrase\TinqAi::getSupportedModes | ( | ) |
Retrieve supported modes.
Reimplemented from Samy\Paraphrase\AbstractParaphrase.
Samy\Paraphrase\TinqAi::getTier | ( | ) |
Retrieve provided tier.
Samy\Paraphrase\TinqAi::getUnique | ( | ) |
Retrieve provided unique feature.
Samy\Paraphrase\TinqAi::paraphrase | ( | ) |
Samy\Paraphrase\TinqAi::withTier | ( | int | $Tier | ) |
Return an instance with provided tier.
[in] | int | $UniqueThe | unique feature |
Samy\Paraphrase\TinqAi::withUnique | ( | bool | $Unique | ) |
Return an instance with online plagiarism tests. Feature available for Pro users and up.
[in] | bool | $Unique | The unique feature |
|
protected |
describe api key
|
protected |
describe characters left usage
|
protected |
describe characters request limit
|
protected |
describe credits left usage
|
protected |
describe requests left usage
|
protected |
describe tier
|
protected |
describe unique feature
const Samy\Paraphrase\TinqAi::MODE_CREATIVE = 3 |
describe constant creative mode
const Samy\Paraphrase\TinqAi::MODE_FLUENT = 2 |
describe constant fluent mode
const Samy\Paraphrase\TinqAi::MODE_NORMAL = 0 |
describe constant normal mode
const Samy\Paraphrase\TinqAi::MODE_STANDARD = 1 |
describe constant standard mode
const Samy\Paraphrase\TinqAi::TIER_FREE = 0 |
describe constant free tier
const Samy\Paraphrase\TinqAi::TIER_PRO = 2 |
describe constant pro tier
const Samy\Paraphrase\TinqAi::TIER_SCALE = 4 |
describe constant scale tier
const Samy\Paraphrase\TinqAi::TIER_STARTER = 1 |
describe constant starter tier
const Samy\Paraphrase\TinqAi::TIER_ULTRA = 3 |
describe constant ultra tier