alibabacloud-imm 0.1.0

A modern, easy-to-use, and reqwest-powered Rust SDK for Alibaba Cloud Intelligent Media Management (IMM)
Documentation
pub mod batch;
pub mod binding;
pub mod contextual;
pub mod dataset;
pub mod detection;
pub mod document;
pub mod figure;
pub mod file_meta;
pub mod file_process;
pub mod image;
pub mod location;
pub mod media;
pub mod moderation;
pub mod oss_bucket;
pub mod point_cloud;
pub mod project;
pub mod query;
pub mod region;
pub mod similar;
pub mod story;
pub mod task;
pub mod trigger;

pub use batch::*;
pub use binding::*;
pub use contextual::*;
pub use dataset::*;
pub use detection::*;
pub use document::*;
pub use figure::*;
pub use file_meta::*;
pub use file_process::*;
pub use image::*;
pub use location::*;
pub use media::*;
pub use moderation::*;
pub use oss_bucket::*;
pub use point_cloud::*;
pub use project::*;
pub use query::*;
pub use region::*;
pub use similar::*;
pub use story::*;
pub use task::*;
pub use trigger::*;