FT.Data.SpeechPara.CreateSpeechPara C# (CSharp) Méthode

CreateSpeechPara() public static méthode

Create a new SpeechPara object.
public static CreateSpeechPara ( global speechParaId ) : SpeechPara
speechParaId global Initial value of the SpeechParaId property.
Résultat SpeechPara
        public static SpeechPara CreateSpeechPara(global::System.Int32 speechParaId)
        {
            SpeechPara speechPara = new SpeechPara();
            speechPara.SpeechParaId = speechParaId;
            return speechPara;
        }