SearchModelFactory.ImageServingStatistics 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.
Statistics about image serving during a retrieval activity.
public static Azure.Search.Documents.KnowledgeBases.Models.ImageServingStatistics ImageServingStatistics(int? imagesRetrieved = default, int? imagesSentToModel = default, long? totalImageSizeBytes = default, bool? verbalizationUsed = default);
static member ImageServingStatistics : Nullable<int> * Nullable<int> * Nullable<int64> * Nullable<bool> -> Azure.Search.Documents.KnowledgeBases.Models.ImageServingStatistics
Public Shared Function ImageServingStatistics (Optional imagesRetrieved As Nullable(Of Integer) = Nothing, Optional imagesSentToModel As Nullable(Of Integer) = Nothing, Optional totalImageSizeBytes As Nullable(Of Long) = Nothing, Optional verbalizationUsed As Nullable(Of Boolean) = Nothing) As ImageServingStatistics
Parameters
Indicates whether image verbalization was used instead of direct image serving.
Returns
A new ImageServingStatistics instance for mocking.