mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
72 lines
3.8 KiB
C++
72 lines
3.8 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT
|
|
// v2.0.250303.1
|
|
|
|
#pragma once
|
|
#ifndef WINRT_Microsoft_Windows_Internal_AI_ContentModeration_2_H
|
|
#define WINRT_Microsoft_Windows_Internal_AI_ContentModeration_2_H
|
|
#include "winrt/impl/Microsoft.Windows.AI.ContentModerationInternal.1.h"
|
|
#include "winrt/impl/Microsoft.Windows.Internal.AI.ContentModeration.1.h"
|
|
#include "winrt/impl/Microsoft.Windows.PrivateCommon.1.h"
|
|
#include "winrt/impl/Windows.Foundation.1.h"
|
|
WINRT_EXPORT namespace winrt::Microsoft::Windows::Internal::AI::
|
|
ContentModeration {
|
|
struct WINRT_IMPL_EMPTY_BASES ImageContentModerationSession
|
|
: winrt::Microsoft::Windows::AI::ContentModerationInternal::
|
|
IImageContentModerationSession,
|
|
impl::require<
|
|
ImageContentModerationSession,
|
|
winrt::Microsoft::Windows::PrivateCommon::IAnchorInstance,
|
|
winrt::Microsoft::Windows::PrivateCommon::IGetSessionHostProcessId,
|
|
winrt::Microsoft::Windows::PrivateCommon::IModelManager,
|
|
winrt::Microsoft::Windows::PrivateCommon::IModelManager2,
|
|
winrt::Microsoft::Windows::PrivateCommon::IModelManager3> {
|
|
ImageContentModerationSession(std::nullptr_t) noexcept {}
|
|
ImageContentModerationSession(void* ptr, take_ownership_from_abi_t) noexcept
|
|
: winrt::Microsoft::Windows::AI::ContentModerationInternal::
|
|
IImageContentModerationSession(ptr, take_ownership_from_abi) {}
|
|
ImageContentModerationSession();
|
|
using impl::consume_t<ImageContentModerationSession,
|
|
winrt::Microsoft::Windows::PrivateCommon::
|
|
IModelManager>::GenerateCacheModel;
|
|
using impl::consume_t<ImageContentModerationSession,
|
|
winrt::Microsoft::Windows::PrivateCommon::
|
|
IModelManager3>::GenerateCacheModel;
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES TextBlockListSession
|
|
: winrt::Microsoft::Windows::AI::ContentModerationInternal::
|
|
ITextBlockListSession,
|
|
impl::require<TextBlockListSession,
|
|
winrt::Microsoft::Windows::PrivateCommon::IAnchorInstance,
|
|
winrt::Microsoft::Windows::PrivateCommon::
|
|
IGetSessionHostProcessId> {
|
|
TextBlockListSession(std::nullptr_t) noexcept {}
|
|
TextBlockListSession(void* ptr, take_ownership_from_abi_t) noexcept
|
|
: winrt::Microsoft::Windows::AI::ContentModerationInternal::
|
|
ITextBlockListSession(ptr, take_ownership_from_abi) {}
|
|
TextBlockListSession();
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES TextContentModerationSession
|
|
: winrt::Microsoft::Windows::AI::ContentModerationInternal::
|
|
ITextContentModerationSession,
|
|
impl::require<
|
|
TextContentModerationSession,
|
|
winrt::Microsoft::Windows::PrivateCommon::IAnchorInstance,
|
|
winrt::Microsoft::Windows::PrivateCommon::IGetSessionHostProcessId,
|
|
winrt::Microsoft::Windows::PrivateCommon::IModelManager,
|
|
winrt::Microsoft::Windows::PrivateCommon::IModelManager2,
|
|
winrt::Microsoft::Windows::PrivateCommon::IModelManager3> {
|
|
TextContentModerationSession(std::nullptr_t) noexcept {}
|
|
TextContentModerationSession(void* ptr, take_ownership_from_abi_t) noexcept
|
|
: winrt::Microsoft::Windows::AI::ContentModerationInternal::
|
|
ITextContentModerationSession(ptr, take_ownership_from_abi) {}
|
|
TextContentModerationSession();
|
|
using impl::consume_t<TextContentModerationSession,
|
|
winrt::Microsoft::Windows::PrivateCommon::
|
|
IModelManager>::GenerateCacheModel;
|
|
using impl::consume_t<TextContentModerationSession,
|
|
winrt::Microsoft::Windows::PrivateCommon::
|
|
IModelManager3>::GenerateCacheModel;
|
|
};
|
|
}
|
|
#endif
|