runff 1.0 commit
This commit is contained in:
13
lib/aws/Aws/ComprehendMedical/ComprehendMedicalClient.php
Normal file
13
lib/aws/Aws/ComprehendMedical/ComprehendMedicalClient.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace Aws\ComprehendMedical;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **AWS Comprehend Medical** service.
|
||||
* @method \Aws\Result detectEntities(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise detectEntitiesAsync(array $args = [])
|
||||
* @method \Aws\Result detectPHI(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise detectPHIAsync(array $args = [])
|
||||
*/
|
||||
class ComprehendMedicalClient extends AwsClient {}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Aws\ComprehendMedical\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **AWS Comprehend Medical** service.
|
||||
*/
|
||||
class ComprehendMedicalException extends AwsException {}
|
||||
Reference in New Issue
Block a user