Struct rusoto_polly::Voice [] [src]

pub struct Voice {
    pub gender: Option<String>,
    pub id: Option<String>,
    pub language_code: Option<String>,
    pub language_name: Option<String>,
    pub name: Option<String>,
}

Description of the voice.

Fields

Gender of the voice.

Amazon Polly assigned voice ID. This is the ID that you specify when calling the SynthesizeSpeech operation.

Language code of the voice.

Human readable name of the language in English.

Name of the voice (for example, Salli, Kendra, etc.). This provides a human readable voice name that you might display in your application.

Trait Implementations

impl Default for Voice
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for Voice
[src]

[src]

Formats the value using the given formatter.

impl Clone for Voice
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more