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