/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the polly-2016-06-10.normal.json service model.
*/
using System;
using Amazon.Runtime;
namespace Amazon.Polly
{
///
/// Constants used for properties of type Engine.
///
public class Engine : ConstantClass
{
///
/// Constant Neural for Engine
///
public static readonly Engine Neural = new Engine("neural");
///
/// Constant Standard for Engine
///
public static readonly Engine Standard = new Engine("standard");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Engine(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Engine FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Engine(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type Gender.
///
public class Gender : ConstantClass
{
///
/// Constant Female for Gender
///
public static readonly Gender Female = new Gender("Female");
///
/// Constant Male for Gender
///
public static readonly Gender Male = new Gender("Male");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public Gender(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static Gender FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator Gender(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type LanguageCode.
///
public class LanguageCode : ConstantClass
{
///
/// Constant ArAE for LanguageCode
///
public static readonly LanguageCode ArAE = new LanguageCode("ar-AE");
///
/// Constant Arb for LanguageCode
///
public static readonly LanguageCode Arb = new LanguageCode("arb");
///
/// Constant CaES for LanguageCode
///
public static readonly LanguageCode CaES = new LanguageCode("ca-ES");
///
/// Constant CmnCN for LanguageCode
///
public static readonly LanguageCode CmnCN = new LanguageCode("cmn-CN");
///
/// Constant CyGB for LanguageCode
///
public static readonly LanguageCode CyGB = new LanguageCode("cy-GB");
///
/// Constant DaDK for LanguageCode
///
public static readonly LanguageCode DaDK = new LanguageCode("da-DK");
///
/// Constant DeAT for LanguageCode
///
public static readonly LanguageCode DeAT = new LanguageCode("de-AT");
///
/// Constant DeDE for LanguageCode
///
public static readonly LanguageCode DeDE = new LanguageCode("de-DE");
///
/// Constant EnAU for LanguageCode
///
public static readonly LanguageCode EnAU = new LanguageCode("en-AU");
///
/// Constant EnGB for LanguageCode
///
public static readonly LanguageCode EnGB = new LanguageCode("en-GB");
///
/// Constant EnGBWLS for LanguageCode
///
public static readonly LanguageCode EnGBWLS = new LanguageCode("en-GB-WLS");
///
/// Constant EnIE for LanguageCode
///
public static readonly LanguageCode EnIE = new LanguageCode("en-IE");
///
/// Constant EnIN for LanguageCode
///
public static readonly LanguageCode EnIN = new LanguageCode("en-IN");
///
/// Constant EnNZ for LanguageCode
///
public static readonly LanguageCode EnNZ = new LanguageCode("en-NZ");
///
/// Constant EnUS for LanguageCode
///
public static readonly LanguageCode EnUS = new LanguageCode("en-US");
///
/// Constant EnZA for LanguageCode
///
public static readonly LanguageCode EnZA = new LanguageCode("en-ZA");
///
/// Constant EsES for LanguageCode
///
public static readonly LanguageCode EsES = new LanguageCode("es-ES");
///
/// Constant EsMX for LanguageCode
///
public static readonly LanguageCode EsMX = new LanguageCode("es-MX");
///
/// Constant EsUS for LanguageCode
///
public static readonly LanguageCode EsUS = new LanguageCode("es-US");
///
/// Constant FiFI for LanguageCode
///
public static readonly LanguageCode FiFI = new LanguageCode("fi-FI");
///
/// Constant FrCA for LanguageCode
///
public static readonly LanguageCode FrCA = new LanguageCode("fr-CA");
///
/// Constant FrFR for LanguageCode
///
public static readonly LanguageCode FrFR = new LanguageCode("fr-FR");
///
/// Constant HiIN for LanguageCode
///
public static readonly LanguageCode HiIN = new LanguageCode("hi-IN");
///
/// Constant IsIS for LanguageCode
///
public static readonly LanguageCode IsIS = new LanguageCode("is-IS");
///
/// Constant ItIT for LanguageCode
///
public static readonly LanguageCode ItIT = new LanguageCode("it-IT");
///
/// Constant JaJP for LanguageCode
///
public static readonly LanguageCode JaJP = new LanguageCode("ja-JP");
///
/// Constant KoKR for LanguageCode
///
public static readonly LanguageCode KoKR = new LanguageCode("ko-KR");
///
/// Constant NbNO for LanguageCode
///
public static readonly LanguageCode NbNO = new LanguageCode("nb-NO");
///
/// Constant NlBE for LanguageCode
///
public static readonly LanguageCode NlBE = new LanguageCode("nl-BE");
///
/// Constant NlNL for LanguageCode
///
public static readonly LanguageCode NlNL = new LanguageCode("nl-NL");
///
/// Constant PlPL for LanguageCode
///
public static readonly LanguageCode PlPL = new LanguageCode("pl-PL");
///
/// Constant PtBR for LanguageCode
///
public static readonly LanguageCode PtBR = new LanguageCode("pt-BR");
///
/// Constant PtPT for LanguageCode
///
public static readonly LanguageCode PtPT = new LanguageCode("pt-PT");
///
/// Constant RoRO for LanguageCode
///
public static readonly LanguageCode RoRO = new LanguageCode("ro-RO");
///
/// Constant RuRU for LanguageCode
///
public static readonly LanguageCode RuRU = new LanguageCode("ru-RU");
///
/// Constant SvSE for LanguageCode
///
public static readonly LanguageCode SvSE = new LanguageCode("sv-SE");
///
/// Constant TrTR for LanguageCode
///
public static readonly LanguageCode TrTR = new LanguageCode("tr-TR");
///
/// Constant YueCN for LanguageCode
///
public static readonly LanguageCode YueCN = new LanguageCode("yue-CN");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public LanguageCode(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static LanguageCode FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator LanguageCode(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type OutputFormat.
///
public class OutputFormat : ConstantClass
{
///
/// Constant Json for OutputFormat
///
public static readonly OutputFormat Json = new OutputFormat("json");
///
/// Constant Mp3 for OutputFormat
///
public static readonly OutputFormat Mp3 = new OutputFormat("mp3");
///
/// Constant Ogg_vorbis for OutputFormat
///
public static readonly OutputFormat Ogg_vorbis = new OutputFormat("ogg_vorbis");
///
/// Constant Pcm for OutputFormat
///
public static readonly OutputFormat Pcm = new OutputFormat("pcm");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public OutputFormat(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static OutputFormat FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator OutputFormat(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type SpeechMarkType.
///
public class SpeechMarkType : ConstantClass
{
///
/// Constant Sentence for SpeechMarkType
///
public static readonly SpeechMarkType Sentence = new SpeechMarkType("sentence");
///
/// Constant Ssml for SpeechMarkType
///
public static readonly SpeechMarkType Ssml = new SpeechMarkType("ssml");
///
/// Constant Viseme for SpeechMarkType
///
public static readonly SpeechMarkType Viseme = new SpeechMarkType("viseme");
///
/// Constant Word for SpeechMarkType
///
public static readonly SpeechMarkType Word = new SpeechMarkType("word");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public SpeechMarkType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static SpeechMarkType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator SpeechMarkType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type TaskStatus.
///
public class TaskStatus : ConstantClass
{
///
/// Constant Completed for TaskStatus
///
public static readonly TaskStatus Completed = new TaskStatus("completed");
///
/// Constant Failed for TaskStatus
///
public static readonly TaskStatus Failed = new TaskStatus("failed");
///
/// Constant InProgress for TaskStatus
///
public static readonly TaskStatus InProgress = new TaskStatus("inProgress");
///
/// Constant Scheduled for TaskStatus
///
public static readonly TaskStatus Scheduled = new TaskStatus("scheduled");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public TaskStatus(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static TaskStatus FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator TaskStatus(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type TextType.
///
public class TextType : ConstantClass
{
///
/// Constant Ssml for TextType
///
public static readonly TextType Ssml = new TextType("ssml");
///
/// Constant Text for TextType
///
public static readonly TextType Text = new TextType("text");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public TextType(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static TextType FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator TextType(string value)
{
return FindValue(value);
}
}
///
/// Constants used for properties of type VoiceId.
///
public class VoiceId : ConstantClass
{
///
/// Constant Aditi for VoiceId
///
public static readonly VoiceId Aditi = new VoiceId("Aditi");
///
/// Constant Adriano for VoiceId
///
public static readonly VoiceId Adriano = new VoiceId("Adriano");
///
/// Constant Amy for VoiceId
///
public static readonly VoiceId Amy = new VoiceId("Amy");
///
/// Constant Andres for VoiceId
///
public static readonly VoiceId Andres = new VoiceId("Andres");
///
/// Constant Aria for VoiceId
///
public static readonly VoiceId Aria = new VoiceId("Aria");
///
/// Constant Arlet for VoiceId
///
public static readonly VoiceId Arlet = new VoiceId("Arlet");
///
/// Constant Arthur for VoiceId
///
public static readonly VoiceId Arthur = new VoiceId("Arthur");
///
/// Constant Astrid for VoiceId
///
public static readonly VoiceId Astrid = new VoiceId("Astrid");
///
/// Constant Ayanda for VoiceId
///
public static readonly VoiceId Ayanda = new VoiceId("Ayanda");
///
/// Constant Bianca for VoiceId
///
public static readonly VoiceId Bianca = new VoiceId("Bianca");
///
/// Constant Brian for VoiceId
///
public static readonly VoiceId Brian = new VoiceId("Brian");
///
/// Constant Camila for VoiceId
///
public static readonly VoiceId Camila = new VoiceId("Camila");
///
/// Constant Carla for VoiceId
///
public static readonly VoiceId Carla = new VoiceId("Carla");
///
/// Constant Carmen for VoiceId
///
public static readonly VoiceId Carmen = new VoiceId("Carmen");
///
/// Constant Celine for VoiceId
///
public static readonly VoiceId Celine = new VoiceId("Celine");
///
/// Constant Chantal for VoiceId
///
public static readonly VoiceId Chantal = new VoiceId("Chantal");
///
/// Constant Conchita for VoiceId
///
public static readonly VoiceId Conchita = new VoiceId("Conchita");
///
/// Constant Cristiano for VoiceId
///
public static readonly VoiceId Cristiano = new VoiceId("Cristiano");
///
/// Constant Daniel for VoiceId
///
public static readonly VoiceId Daniel = new VoiceId("Daniel");
///
/// Constant Dora for VoiceId
///
public static readonly VoiceId Dora = new VoiceId("Dora");
///
/// Constant Elin for VoiceId
///
public static readonly VoiceId Elin = new VoiceId("Elin");
///
/// Constant Emma for VoiceId
///
public static readonly VoiceId Emma = new VoiceId("Emma");
///
/// Constant Enrique for VoiceId
///
public static readonly VoiceId Enrique = new VoiceId("Enrique");
///
/// Constant Ewa for VoiceId
///
public static readonly VoiceId Ewa = new VoiceId("Ewa");
///
/// Constant Filiz for VoiceId
///
public static readonly VoiceId Filiz = new VoiceId("Filiz");
///
/// Constant Gabrielle for VoiceId
///
public static readonly VoiceId Gabrielle = new VoiceId("Gabrielle");
///
/// Constant Geraint for VoiceId
///
public static readonly VoiceId Geraint = new VoiceId("Geraint");
///
/// Constant Giorgio for VoiceId
///
public static readonly VoiceId Giorgio = new VoiceId("Giorgio");
///
/// Constant Gwyneth for VoiceId
///
public static readonly VoiceId Gwyneth = new VoiceId("Gwyneth");
///
/// Constant Hala for VoiceId
///
public static readonly VoiceId Hala = new VoiceId("Hala");
///
/// Constant Hannah for VoiceId
///
public static readonly VoiceId Hannah = new VoiceId("Hannah");
///
/// Constant Hans for VoiceId
///
public static readonly VoiceId Hans = new VoiceId("Hans");
///
/// Constant Hiujin for VoiceId
///
public static readonly VoiceId Hiujin = new VoiceId("Hiujin");
///
/// Constant Ida for VoiceId
///
public static readonly VoiceId Ida = new VoiceId("Ida");
///
/// Constant Ines for VoiceId
///
public static readonly VoiceId Ines = new VoiceId("Ines");
///
/// Constant Ivy for VoiceId
///
public static readonly VoiceId Ivy = new VoiceId("Ivy");
///
/// Constant Jacek for VoiceId
///
public static readonly VoiceId Jacek = new VoiceId("Jacek");
///
/// Constant Jan for VoiceId
///
public static readonly VoiceId Jan = new VoiceId("Jan");
///
/// Constant Joanna for VoiceId
///
public static readonly VoiceId Joanna = new VoiceId("Joanna");
///
/// Constant Joey for VoiceId
///
public static readonly VoiceId Joey = new VoiceId("Joey");
///
/// Constant Justin for VoiceId
///
public static readonly VoiceId Justin = new VoiceId("Justin");
///
/// Constant Kajal for VoiceId
///
public static readonly VoiceId Kajal = new VoiceId("Kajal");
///
/// Constant Karl for VoiceId
///
public static readonly VoiceId Karl = new VoiceId("Karl");
///
/// Constant Kazuha for VoiceId
///
public static readonly VoiceId Kazuha = new VoiceId("Kazuha");
///
/// Constant Kendra for VoiceId
///
public static readonly VoiceId Kendra = new VoiceId("Kendra");
///
/// Constant Kevin for VoiceId
///
public static readonly VoiceId Kevin = new VoiceId("Kevin");
///
/// Constant Kimberly for VoiceId
///
public static readonly VoiceId Kimberly = new VoiceId("Kimberly");
///
/// Constant Laura for VoiceId
///
public static readonly VoiceId Laura = new VoiceId("Laura");
///
/// Constant Lea for VoiceId
///
public static readonly VoiceId Lea = new VoiceId("Lea");
///
/// Constant Liam for VoiceId
///
public static readonly VoiceId Liam = new VoiceId("Liam");
///
/// Constant Lisa for VoiceId
///
public static readonly VoiceId Lisa = new VoiceId("Lisa");
///
/// Constant Liv for VoiceId
///
public static readonly VoiceId Liv = new VoiceId("Liv");
///
/// Constant Lotte for VoiceId
///
public static readonly VoiceId Lotte = new VoiceId("Lotte");
///
/// Constant Lucia for VoiceId
///
public static readonly VoiceId Lucia = new VoiceId("Lucia");
///
/// Constant Lupe for VoiceId
///
public static readonly VoiceId Lupe = new VoiceId("Lupe");
///
/// Constant Mads for VoiceId
///
public static readonly VoiceId Mads = new VoiceId("Mads");
///
/// Constant Maja for VoiceId
///
public static readonly VoiceId Maja = new VoiceId("Maja");
///
/// Constant Marlene for VoiceId
///
public static readonly VoiceId Marlene = new VoiceId("Marlene");
///
/// Constant Mathieu for VoiceId
///
public static readonly VoiceId Mathieu = new VoiceId("Mathieu");
///
/// Constant Matthew for VoiceId
///
public static readonly VoiceId Matthew = new VoiceId("Matthew");
///
/// Constant Maxim for VoiceId
///
public static readonly VoiceId Maxim = new VoiceId("Maxim");
///
/// Constant Mia for VoiceId
///
public static readonly VoiceId Mia = new VoiceId("Mia");
///
/// Constant Miguel for VoiceId
///
public static readonly VoiceId Miguel = new VoiceId("Miguel");
///
/// Constant Mizuki for VoiceId
///
public static readonly VoiceId Mizuki = new VoiceId("Mizuki");
///
/// Constant Naja for VoiceId
///
public static readonly VoiceId Naja = new VoiceId("Naja");
///
/// Constant Niamh for VoiceId
///
public static readonly VoiceId Niamh = new VoiceId("Niamh");
///
/// Constant Nicole for VoiceId
///
public static readonly VoiceId Nicole = new VoiceId("Nicole");
///
/// Constant Ola for VoiceId
///
public static readonly VoiceId Ola = new VoiceId("Ola");
///
/// Constant Olivia for VoiceId
///
public static readonly VoiceId Olivia = new VoiceId("Olivia");
///
/// Constant Pedro for VoiceId
///
public static readonly VoiceId Pedro = new VoiceId("Pedro");
///
/// Constant Penelope for VoiceId
///
public static readonly VoiceId Penelope = new VoiceId("Penelope");
///
/// Constant Raveena for VoiceId
///
public static readonly VoiceId Raveena = new VoiceId("Raveena");
///
/// Constant Remi for VoiceId
///
public static readonly VoiceId Remi = new VoiceId("Remi");
///
/// Constant Ricardo for VoiceId
///
public static readonly VoiceId Ricardo = new VoiceId("Ricardo");
///
/// Constant Ruben for VoiceId
///
public static readonly VoiceId Ruben = new VoiceId("Ruben");
///
/// Constant Russell for VoiceId
///
public static readonly VoiceId Russell = new VoiceId("Russell");
///
/// Constant Ruth for VoiceId
///
public static readonly VoiceId Ruth = new VoiceId("Ruth");
///
/// Constant Salli for VoiceId
///
public static readonly VoiceId Salli = new VoiceId("Salli");
///
/// Constant Seoyeon for VoiceId
///
public static readonly VoiceId Seoyeon = new VoiceId("Seoyeon");
///
/// Constant Sergio for VoiceId
///
public static readonly VoiceId Sergio = new VoiceId("Sergio");
///
/// Constant Sofie for VoiceId
///
public static readonly VoiceId Sofie = new VoiceId("Sofie");
///
/// Constant Stephen for VoiceId
///
public static readonly VoiceId Stephen = new VoiceId("Stephen");
///
/// Constant Suvi for VoiceId
///
public static readonly VoiceId Suvi = new VoiceId("Suvi");
///
/// Constant Takumi for VoiceId
///
public static readonly VoiceId Takumi = new VoiceId("Takumi");
///
/// Constant Tatyana for VoiceId
///
public static readonly VoiceId Tatyana = new VoiceId("Tatyana");
///
/// Constant Thiago for VoiceId
///
public static readonly VoiceId Thiago = new VoiceId("Thiago");
///
/// Constant Tomoko for VoiceId
///
public static readonly VoiceId Tomoko = new VoiceId("Tomoko");
///
/// Constant Vicki for VoiceId
///
public static readonly VoiceId Vicki = new VoiceId("Vicki");
///
/// Constant Vitoria for VoiceId
///
public static readonly VoiceId Vitoria = new VoiceId("Vitoria");
///
/// Constant Zeina for VoiceId
///
public static readonly VoiceId Zeina = new VoiceId("Zeina");
///
/// Constant Zhiyu for VoiceId
///
public static readonly VoiceId Zhiyu = new VoiceId("Zhiyu");
///
/// This constant constructor does not need to be called if the constant
/// you are attempting to use is already defined as a static instance of
/// this class.
/// This constructor should be used to construct constants that are not
/// defined as statics, for instance if attempting to use a feature that is
/// newer than the current version of the SDK.
///
public VoiceId(string value)
: base(value)
{
}
///
/// Finds the constant for the unique value.
///
/// The unique value for the constant
/// The constant for the unique value
public static VoiceId FindValue(string value)
{
return FindValue(value);
}
///
/// Utility method to convert strings to the constant class.
///
/// The string value to convert to the constant class.
///
public static implicit operator VoiceId(string value)
{
return FindValue(value);
}
}
}