RequestStatistics Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RequestStatistics() | |
RequestStatistics(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int64>) |
RequestStatistics()
- Source:
- RequestStatistics.cs
- Source:
- RequestStatistics.cs
public RequestStatistics ();
Public Sub New ()
Applies to
RequestStatistics(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int64>)
- Source:
- RequestStatistics.cs
- Source:
- RequestStatistics.cs
public RequestStatistics (int? documentsCount = default, int? validDocumentsCount = default, int? erroneousDocumentsCount = default, long? transactionsCount = default);
new Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.RequestStatistics : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int64> -> Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.RequestStatistics
Public Sub New (Optional documentsCount As Nullable(Of Integer) = Nothing, Optional validDocumentsCount As Nullable(Of Integer) = Nothing, Optional erroneousDocumentsCount As Nullable(Of Integer) = Nothing, Optional transactionsCount As Nullable(Of Long) = Nothing)
Parameters
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET