ComprehendMedicalClient.php
455 Bytes
<?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 {}