AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class FileData

    URI based data.

    Inheritance
    object
    FileData
    Namespace: Glitch9.AIDevKit.Google
    Assembly: .dll
    Syntax
    public class FileData

    Constructors

    FileData()

    Declaration
    public FileData()

    FileData(string)

    Declaration
    public FileData(string fileUri)
    Parameters
    Type Name Description
    string fileUri

    Properties

    MimeType

    Optional. The IANA standard MIME type of the source data.

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

    Uri

    Required. URI.

    Declaration
    public string Uri { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX