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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET