public class Transcription extends InstanceResource<TwilioRestClient>
| 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 |
|---|---|
boolean |
delete()
Delete this Transcription
|
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.
|
getCastedObject, getObject, getProperty, toJSON, update, 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()
public boolean delete()
throws TwilioRestException
TwilioRestException - the twilio rest exceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.