|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.twilio.sdk.resource.Resource
com.twilio.sdk.resource.InstanceResource
com.twilio.sdk.resource.instance.Transcription
public class Transcription
The Class Transcription. For more information see https://www.twilio.com/docs/api/rest/transcription
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.twilio.sdk.resource.InstanceResource |
|---|
getObject, getProperty, update, update |
| Methods inherited from class com.twilio.sdk.resource.Resource |
|---|
setRequestAccountSid |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Transcription(TwilioRestClient client)
client - the client
public Transcription(TwilioRestClient client,
String sid)
client - the clientsid - the sid
public Transcription(TwilioRestClient client,
Map<String,Object> properties)
client - the clientproperties - the properties| Method Detail |
|---|
public 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 exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||