mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
71 lines
2.7 KiB
C++
71 lines
2.7 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_0_H
|
|
#define WINRT_Microsoft_Windows_Internal_AI_ContentModeration_0_H
|
|
WINRT_EXPORT namespace winrt::Microsoft::Windows::AI::
|
|
ContentModerationInternal {
|
|
struct IImageContentModerationSession;
|
|
struct ITextBlockListSession;
|
|
struct ITextContentModerationSession;
|
|
}
|
|
WINRT_EXPORT namespace winrt::Microsoft::Windows::Internal::AI::
|
|
ContentModeration {
|
|
struct ImageContentModerationSession;
|
|
struct TextBlockListSession;
|
|
struct TextContentModerationSession;
|
|
}
|
|
namespace winrt::impl {
|
|
template <>
|
|
struct category<winrt::Microsoft::Windows::Internal::AI::ContentModeration::
|
|
ImageContentModerationSession> {
|
|
using type = class_category;
|
|
};
|
|
template <>
|
|
struct category<winrt::Microsoft::Windows::Internal::AI::ContentModeration::
|
|
TextBlockListSession> {
|
|
using type = class_category;
|
|
};
|
|
template <>
|
|
struct category<winrt::Microsoft::Windows::Internal::AI::ContentModeration::
|
|
TextContentModerationSession> {
|
|
using type = class_category;
|
|
};
|
|
template <>
|
|
inline constexpr auto&
|
|
name_v<winrt::Microsoft::Windows::Internal::AI::ContentModeration::
|
|
ImageContentModerationSession> =
|
|
L"Microsoft.Windows.Internal.AI.ContentModeration."
|
|
L"ImageContentModerationSession";
|
|
template <>
|
|
inline constexpr auto& name_v<winrt::Microsoft::Windows::Internal::AI::
|
|
ContentModeration::TextBlockListSession> =
|
|
L"Microsoft.Windows.Internal.AI.ContentModeration.TextBlockListSession";
|
|
template <>
|
|
inline constexpr auto&
|
|
name_v<winrt::Microsoft::Windows::Internal::AI::ContentModeration::
|
|
TextContentModerationSession> =
|
|
L"Microsoft.Windows.Internal.AI.ContentModeration."
|
|
L"TextContentModerationSession";
|
|
template <>
|
|
struct default_interface<winrt::Microsoft::Windows::Internal::AI::
|
|
ContentModeration::ImageContentModerationSession> {
|
|
using type = winrt::Microsoft::Windows::AI::ContentModerationInternal::
|
|
IImageContentModerationSession;
|
|
};
|
|
template <>
|
|
struct default_interface<winrt::Microsoft::Windows::Internal::AI::
|
|
ContentModeration::TextBlockListSession> {
|
|
using type = winrt::Microsoft::Windows::AI::ContentModerationInternal::
|
|
ITextBlockListSession;
|
|
};
|
|
template <>
|
|
struct default_interface<winrt::Microsoft::Windows::Internal::AI::
|
|
ContentModeration::TextContentModerationSession> {
|
|
using type = winrt::Microsoft::Windows::AI::ContentModerationInternal::
|
|
ITextContentModerationSession;
|
|
};
|
|
} // namespace winrt::impl
|
|
#endif
|