Skip to Content
Mika Scraper 1.1.1 is released ๐ŸŽ‰
๐Ÿ• MIKA INTERFACEInterface: LogoFileData

Mika Scraper v1.1.2


Mika Scraper / LogoFileData

Interface: LogoFileData

Defined in: src/logo-generator/fantaxy.ts:41

The LogoFileData interface defines the structure of the logo file metadata returned by Gradio. This metadata provides essential information about the logo file, including its path, URL, size, original name, MIME type, and streaming status.

Properties

path

  • Type: string
    • Description: The file path of the logo.

url

  • Type: string
    • Description: The accessible URL for the logo file.

size

  • Type: null | number
    • Description: The size of the logo file in bytes. Can be null if the size is unknown.

orig_name

  • Type: string
    • Description: The original name of the logo file as uploaded or specified by the user.

mime_type

  • Type: null | string
    • Description: The MIME type of the logo file, which indicates the nature and format of the file. It can be null if the type is not determined.

is_stream

  • Type: boolean
    • Description: A flag indicating whether the logo file is being streamed. Returns true if the file is streamed, otherwise false.

meta

  • Type: object
    • Description: Additional metadata associated with the logo file.

_type

  • Type: "gradio.FileData"
    • Description: A fixed string indicating the type of this metadata object as defined by Gradio.

Diagram: Mika Scraper

Last updated on