public class Transcription extends Resource
| Modifier and Type | Class and Description |
|---|---|
static class |
Transcription.Status |
| Modifier and Type | Method and Description |
|---|---|
static TranscriptionDeleter |
deleter(String pathRecordingSid,
String pathSid)
Create a TranscriptionDeleter to execute delete.
|
static TranscriptionDeleter |
deleter(String pathAccountSid,
String pathRecordingSid,
String pathSid)
Create a TranscriptionDeleter to execute delete.
|
boolean |
equals(Object o) |
static TranscriptionFetcher |
fetcher(String pathRecordingSid,
String pathSid)
Create a TranscriptionFetcher to execute fetch.
|
static TranscriptionFetcher |
fetcher(String pathAccountSid,
String pathRecordingSid,
String pathSid)
Create a TranscriptionFetcher to execute fetch.
|
static Transcription |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Transcription object using the provided
ObjectMapper.
|
static Transcription |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Transcription object using the provided
ObjectMapper.
|
String |
getAccountSid()
Returns The The account_sid.
|
String |
getApiVersion()
Returns The The api_version.
|
org.joda.time.DateTime |
getDateCreated()
Returns The The date_created.
|
org.joda.time.DateTime |
getDateUpdated()
Returns The The date_updated.
|
String |
getDuration()
Returns The The duration.
|
BigDecimal |
getPrice()
Returns The The price.
|
Currency |
getPriceUnit()
Returns The The price_unit.
|
String |
getRecordingSid()
Returns The The recording_sid.
|
String |
getSid()
Returns The The sid.
|
Transcription.Status |
getStatus()
Returns The The status.
|
String |
getTranscriptionText()
Returns The The transcription_text.
|
String |
getType()
Returns The The type.
|
String |
getUri()
Returns The The uri.
|
int |
hashCode() |
static TranscriptionReader |
reader(String pathRecordingSid)
Create a TranscriptionReader to execute read.
|
static TranscriptionReader |
reader(String pathAccountSid,
String pathRecordingSid)
Create a TranscriptionReader to execute read.
|
String |
toString() |
public static TranscriptionFetcher fetcher(String pathAccountSid, String pathRecordingSid, String pathSid)
pathAccountSid - The account_sidpathRecordingSid - The recording_sidpathSid - The sidpublic static TranscriptionFetcher fetcher(String pathRecordingSid, String pathSid)
pathRecordingSid - The recording_sidpathSid - The sidpublic static TranscriptionDeleter deleter(String pathAccountSid, String pathRecordingSid, String pathSid)
pathAccountSid - The account_sidpathRecordingSid - The recording_sidpathSid - The sidpublic static TranscriptionDeleter deleter(String pathRecordingSid, String pathSid)
pathRecordingSid - The recording_sidpathSid - The sidpublic static TranscriptionReader reader(String pathAccountSid, String pathRecordingSid)
pathAccountSid - The account_sidpathRecordingSid - The recording_sidpublic static TranscriptionReader reader(String pathRecordingSid)
pathRecordingSid - The recording_sidpublic static Transcription fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON StringobjectMapper - Jackson ObjectMapperpublic static Transcription fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON InputStreamobjectMapper - Jackson ObjectMapperpublic final String getAccountSid()
public final String getApiVersion()
public final org.joda.time.DateTime getDateCreated()
public final org.joda.time.DateTime getDateUpdated()
public final String getDuration()
public final BigDecimal getPrice()
public final Currency getPriceUnit()
public final String getRecordingSid()
public final String getSid()
public final Transcription.Status getStatus()
public final String getTranscriptionText()
public final String getType()
public final String getUri()
Copyright © 2016 Twilio, Inc. All Rights Reserved.