Files
runff/lib/aws/Aws/ComprehendMedical/ComprehendMedicalClient.php
2019-04-29 16:09:00 +02:00

14 lines
455 B
PHP

<?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 {}