|
ailia_llm
1.4.0.0
|
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... | |
Media data structure for multimodal processing.
| IntPtr ailiaLLM.AiliaLLM.AILIALLMMediaData.data |
Optional: Raw media data (alternative to file_path)
| uint ailiaLLM.AiliaLLM.AILIALLMMediaData.data_size |
Size of the raw data (used with data parameter)
| IntPtr ailiaLLM.AiliaLLM.AILIALLMMediaData.file_path |
Path to the media file.
| uint ailiaLLM.AiliaLLM.AILIALLMMediaData.height |
Height for images (pixels), unused for audio (set to 0)
| IntPtr ailiaLLM.AiliaLLM.AILIALLMMediaData.media_type |
Media type (image, audio)
| uint ailiaLLM.AiliaLLM.AILIALLMMediaData.width |
Width for images (pixels), sample count for audio.