BatchLabelExample コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
BatchLabelExample() | |
BatchLabelExample(LabelExampleResponse, Nullable<Boolean>, OperationStatus) |
BatchLabelExample()
public BatchLabelExample ();
Public Sub New ()
適用対象
BatchLabelExample(LabelExampleResponse, Nullable<Boolean>, OperationStatus)
public BatchLabelExample (Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.LabelExampleResponse value = default, bool? hasError = default, Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus error = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.BatchLabelExample : Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.LabelExampleResponse * Nullable<bool> * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.OperationStatus -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.BatchLabelExample
Public Sub New (Optional value As LabelExampleResponse = Nothing, Optional hasError As Nullable(Of Boolean) = Nothing, Optional error As OperationStatus = Nothing)
パラメーター
- value
- LabelExampleResponse
- error
- OperationStatus
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET