C# 클래스 TelAPI.InboundXML.Element.Say

상속: ELement, GatherElement, GetSpeechElement
파일 보기 프로젝트 열기: TelAPI/telapi-dotnet 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Create ( string text, Voice voice, long loop ) : Say

The element reads text to the caller using a text-to-speech engine.

Say ( ) : System

메소드 상세

Create() 공개 정적인 메소드

The element reads text to the caller using a text-to-speech engine.
public static Create ( string text, Voice voice, long loop ) : Say
text string Text to say
voice Voice The type of voice that will read the text to caller.
loop long The amount of times the spoken text should be repeated. 0 indicates an infinite loop.
리턴 Say

Say() 공개 메소드

public Say ( ) : System
리턴 System