TranscriptConversationItem interface
Additional properties for supporting transcript conversation.
- Extends
Properties
| audio |
The list of word level audio timing information |
| itn | Inverse Text Normalization representation of input. The inverse-text-normalized form is the recognized text from Microsoft’s Speech to Text API, with phone numbers, numbers, abbreviations, and other transformations applied. |
| lexical | The lexical form of the recognized text from speech to text API with the actual words recognized. |
| masked |
The Inverse Text Normalized format with profanity masking applied. |
| text | The display form of the recognized text from speech to text API, with punctuation and capitalization added. |
Inherited Properties
| id | The ID of a conversation item. |
| language | The override language of a conversation item in BCP 47 language representation. |
| modality | Enumeration of supported conversational modalities. |
| participant |
The participant ID of a conversation item. |
| role | The role of the participant. |
Property Details
audioTimings
The list of word level audio timing information
audioTimings?: WordLevelTiming[]
Property Value
itn
Inverse Text Normalization representation of input. The inverse-text-normalized form is the recognized text from Microsoft’s Speech to Text API, with phone numbers, numbers, abbreviations, and other transformations applied.
itn?: string
Property Value
string
lexical
The lexical form of the recognized text from speech to text API with the actual words recognized.
lexical?: string
Property Value
string
maskedItn
The Inverse Text Normalized format with profanity masking applied.
maskedItn?: string
Property Value
string
text
The display form of the recognized text from speech to text API, with punctuation and capitalization added.
text?: string
Property Value
string
Inherited Property Details
id
The ID of a conversation item.
id: string
Property Value
string
Inherited From ConversationItemBase.id
language
The override language of a conversation item in BCP 47 language representation.
language?: string
Property Value
string
Inherited From ConversationItemBase.language
modality
Enumeration of supported conversational modalities.
modality?: string
Property Value
string
Inherited From ConversationItemBase.modality
participantId
The participant ID of a conversation item.
participantId: string
Property Value
string
Inherited From ConversationItemBase.participantId
role
The role of the participant.
role?: string
Property Value
string
Inherited From ConversationItemBase.role