Search Results for

    Show / Hide Table of Contents

    Interface ITalker

    メソッド・プロパティ名共有のためのInterface Interface for Talker

    Namespace: FluentCeVIOWrapper.Common.Talk
    Assembly: FluentCeVIOWrapper.Common.dll
    Syntax
    public interface ITalker

    Properties

    Alpha

    声質(0~100)を取得または設定します。

    Declaration
    uint Alpha { get; set; }
    Property Value
    Type Description
    uint

    AvailableCasts

    Declaration
    string[] AvailableCasts { get; }
    Property Value
    Type Description
    string[]

    Cast

    Declaration
    string Cast { get; set; }
    Property Value
    Type Description
    string

    Components

    Declaration
    ReadOnlyCollection<TalkerComponent> Components { get; }
    Property Value
    Type Description
    ReadOnlyCollection<TalkerComponent>

    Speed

    話す速さ(0~100)を取得または設定します。

    Declaration
    uint Speed { get; set; }
    Property Value
    Type Description
    uint

    Tone

    音の高さ(0~100)を取得または設定します。

    Declaration
    uint Tone { get; set; }
    Property Value
    Type Description
    uint

    ToneScale

    Declaration
    uint ToneScale { get; set; }
    Property Value
    Type Description
    uint

    Volume

    音の大きさ(0~100)を取得または設定します。

    Declaration
    uint Volume { get; set; }
    Property Value
    Type Description
    uint

    Methods

    GetPhonemes(string)

    Declaration
    IPhonemeData[] GetPhonemes(string text)
    Parameters
    Type Name Description
    string text
    Returns
    Type Description
    IPhonemeData[]

    GetTextDuration(string)

    Declaration
    double GetTextDuration(string text)
    Parameters
    Type Name Description
    string text
    Returns
    Type Description
    double

    OutputWaveToFile(string, string)

    Declaration
    bool OutputWaveToFile(string text, string path)
    Parameters
    Type Name Description
    string text
    string path
    Returns
    Type Description
    bool

    Speak(string)

    Declaration
    ISpeakingState Speak(string text)
    Parameters
    Type Name Description
    string text
    Returns
    Type Description
    ISpeakingState

    Stop()

    Declaration
    bool Stop()
    Returns
    Type Description
    bool
    In this article
    Back to top FluentCeVIOWrapper