public class Transcription extends InstanceResource
| Constructor and Description |
|---|
Transcription(TwilioRestClient client)
Instantiates a new transcription.
|
Transcription(TwilioRestClient client,
Map<String,Object> properties)
Instantiates a new transcription.
|
Transcription(TwilioRestClient client,
String sid)
Instantiates a new transcription.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountSid()
Gets the account sid.
|
Date |
getDateCreated()
Gets the date created.
|
Date |
getDateUpdated()
Gets the date updated.
|
int |
getDuration()
Gets the duration.
|
String |
getPrice()
Gets the price.
|
String |
getRecordingSid()
Gets the recording sid.
|
String |
getSid()
Gets the sid.
|
String |
getStatus()
Gets the status.
|
String |
getTranscriptionText()
Gets the transcription text.
|
getProperty, updatesetRequestAccountSidpublic Transcription(TwilioRestClient client)
client - the clientpublic Transcription(TwilioRestClient client, String sid)
client - the clientsid - the sidpublic Transcription(TwilioRestClient client, Map<String,Object> properties)
client - the clientproperties - the propertiespublic String getSid()
public Date getDateCreated()
public Date getDateUpdated()
public String getAccountSid()
public String getStatus()
public String getRecordingSid()
public int getDuration()
public String getPrice()
public String getTranscriptionText()
Copyright © 2011 Twilio, Inc. All Rights Reserved.