DetectorResponse クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Detector からの応答を表すクラス
[Microsoft.Rest.Serialization.JsonTransformation]
public class DetectorResponse : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DetectorResponse = class
inherit ProxyOnlyResource
Public Class DetectorResponse
Inherits ProxyOnlyResource
- 継承
- 属性
コンストラクター
DetectorResponse() |
DetectorResponse クラスの新しいインスタンスを初期化します。 |
DetectorResponse(String, String, String, String, DetectorInfo, IList<DiagnosticData>, Status, IList<DataProviderMetadata>, QueryUtterancesResults) |
DetectorResponse クラスの新しいインスタンスを初期化します。 |
プロパティ
DataProvidersMetadata |
UI で使用されるさまざまなデータ プロバイダーの追加の構成を取得または設定します |
Dataset |
データ セットを取得または設定します |
Id |
リソース ID を取得します。 (継承元 ProxyOnlyResource) |
Kind |
リソースの種類を取得または設定します。 (継承元 ProxyOnlyResource) |
Metadata |
検出機能のメタデータを取得または設定します |
Name |
リソース名を取得します。 (継承元 ProxyOnlyResource) |
Status |
取得または設定は、最も深刻な分析情報の状態を示します。 |
SuggestedUtterances |
検出機能を適用できる推奨される発話を取得または設定します。 |
Type |
リソースの種類を取得します。 (継承元 ProxyOnlyResource) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET