Search Results for

    Show / Hide Table of Contents

    Class Unit

    ユニット

    Inheritance
    object
    Unit
    Implements
    IUnit
    IHasVersion
    IHasId
    IEquatable<Unit>
    Namespace: LibSasara.Model.Serialize
    Assembly: LibSasara.dll
    Syntax
    public record Unit : IUnit, IHasVersion, IHasId, IEquatable<Unit>

    Properties

    CastId

    指定ボイスライブラリのキャストのID

    Declaration
    public string? CastId { get; set; }
    Property Value
    Type Description
    string

    Category

    ユニットのカテゴリ

    Declaration
    public Category Category { get; set; }
    Property Value
    Type Description
    Category

    Direction

    キャストのコンディション・感情設定

    Declaration
    public Direction<Component>? Direction { get; set; }
    Property Value
    Type Description
    Direction<Component>

    Duration

    長さ

    Declaration
    public TimeSpan? Duration { get; set; }
    Property Value
    Type Description
    TimeSpan?

    Group

    所属トラックを指定するID

    Declaration
    public Guid Group { get; set; }
    Property Value
    Type Description
    Guid

    Id

    Identifier

    Declaration
    public string? Id { get; set; }
    Property Value
    Type Description
    string

    Language

    言語

    Declaration
    public string? Language { get; set; }
    Property Value
    Type Description
    string

    Metadata

    BASE64で記録された調声バイナリメタデータ

    Declaration
    public string? Metadata { get; set; }
    Property Value
    Type Description
    string

    Metadata_EN

    英語調声データ(英語ボイスのみ)

    Declaration
    public Metadata_EN? Metadata_EN { get; set; }
    Property Value
    Type Description
    Metadata_EN

    Phonemes

    音素一覧

    Declaration
    public Phonemes? Phonemes { get; set; }
    Property Value
    Type Description
    Phonemes

    SnapShot

    合成結果のキャッシュのキー(CeVIO AIのみ)

    Declaration
    public string? SnapShot { get; set; }
    Property Value
    Type Description
    string

    Song

    Declaration
    public Song? Song { get; set; }
    Property Value
    Type Description
    Song

    StartTime

    開始時間

    Declaration
    public TimeSpan? StartTime { get; set; }
    Property Value
    Type Description
    TimeSpan?

    Text

    セリフ文字列。トークの場合のみ。

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    string

    Version

    バージョン

    Declaration
    public Version? Version { get; set; }
    Property Value
    Type Description
    Version

    Implements

    IUnit
    IHasVersion
    IHasId
    IEquatable<T>
    In this article
    Back to top LibSasara