// WARNING: Please don't edit this file. It was generated by C++/WinRT // v2.0.250303.1 #pragma once #ifndef WINRT_Microsoft_Windows_AI_ContentSafety_1_H #define WINRT_Microsoft_Windows_AI_ContentSafety_1_H #include "winrt/impl/Microsoft.Windows.AI.ContentSafety.0.h" WINRT_EXPORT namespace winrt::Microsoft::Windows::AI::ContentSafety { struct WINRT_IMPL_EMPTY_BASES IContentFilterOptions : winrt::Windows::Foundation::IInspectable, impl::consume_t { IContentFilterOptions(std::nullptr_t = nullptr) noexcept {} IContentFilterOptions(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IImageContentFilterSeverity : winrt::Windows::Foundation::IInspectable, impl::consume_t { IImageContentFilterSeverity(std::nullptr_t = nullptr) noexcept {} IImageContentFilterSeverity(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IImageContentFilterSeverityFactory : winrt::Windows::Foundation::IInspectable, impl::consume_t { IImageContentFilterSeverityFactory(std::nullptr_t = nullptr) noexcept {} IImageContentFilterSeverityFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ITextContentFilterSeverity : winrt::Windows::Foundation::IInspectable, impl::consume_t { ITextContentFilterSeverity(std::nullptr_t = nullptr) noexcept {} ITextContentFilterSeverity(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ITextContentFilterSeverityFactory : winrt::Windows::Foundation::IInspectable, impl::consume_t { ITextContentFilterSeverityFactory(std::nullptr_t = nullptr) noexcept {} ITextContentFilterSeverityFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif