IFaceClient インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
顔検出、検証、識別のための API。
public interface IFaceClient : IDisposable
type IFaceClient = interface
interface IDisposable
Public Interface IFaceClient
Implements IDisposable
- 派生
- 実装
プロパティ
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 |
サービスのベース URI。 |
Snapshot |
ISnapshotOperations を取得します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET