ContentUnderstandingClient Constructors

Definition

Overloads

Name Description
ContentUnderstandingClient()

Initializes a new instance of ContentUnderstandingClient for mocking.

ContentUnderstandingClient(ContentUnderstandingClientSettings)

Initializes a new instance of ContentUnderstandingClient from a ContentUnderstandingClientSettings.

ContentUnderstandingClient(Uri, AzureKeyCredential)

Initializes a new instance of ContentUnderstandingClient.

ContentUnderstandingClient(Uri, TokenCredential)

Initializes a new instance of ContentUnderstandingClient.

ContentUnderstandingClient(Uri, AzureKeyCredential, ContentUnderstandingClientOptions)

Initializes a new instance of ContentUnderstandingClient.

ContentUnderstandingClient(Uri, TokenCredential, ContentUnderstandingClientOptions)

Initializes a new instance of ContentUnderstandingClient.

ContentUnderstandingClient()

Source:
ContentUnderstandingClient.cs
Source:
ContentUnderstandingClient.cs

Initializes a new instance of ContentUnderstandingClient for mocking.

protected ContentUnderstandingClient();
Protected Sub New ()

Applies to

ContentUnderstandingClient(ContentUnderstandingClientSettings)

Source:
ContentUnderstandingClient.cs
Source:
ContentUnderstandingClient.cs

Initializes a new instance of ContentUnderstandingClient from a ContentUnderstandingClientSettings.

public ContentUnderstandingClient(Azure.AI.ContentUnderstanding.ContentUnderstandingClientSettings settings);
new Azure.AI.ContentUnderstanding.ContentUnderstandingClient : Azure.AI.ContentUnderstanding.ContentUnderstandingClientSettings -> Azure.AI.ContentUnderstanding.ContentUnderstandingClient
Public Sub New (settings As ContentUnderstandingClientSettings)

Parameters

settings
ContentUnderstandingClientSettings

The settings for ContentUnderstandingClient.

Applies to

ContentUnderstandingClient(Uri, AzureKeyCredential)

Source:
ContentUnderstandingClient.cs
Source:
ContentUnderstandingClient.cs

Initializes a new instance of ContentUnderstandingClient.

public ContentUnderstandingClient(Uri endpoint, Azure.AzureKeyCredential credential);
new Azure.AI.ContentUnderstanding.ContentUnderstandingClient : Uri * Azure.AzureKeyCredential -> Azure.AI.ContentUnderstanding.ContentUnderstandingClient
Public Sub New (endpoint As Uri, credential As AzureKeyCredential)

Parameters

endpoint
Uri

Service endpoint.

credential
AzureKeyCredential

A credential used to authenticate to the service.

Exceptions

endpoint or credential is null.

Applies to

ContentUnderstandingClient(Uri, TokenCredential)

Source:
ContentUnderstandingClient.cs
Source:
ContentUnderstandingClient.cs

Initializes a new instance of ContentUnderstandingClient.

public ContentUnderstandingClient(Uri endpoint, Azure.Core.TokenCredential credential);
new Azure.AI.ContentUnderstanding.ContentUnderstandingClient : Uri * Azure.Core.TokenCredential -> Azure.AI.ContentUnderstanding.ContentUnderstandingClient
Public Sub New (endpoint As Uri, credential As TokenCredential)

Parameters

endpoint
Uri

Service endpoint.

credential
TokenCredential

A credential used to authenticate to the service.

Exceptions

endpoint or credential is null.

Applies to

ContentUnderstandingClient(Uri, AzureKeyCredential, ContentUnderstandingClientOptions)

Source:
ContentUnderstandingClient.cs
Source:
ContentUnderstandingClient.cs

Initializes a new instance of ContentUnderstandingClient.

public ContentUnderstandingClient(Uri endpoint, Azure.AzureKeyCredential credential, Azure.AI.ContentUnderstanding.ContentUnderstandingClientOptions options);
new Azure.AI.ContentUnderstanding.ContentUnderstandingClient : Uri * Azure.AzureKeyCredential * Azure.AI.ContentUnderstanding.ContentUnderstandingClientOptions -> Azure.AI.ContentUnderstanding.ContentUnderstandingClient
Public Sub New (endpoint As Uri, credential As AzureKeyCredential, options As ContentUnderstandingClientOptions)

Parameters

endpoint
Uri

Service endpoint.

credential
AzureKeyCredential

A credential used to authenticate to the service.

options
ContentUnderstandingClientOptions

The options for configuring the client.

Exceptions

endpoint or credential is null.

Applies to

ContentUnderstandingClient(Uri, TokenCredential, ContentUnderstandingClientOptions)

Source:
ContentUnderstandingClient.cs
Source:
ContentUnderstandingClient.cs

Initializes a new instance of ContentUnderstandingClient.

public ContentUnderstandingClient(Uri endpoint, Azure.Core.TokenCredential credential, Azure.AI.ContentUnderstanding.ContentUnderstandingClientOptions options);
new Azure.AI.ContentUnderstanding.ContentUnderstandingClient : Uri * Azure.Core.TokenCredential * Azure.AI.ContentUnderstanding.ContentUnderstandingClientOptions -> Azure.AI.ContentUnderstanding.ContentUnderstandingClient
Public Sub New (endpoint As Uri, credential As TokenCredential, options As ContentUnderstandingClientOptions)

Parameters

endpoint
Uri

Service endpoint.

credential
TokenCredential

A credential used to authenticate to the service.

options
ContentUnderstandingClientOptions

The options for configuring the client.

Exceptions

endpoint or credential is null.

Applies to