Example #1
0
 /**
  * Get available recognition modes for current user. Will return modes only
  * if you images collection is empty.
  *
  * @return array
  * @throws SoapApiException
  */
 public function modeAvailable()
 {
     $result = new SoapRequestResult($this->soapClient->modeAvailable());
     $this->checkRequestResultSuccess($result);
     return $result->getData();
 }