Files
nearby/internal/platform/implementation/windows/generated/winrt/impl/Microsoft.Windows.AI.ContentSafety.2.h
T
2026-01-27 23:46:02 -08:00

43 lines
1.9 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_AI_ContentSafety_2_H
#define WINRT_Microsoft_Windows_AI_ContentSafety_2_H
#include "winrt/impl/Microsoft.Windows.AI.ContentSafety.1.h"
WINRT_EXPORT namespace winrt::Microsoft::Windows::AI::ContentSafety {
struct WINRT_IMPL_EMPTY_BASES ContentFilterOptions
: winrt::Microsoft::Windows::AI::ContentSafety::IContentFilterOptions {
ContentFilterOptions(std::nullptr_t) noexcept {}
ContentFilterOptions(void* ptr, take_ownership_from_abi_t) noexcept
: winrt::Microsoft::Windows::AI::ContentSafety::IContentFilterOptions(
ptr, take_ownership_from_abi) {}
ContentFilterOptions();
};
struct WINRT_IMPL_EMPTY_BASES ImageContentFilterSeverity
: winrt::Microsoft::Windows::AI::ContentSafety::
IImageContentFilterSeverity {
ImageContentFilterSeverity(std::nullptr_t) noexcept {}
ImageContentFilterSeverity(void* ptr, take_ownership_from_abi_t) noexcept
: winrt::Microsoft::Windows::AI::ContentSafety::
IImageContentFilterSeverity(ptr, take_ownership_from_abi) {}
ImageContentFilterSeverity();
explicit ImageContentFilterSeverity(
winrt::Microsoft::Windows::AI::ContentSafety::SeverityLevel const&
severityForALlCategories);
};
struct WINRT_IMPL_EMPTY_BASES TextContentFilterSeverity
: winrt::Microsoft::Windows::AI::ContentSafety::
ITextContentFilterSeverity {
TextContentFilterSeverity(std::nullptr_t) noexcept {}
TextContentFilterSeverity(void* ptr, take_ownership_from_abi_t) noexcept
: winrt::Microsoft::Windows::AI::ContentSafety::
ITextContentFilterSeverity(ptr, take_ownership_from_abi) {}
TextContentFilterSeverity();
explicit TextContentFilterSeverity(
winrt::Microsoft::Windows::AI::ContentSafety::SeverityLevel const&
severityForAllCategories);
};
}
#endif