TranscriptionData Class

Definition

Streaming Transcription.

public class TranscriptionData : Azure.Communication.CallAutomation.StreamingData
type TranscriptionData = class
    inherit StreamingData
Public Class TranscriptionData
Inherits StreamingData
Inheritance
TranscriptionData

Properties

Confidence

Confidence of recognition of the whole phrase, from 0.0 (no confidence) to 1.0 (full confidence)

Duration

Duration in ticks. 1 tick = 100 nanoseconds.

Format

The format of text

Offset

The position of this payload

Participant

The identified speaker based on participant raw ID

ResultState

Status of the result of transcription

Text

The display form of the recognized word

Words

The result for each word of the phrase

Applies to