UsageDetails.DocumentPagesBasicInline Property
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.
The number of document pages processed at the basic level by an inline analyze operation. For documents without explicit pages (ex. txt, html), every 3000 UTF-16 characters is counted as one page.
public int? DocumentPagesBasicInline { get; }
member this.DocumentPagesBasicInline : Nullable<int>
Public ReadOnly Property DocumentPagesBasicInline As Nullable(Of Integer)