Share via


BlobsTranscriptStoreOptions interface

Options for configuring the BlobsTranscriptStore.

Properties

decodeTranscriptKey

Indicates whether to decode the transcript key when retrieving transcripts.

storagePipelineOptions

Optional pipeline options for configuring the Azure Blob Storage client.

Property Details

decodeTranscriptKey

Indicates whether to decode the transcript key when retrieving transcripts.

decodeTranscriptKey?: boolean

Property Value

boolean

storagePipelineOptions

Optional pipeline options for configuring the Azure Blob Storage client.

storagePipelineOptions?: StoragePipelineOptions

Property Value