Documentation - v1.2.0-alpha.3
    Preparing search index...

    Options for configuring the BlobsTranscriptStore.

    interface BlobsTranscriptStoreOptions {
        decodeTranscriptKey?: boolean;
        storagePipelineOptions?: StoragePipelineOptions;
    }
    Index

    Properties

    decodeTranscriptKey?: boolean

    Indicates whether to decode the transcript key when retrieving transcripts.

    storagePipelineOptions?: StoragePipelineOptions

    Optional pipeline options for configuring the Azure Blob Storage client.