aixplain.enums.file_type
__author__
Copyright 2023 The aiXplain SDK authors
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Author: aiXplain team Date: March 20th 2023 Description: File Type Enum
FileType Objects
class FileType(Enum)
Enumeration of supported file types in the aiXplain system.
This enum defines the file extensions for various file formats that can be processed by the system, including document, audio, image, and video formats.
Attributes:
CSVstr - Comma-separated values file (.csv).JSONstr - JSON document file (.json).TXTstr - Plain text file (.txt).XMLstr - XML document file (.xml).FLACstr - Free Lossless Audio Codec file (.flac).MP3str - MP3 audio file (.mp3).WAVstr - Waveform audio file (.wav).JPEGstr - JPEG image file (.jpeg).PNGstr - Portable Network Graphics file (.png).JPGstr - JPEG image file (.jpg).JSON0 str - Graphics Interchange Format file (.gif).JSON1 str - WebP image file (.webp).JSON2 str - Audio Video Interleave file (.avi).JSON3 str - MPEG-4 video file (.mp4).JSON4 str - QuickTime movie file (.mov).JSON5 str - MPEG-4 video file (.mpeg4).