@onjmin/dtm
    Preparing search index...

    Type Alias SpeechPlanDetailOptions

    計画だけを行うときのオプション(感情・話し方。ピッチは長さに効かないので無い)。

    type SpeechPlanDetailOptions = {
        emotion?: SpeechEmotion;
        style?: SpeakingStyleInput;
    }
    Index

    Properties

    Properties

    emotion?: SpeechEmotion
    style?: SpeakingStyleInput