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 pathSid)
Create a TranscriptionDeleter to execute delete.
|
static TranscriptionDeleter |
deleter(String pathAccountSid,
String pathSid)
Create a TranscriptionDeleter to execute delete.
|
boolean |
equals(Object o) |
static TranscriptionFetcher |
fetcher(String pathSid)
Create a TranscriptionFetcher to execute fetch.
|
static TranscriptionFetcher |
fetcher(String pathAccountSid,
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 unique sid that identifies this account.
|
String |
getApiVersion()
Returns The The api_version.
|
org.joda.time.DateTime |
getDateCreated()
Returns The The date this resource was created.
|
org.joda.time.DateTime |
getDateUpdated()
Returns The The date this resource was last updated.
|
String |
getDuration()
Returns The The duration of the transcribed audio, in seconds..
|
BigDecimal |
getPrice()
Returns The The charge for this transcription.
|
Currency |
getPriceUnit()
Returns The The currency in which Price is measured.
|
String |
getRecordingSid()
Returns The The string that uniquely identifies the recording.
|
String |
getSid()
Returns The A string that uniquely identifies this transcription.
|
Transcription.Status |
getStatus()
Returns The The status of the transcription.
|
String |
getTranscriptionText()
Returns The The text content of the transcription..
|
String |
getType()
Returns The The type.
|
String |
getUri()
Returns The The URI for this resource.
|
int |
hashCode() |
static TranscriptionReader |
reader()
Create a TranscriptionReader to execute read.
|
static TranscriptionReader |
reader(String pathAccountSid)
Create a TranscriptionReader to execute read.
|
String |
toString() |
public static TranscriptionFetcher fetcher(String pathAccountSid, String pathSid)
pathAccountSid - The account_sidpathSid - Fetch by unique transcription Sidpublic static TranscriptionFetcher fetcher(String pathSid)
pathSid - Fetch by unique transcription Sidpublic static TranscriptionDeleter deleter(String pathAccountSid, String pathSid)
pathAccountSid - The account_sidpathSid - Delete by unique transcription Sidpublic static TranscriptionDeleter deleter(String pathSid)
pathSid - Delete by unique transcription Sidpublic static TranscriptionReader reader(String pathAccountSid)
pathAccountSid - The account_sidpublic static TranscriptionReader reader()
public 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.