Table of Contents

Struct TranscriptionProperties

Namespace
Vonage.Video.Archives
Assembly
Vonage.dll

The transcription configuration.

public struct TranscriptionProperties
Inherited Members

Properties

HasSummary

Whether the transcription should include a summary of the session (true) or not (false, the default).

public bool HasSummary { readonly get; set; }

Property Value

bool

PrimaryLanguageCode

The primary language spoken in the archive to be transcribed, in BCP-47 format, e.g. en-US, es-ES or pt-BR.

public string PrimaryLanguageCode { readonly get; set; }

Property Value

string