ailia_llm  1.4.0.0
Public Attributes | List of all members
ailiaLLM.AiliaLLM.AILIALLMMediaData Class Reference

Media data structure for multimodal processing. More...

Public Attributes

IntPtr media_type
 Media type (image, audio) More...
 
IntPtr file_path
 Path to the media file. More...
 
IntPtr data
 Optional: Raw media data (alternative to file_path) More...
 
uint data_size
 Size of the raw data (used with data parameter) More...
 
uint width
 Width for images (pixels), sample count for audio. More...
 
uint height
 Height for images (pixels), unused for audio (set to 0) More...
 

Detailed Description

Media data structure for multimodal processing.

Member Data Documentation

◆ data

IntPtr ailiaLLM.AiliaLLM.AILIALLMMediaData.data

Optional: Raw media data (alternative to file_path)

◆ data_size

uint ailiaLLM.AiliaLLM.AILIALLMMediaData.data_size

Size of the raw data (used with data parameter)

◆ file_path

IntPtr ailiaLLM.AiliaLLM.AILIALLMMediaData.file_path

Path to the media file.

◆ height

uint ailiaLLM.AiliaLLM.AILIALLMMediaData.height

Height for images (pixels), unused for audio (set to 0)

◆ media_type

IntPtr ailiaLLM.AiliaLLM.AILIALLMMediaData.media_type

Media type (image, audio)

◆ width

uint ailiaLLM.AiliaLLM.AILIALLMMediaData.width

Width for images (pixels), sample count for audio.


The documentation for this class was generated from the following file: