BlobsTranscriptStoreOptions interface
Options for configuring the BlobsTranscriptStore.
Properties
| decode |
Indicates whether to decode the transcript key when retrieving transcripts. |
| storage |
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