FT.Data.SpeechPara.CreateSpeechPara C# (CSharp) 메소드

CreateSpeechPara() 공개 정적인 메소드

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