ContentUnderstandingModelFactory.AnalyzeUsageDetails Method
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.
Creates a new AnalyzeUsageDetails for mocking.
public static Azure.AI.ContentUnderstanding.AnalyzeUsageDetails AnalyzeUsageDetails(int? documentPagesMinimal = default, int? documentPagesBasic = default, int? documentPagesStandard = default, float? audioHours = default, float? videoHours = default, int? contextualizationTokens = default, System.Collections.Generic.IDictionary<string,int>? tokens = default);
static member AnalyzeUsageDetails : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<single> * Nullable<single> * Nullable<int> * System.Collections.Generic.IDictionary<string, int> -> Azure.AI.ContentUnderstanding.AnalyzeUsageDetails
Public Shared Function AnalyzeUsageDetails (Optional documentPagesMinimal As Nullable(Of Integer) = Nothing, Optional documentPagesBasic As Nullable(Of Integer) = Nothing, Optional documentPagesStandard As Nullable(Of Integer) = Nothing, Optional audioHours As Nullable(Of Single) = Nothing, Optional videoHours As Nullable(Of Single) = Nothing, Optional contextualizationTokens As Nullable(Of Integer) = Nothing, Optional tokens As IDictionary(Of String, Integer) = Nothing) As AnalyzeUsageDetails
Parameters
- tokens
- IDictionary<String,Int32>
The number of LLM and embedding tokens consumed, grouped by model and type.
Returns
A new AnalyzeUsageDetails instance for mocking.