AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class TextContentPart

    Inheritance
    object
    ContentPart
    TextContentPart
    Inherited Members
    ContentPart.Type
    ContentPart.IsBase64
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public class TextContentPart : ContentPart

    Constructors

    TextContentPart()

    Declaration
    public TextContentPart()

    TextContentPart(string)

    Declaration
    public TextContentPart(string text)
    Parameters
    Type Name Description
    string text

    Fields

    Text

    Declaration
    public TextRef Text
    Field Value
    Type Description
    TextRef

    Methods

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()
    In this article
    Back to top Generated by DocFX