AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class OpenAITranscriptionOptions

    Inheritance
    object
    OpenAITranscriptionOptions
    Implements
    IGENTranscriptOptions
    IGENOptions
    Namespace: Glitch9.AIDevKit.OpenAI
    Assembly: .dll
    Syntax
    public class OpenAITranscriptionOptions : IGENTranscriptOptions, IGENOptions

    Properties

    Api

    Declaration
    public Api Api { get; }
    Property Value
    Type Description
    Api

    TimestampGranularities

    The timestamp granularities to populate for this transcription. response_format must be set verbose_json to use timestamp granularities. Either or both of these options are supported: word, or segment.

    Declaration
    public string[] TimestampGranularities { get; set; }
    Property Value
    Type Description
    string[]
    Remarks

    Note: There is no additional latency for segment timestamps, but generating word timestamps incurs additional latency.

    Implements

    IGENTranscriptOptions
    IGENOptions
    In this article
    Back to top Generated by DocFX