14 lines
455 B
PHP
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 {}
|