Метод | Описание | |
---|---|---|
AmazonPollyClient ( ) : System |
Constructs AmazonPollyClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonPollyClient ( |
Constructs AmazonPollyClient with AWS Credentials
|
|
AmazonPollyClient ( |
Constructs AmazonPollyClient with AWS Credentials and an AmazonPollyClient Configuration object.
|
|
AmazonPollyClient ( |
Constructs AmazonPollyClient with AWS Credentials
|
|
AmazonPollyClient ( |
Constructs AmazonPollyClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonPollyClient ( RegionEndpoint region ) : System |
Constructs AmazonPollyClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonPollyClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonPollyClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonPollyClient ( string awsAccessKeyId, string awsSecretAccessKey, |
Constructs AmazonPollyClient with AWS Access Key ID, AWS Secret Key and an AmazonPollyClient Configuration object.
|
|
AmazonPollyClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonPollyClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonPollyClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonPollyClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonPollyClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
Constructs AmazonPollyClient with AWS Access Key ID, AWS Secret Key and an AmazonPollyClient Configuration object.
|
|
AmazonPollyClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonPollyClient with AWS Access Key ID and AWS Secret Key
|
|
BeginDeleteLexicon ( |
Initiates the asynchronous execution of the DeleteLexicon operation.
|
|
BeginDescribeVoices ( |
Initiates the asynchronous execution of the DescribeVoices operation.
|
|
BeginGetLexicon ( |
Initiates the asynchronous execution of the GetLexicon operation.
|
|
BeginListLexicons ( |
Initiates the asynchronous execution of the ListLexicons operation.
|
|
BeginPutLexicon ( |
Initiates the asynchronous execution of the PutLexicon operation.
|
|
BeginSynthesizeSpeech ( |
Initiates the asynchronous execution of the SynthesizeSpeech operation.
|
|
DeleteLexicon ( |
Deletes the specified pronunciation lexicon stored in an AWS Region. A lexicon which has been deleted is not available for speech synthesis, nor is it possible to retrieve it using either the For more information, see Managing Lexicons.
|
|
DeleteLexiconAsync ( |
Initiates the asynchronous execution of the DeleteLexicon operation.
|
|
DescribeVoices ( |
Returns the list of voices that are available for use when requesting speech synthesis. Each voice speaks a specified language, is either male or female, and is identified by an ID, which is the ASCII version of the voice name. When synthesizing speech ( For example, you want your news reader application to read news in a specific language, but giving a user the option to choose the voice. Using the You can optionally specify a language code to filter the available voices. For example, if you specify This operation requires permissions to perform the
|
|
DescribeVoicesAsync ( |
Initiates the asynchronous execution of the DescribeVoices operation.
|
|
EndDeleteLexicon ( IAsyncResult asyncResult ) : DeleteLexiconResponse |
Finishes the asynchronous execution of the DeleteLexicon operation.
|
|
EndDescribeVoices ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeVoices operation.
|
|
EndGetLexicon ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the GetLexicon operation.
|
|
EndListLexicons ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListLexicons operation.
|
|
EndPutLexicon ( IAsyncResult asyncResult ) : PutLexiconResponse |
Finishes the asynchronous execution of the PutLexicon operation.
|
|
EndSynthesizeSpeech ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the SynthesizeSpeech operation.
|
|
GetLexicon ( |
Returns the content of the specified pronunciation lexicon stored in an AWS Region. For more information, see Managing Lexicons.
|
|
GetLexiconAsync ( |
Initiates the asynchronous execution of the GetLexicon operation.
|
|
ListLexicons ( |
Returns a list of pronunciation lexicons stored in an AWS Region. For more information, see Managing Lexicons.
|
|
ListLexiconsAsync ( |
Initiates the asynchronous execution of the ListLexicons operation.
|
|
PutLexicon ( |
Stores a pronunciation lexicon in an AWS Region. If a lexicon with the same name already exists in the region, it is overwritten by the new lexicon. Lexicon operations have eventual consistency, therefore, it might take some time before the lexicon is available to the SynthesizeSpeech operation. For more information, see Managing Lexicons.
|
|
PutLexiconAsync ( |
Initiates the asynchronous execution of the PutLexicon operation.
|
|
SynthesizeSpeech ( |
Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes. SSML input must be valid, well-formed SSML. Some alphabets might not be available with all the voices (for example, Cyrillic might not be read at all by English voices) unless phoneme mapping is used. For more information, see How it Works.
|
|
SynthesizeSpeechAsync ( |
Initiates the asynchronous execution of the SynthesizeSpeech operation.
|
Метод | Описание | |
---|---|---|
CreateSigner ( ) : |
Creates the signer for the service.
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
public AmazonPollyClient ( |
||
credentials | AWS Credentials | |
Результат | System |
public AmazonPollyClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonPollyClient Configuration Object | |
Результат | System |
public AmazonPollyClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
Результат | System |
public AmazonPollyClient ( |
||
config | The AmazonPollyClient Configuration Object | |
Результат | System |
public AmazonPollyClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
Результат | System |
public AmazonPollyClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
Результат | System |
public AmazonPollyClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonPollyClient Configuration Object | |
Результат | System |
public AmazonPollyClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
region | RegionEndpoint | The region to connect. |
Результат | System |
public AmazonPollyClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
Результат | System |
public AmazonPollyClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
clientConfig | The AmazonPollyClient Configuration Object | |
Результат | System |
public AmazonPollyClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
region | RegionEndpoint | The region to connect. |
Результат | System |
public BeginDeleteLexicon ( |
||
request | Container for the necessary parameters to execute the DeleteLexicon operation on AmazonPollyClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginDescribeVoices ( |
||
request | Container for the necessary parameters to execute the DescribeVoices operation on AmazonPollyClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginGetLexicon ( |
||
request | Container for the necessary parameters to execute the GetLexicon operation on AmazonPollyClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginListLexicons ( |
||
request | Container for the necessary parameters to execute the ListLexicons operation on AmazonPollyClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginPutLexicon ( |
||
request | Container for the necessary parameters to execute the PutLexicon operation on AmazonPollyClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginSynthesizeSpeech ( |
||
request | Container for the necessary parameters to execute the SynthesizeSpeech operation on AmazonPollyClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
protected CreateSigner ( ) : |
||
Результат |
public DeleteLexicon ( |
||
request | Container for the necessary parameters to execute the DeleteLexicon service method. | |
Результат | DeleteLexiconResponse |
public DeleteLexiconAsync ( |
||
request | Container for the necessary parameters to execute the DeleteLexicon operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public DescribeVoices ( |
||
request | Container for the necessary parameters to execute the DescribeVoices service method. | |
Результат |
public DescribeVoicesAsync ( |
||
request | Container for the necessary parameters to execute the DescribeVoices operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public EndDeleteLexicon ( IAsyncResult asyncResult ) : DeleteLexiconResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteLexicon. |
Результат | DeleteLexiconResponse |
public EndDescribeVoices ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeVoices. |
Результат |
public EndGetLexicon ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetLexicon. |
Результат |
public EndListLexicons ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListLexicons. |
Результат |
public EndPutLexicon ( IAsyncResult asyncResult ) : PutLexiconResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginPutLexicon. |
Результат | PutLexiconResponse |
public EndSynthesizeSpeech ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginSynthesizeSpeech. |
Результат |
public GetLexicon ( |
||
request | Container for the necessary parameters to execute the GetLexicon service method. | |
Результат |
public GetLexiconAsync ( |
||
request | Container for the necessary parameters to execute the GetLexicon operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public ListLexicons ( |
||
request | Container for the necessary parameters to execute the ListLexicons service method. | |
Результат |
public ListLexiconsAsync ( |
||
request | Container for the necessary parameters to execute the ListLexicons operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public PutLexicon ( |
||
request | Container for the necessary parameters to execute the PutLexicon service method. | |
Результат | PutLexiconResponse |
public PutLexiconAsync ( |
||
request | Container for the necessary parameters to execute the PutLexicon operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public SynthesizeSpeech ( |
||
request | Container for the necessary parameters to execute the SynthesizeSpeech service method. | |
Результат |
public SynthesizeSpeechAsync ( |
||
request | Container for the necessary parameters to execute the SynthesizeSpeech operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |