TranscribeServiceClient Class
(QtAws::TranscribeService::TranscribeServiceClient)The TranscribeServiceClient class provides access to the Amazon Transcribe Service service. More...
| Header: | #include <TranscribeServiceClient> |
| Inherits: | QtAws::Core::AwsAbstractClient |
Public Functions
| TranscribeServiceClient(const QtAws::Core::AwsRegion::Region region = QtAws::Core::AwsRegion::InvalidRegion, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0) | |
| TranscribeServiceClient(const QUrl &endpoint, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0) |
- 12 public functions inherited from QtAws::Core::AwsAbstractClient
Public Slots
| CreateVocabularyResponse * | createVocabulary(const CreateVocabularyRequest &request) |
| DeleteVocabularyResponse * | deleteVocabulary(const DeleteVocabularyRequest &request) |
| GetTranscriptionJobResponse * | getTranscriptionJob(const GetTranscriptionJobRequest &request) |
| GetVocabularyResponse * | getVocabulary(const GetVocabularyRequest &request) |
| ListTranscriptionJobsResponse * | listTranscriptionJobs(const ListTranscriptionJobsRequest &request) |
| ListVocabulariesResponse * | listVocabularies(const ListVocabulariesRequest &request) |
| StartTranscriptionJobResponse * | startTranscriptionJob(const StartTranscriptionJobRequest &request) |
| UpdateVocabularyResponse * | updateVocabulary(const UpdateVocabularyRequest &request) |
Additional Inherited Members
- 2 protected functions inherited from QtAws::Core::AwsAbstractClient
Detailed Description
The TranscribeServiceClient class provides access to the Amazon Transcribe Service service.
Operations and objects for transcribing speech to
Member Function Documentation
TranscribeServiceClient::TranscribeServiceClient(const QtAws::Core::AwsRegion::Region region = QtAws::Core::AwsRegion::InvalidRegion, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)
Constructs a TranscribeServiceClient object.
The new client object will region, credentials, and manager for network operations.
The new object will be owned by parent, if set.
TranscribeServiceClient::TranscribeServiceClient(const QUrl &endpoint, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)
This function overloads TranscribeServiceClient().
This overload allows the caller to specify the specific endpoint to send requests to. Typically, it is easier to use the alternative constructor, which allows the caller to specify an AWS region instead, in which case this client will determine the correct endpoint for the given region automatically (via AwsEndpoint::getEndpoint).
See also QtAws::Core::AwsEndpoint::getEndpoint.
[slot] CreateVocabularyResponse *TranscribeServiceClient::createVocabulary(const CreateVocabularyRequest &request)
Sends request to the TranscribeServiceClient service, and returns a pointer to an CreateVocabularyResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an audio
[slot] DeleteVocabularyResponse *TranscribeServiceClient::deleteVocabulary(const DeleteVocabularyRequest &request)
Sends request to the TranscribeServiceClient service, and returns a pointer to an DeleteVocabularyResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
Deletes a vocabulary from Amazon Transcribe.
[slot] GetTranscriptionJobResponse *TranscribeServiceClient::getTranscriptionJob(const GetTranscriptionJobRequest &request)
Sends request to the TranscribeServiceClient service, and returns a pointer to an GetTranscriptionJobResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
Returns information about a transcription job. To see the status of the job, check the <code>TranscriptionJobStatus</code> field. If the status is <code>COMPLETED</code>, the job is finished and you can find the results at the location specified in the <code>TranscriptionFileUri</code>
[slot] GetVocabularyResponse *TranscribeServiceClient::getVocabulary(const GetVocabularyRequest &request)
Sends request to the TranscribeServiceClient service, and returns a pointer to an GetVocabularyResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
Gets information about a
[slot] ListTranscriptionJobsResponse *TranscribeServiceClient::listTranscriptionJobs(const ListTranscriptionJobsRequest &request)
Sends request to the TranscribeServiceClient service, and returns a pointer to an ListTranscriptionJobsResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
Lists transcription jobs with the specified
[slot] ListVocabulariesResponse *TranscribeServiceClient::listVocabularies(const ListVocabulariesRequest &request)
Sends request to the TranscribeServiceClient service, and returns a pointer to an ListVocabulariesResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
Returns a list of vocabularies that match the specified criteria. If no criteria are specified, returns the entire list of
[slot] StartTranscriptionJobResponse *TranscribeServiceClient::startTranscriptionJob(const StartTranscriptionJobRequest &request)
Sends request to the TranscribeServiceClient service, and returns a pointer to an StartTranscriptionJobResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
Starts an asynchronous job to transcribe speech to
[slot] UpdateVocabularyResponse *TranscribeServiceClient::updateVocabulary(const UpdateVocabularyRequest &request)
Sends request to the TranscribeServiceClient service, and returns a pointer to an UpdateVocabularyResponse object to track the result.
Note: The caller is to take responsbility for the resulting pointer.
Updates an existing vocabulary with new
© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.