Transcript Sentence Resource
Public Beta
Voice Intelligence is currently available as a public beta release. Some features are not yet implemented and others may be changed before the product is declared as Generally Available. Beta products are not covered by a Twilio SLA.
Learn more about beta product support.
A Transcript Sentence
is the actual text of the recording transcription.
The GET
Sentences
request returns a list of Sentences of a Transcript
. With the Redacted
query param, the endpoint returns the PII redacted/unredacted Sentences.
Sentence Properties
Resource Properties in REST API format | |
---|---|
media_channel
|
The channel number. |
sentence_index
|
The index of the sentence in the transcript. |
start_time
|
Offset from the beginning of the transcript when this sentence starts. |
end_time
|
Offset from the beginning of the transcript when this sentence ends. |
transcript
|
Transcript text. |
sid
|
A 34 character string that uniquely identifies this Sentence. |
confidence
|
|
Get Transcript Sentences
https://intelligence.twilio.com/v2/Transcripts/{TranscriptSid}/Sentences
Parameters
Parameters in REST API format | |
---|---|
transcript_sid
Path
|
The unique SID identifier of the Transcript. |
redacted
Optional
|
Grant access to PII Redacted/Unredacted Sentences. The default is |