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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Create ( string action ) : Record

The Record element is used to record audio during a call.

Create ( string action, HttpMethod method, long timeout, string finishOnKey, long maxLength, bool transcribe, string transcribeCallback, bool playBeep, bool bothLegs, RecordingFileFormat fileFormat ) : Record

The Record element is used to record audio during a call.

Record ( ) : System

메소드 상세

Create() 공개 정적인 메소드

The Record element is used to record audio during a call.
public static Create ( string action ) : Record
action string URL where some parameters specific to will be sent for further processing.
리턴 Record

Create() 공개 정적인 메소드

The Record element is used to record audio during a call.
public static Create ( string action, HttpMethod method, long timeout, string finishOnKey, long maxLength, bool transcribe, string transcribeCallback, bool playBeep, bool bothLegs, RecordingFileFormat fileFormat ) : Record
action string URL where some parameters specific to will be sent for further processing.
method HttpMethod Specifies the method to use when requesting the action or transcribeCallback URL.
timeout long The number of seconds Record should wait during silence before ending.
finishOnKey string The key a caller can press to end the Record.
maxLength long The maximum length in seconds a recording should be.
transcribe bool Boolean value specifying if the recording should be transcribed.
transcribeCallback string URL where the recording transcription will be sent.
playBeep bool Boolean value specifying if a beep should be played when the recording begins.
bothLegs bool Boolean value specifying if both call legs should be recorded.
fileFormat RecordingFileFormat The recording file format. Can be mp3 or wav. Default is mp3.
리턴 Record

Record() 공개 메소드

public Record ( ) : System
리턴 System