1
2
3
4
#[cfg(any(feature = "google-cloud-translation-v3"))]
pub mod v3;
#[cfg(any(feature = "google-cloud-translation-v3beta1"))]
pub mod v3beta1;