次の方法で共有


FaceClient クラス

定義

顔の検出、検証、識別のための API。

public class FaceClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.CognitiveServices.Vision.Face.FaceClient>, IDisposable, Microsoft.Azure.CognitiveServices.Vision.Face.IFaceClient
type FaceClient = class
    inherit ServiceClient<FaceClient>
    interface IFaceClient
    interface IDisposable
Public Class FaceClient
Inherits ServiceClient(Of FaceClient)
Implements IDisposable, IFaceClient
継承
実装

コンストラクター

FaceClient(DelegatingHandler[])

FaceClient クラスの新しいインスタンスを初期化します。

FaceClient(HttpClient, Boolean)

FaceClient クラスの新しいインスタンスを初期化します。

FaceClient(HttpClientHandler, DelegatingHandler[])

FaceClient クラスの新しいインスタンスを初期化します。

FaceClient(ServiceClientCredentials, DelegatingHandler[])

FaceClient クラスの新しいインスタンスを初期化します。

FaceClient(ServiceClientCredentials, HttpClient, Boolean)

FaceClient クラスの新しいインスタンスを初期化します。

FaceClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

FaceClient クラスの新しいインスタンスを初期化します。

プロパティ

Credentials

クライアント サブスクリプションを一意に識別するサブスクリプション資格情報。

DeserializationSettings

json 逆シリアル化設定を取得または設定します。

Endpoint

サポートされている Cognitive Services エンドポイント (プロトコルとホスト名など)。 https://westus.api.cognitive.microsoft.com

Face

IFaceOperations を取得します。

FaceList

IFaceListOperations を取得します。

LargeFaceList

ILargeFaceListOperations を取得します。

LargePersonGroup

ILargePersonGroupOperations を取得します。

LargePersonGroupPerson

ILargePersonGroupPerson を取得します。

PersonDirectory

顔の検出、検証、識別のための API。

PersonGroup

IPersonGroupOperations を取得します。

PersonGroupPerson

IPersonGroupPerson を取得します。

SerializationSettings

json シリアル化設定を取得または設定します。

Snapshot

ISnapshotOperations を取得します。

適用対象