AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class VoiceTypeConverter

    Inheritance
    object
    VoiceTypeConverter
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public class VoiceTypeConverter : JsonConverter<VoiceType>

    Methods

    Parse(string)

    Declaration
    public static VoiceType Parse(string voiceTypeAsString)
    Parameters
    Type Name Description
    string voiceTypeAsString
    Returns
    Type Description
    VoiceType

    ReadJson(JsonReader, Type, VoiceType, bool, JsonSerializer)

    Declaration
    public override VoiceType ReadJson(JsonReader reader, Type objectType, VoiceType existingValue, bool hasExistingValue, JsonSerializer serializer)
    Parameters
    Type Name Description
    JsonReader reader
    Type objectType
    VoiceType existingValue
    bool hasExistingValue
    JsonSerializer serializer
    Returns
    Type Description
    VoiceType

    WriteJson(JsonWriter, VoiceType, JsonSerializer)

    Declaration
    public override void WriteJson(JsonWriter writer, VoiceType value, JsonSerializer serializer)
    Parameters
    Type Name Description
    JsonWriter writer
    VoiceType value
    JsonSerializer serializer
    In this article
    Back to top Generated by DocFX