ContentSafetyClient Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ContentSafetyClient() |
Inicializa uma nova instância de ContentSafetyClient para zombar. |
ContentSafetyClient(Uri, AzureKeyCredential) |
Inicializa uma nova instância de ContentSafetyClient. |
ContentSafetyClient(Uri, AzureKeyCredential, ContentSafetyClientOptions) |
Inicializa uma nova instância de ContentSafetyClient. |
ContentSafetyClient()
Inicializa uma nova instância de ContentSafetyClient para zombar.
protected ContentSafetyClient ();
Protected Sub New ()
Aplica-se a
ContentSafetyClient(Uri, AzureKeyCredential)
Inicializa uma nova instância de ContentSafetyClient.
public ContentSafetyClient (Uri endpoint, Azure.AzureKeyCredential credential);
new Azure.AI.ContentSafety.ContentSafetyClient : Uri * Azure.AzureKeyCredential -> Azure.AI.ContentSafety.ContentSafetyClient
Public Sub New (endpoint As Uri, credential As AzureKeyCredential)
Parâmetros
- endpoint
- Uri
Pontos de extremidade dos Serviços Cognitivos com suporte (protocolo e nome do host, por exemplo: https://< resource-name.cognitiveservices.azure.com>).
- credential
- AzureKeyCredential
Uma credencial usada para autenticar em um Serviço do Azure.
Exceções
endpoint
ou credential
é nulo.
Aplica-se a
ContentSafetyClient(Uri, AzureKeyCredential, ContentSafetyClientOptions)
Inicializa uma nova instância de ContentSafetyClient.
public ContentSafetyClient (Uri endpoint, Azure.AzureKeyCredential credential, Azure.AI.ContentSafety.ContentSafetyClientOptions options);
new Azure.AI.ContentSafety.ContentSafetyClient : Uri * Azure.AzureKeyCredential * Azure.AI.ContentSafety.ContentSafetyClientOptions -> Azure.AI.ContentSafety.ContentSafetyClient
Public Sub New (endpoint As Uri, credential As AzureKeyCredential, options As ContentSafetyClientOptions)
Parâmetros
- endpoint
- Uri
Pontos de extremidade dos Serviços Cognitivos com suporte (protocolo e nome do host, por exemplo: https://< resource-name.cognitiveservices.azure.com>).
- credential
- AzureKeyCredential
Uma credencial usada para autenticar em um Serviço do Azure.
- options
- ContentSafetyClientOptions
As opções para configurar o cliente.
Exceções
endpoint
ou credential
é nulo.