mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-06 21:11:30 -07:00
11 lines
308 B
PHP
11 lines
308 B
PHP
<?php
|
|
namespace Aws\Translate;
|
|
|
|
use Aws\AwsClient;
|
|
|
|
/**
|
|
* This client is used to interact with the **Amazon Translate** service.
|
|
* @method \Aws\Result translateText(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise translateTextAsync(array $args = [])
|
|
*/
|
|
class TranslateClient extends AwsClient {}
|