ContentSafetyServiceConfiguration.foundry constructor
const
ContentSafetyServiceConfiguration.foundry({})
Creates a configuration for a non-Hub-based Foundry project.
Implementation
const ContentSafetyServiceConfiguration.foundry({
required Uri this.endpoint,
required this.apiKey,
this.timeoutInSeconds = 120,
}) : subscriptionId = null,
resourceGroupName = null,
projectName = null;