Class AmazonPollyConfig
Configuration for accessing Amazon Polly service
public class AmazonPollyConfig : ClientConfig
- Inheritance
-
AmazonPollyConfig
Constructors
AmazonPollyConfig()
Default constructor
public AmazonPollyConfig()
Properties
RegionEndpointServiceName
The constant used to lookup in the region hash the endpoint.
public override string RegionEndpointServiceName { get; }
Property Value
ServiceVersion
Gets the ServiceVersion property.
public override string ServiceVersion { get; }
Property Value
UserAgent
Gets the value of UserAgent property.
public override string UserAgent { get; }