Sdílet prostřednictvím


ReadResult.Blocks Property

Definition

A list of text blocks in the image. At the moment only one block is returned, containing all the text detected in the image.

public System.Collections.Generic.IReadOnlyList<Azure.AI.Vision.ImageAnalysis.DetectedTextBlock> Blocks { get; }
member this.Blocks : System.Collections.Generic.IReadOnlyList<Azure.AI.Vision.ImageAnalysis.DetectedTextBlock>
Public ReadOnly Property Blocks As IReadOnlyList(Of DetectedTextBlock)

Property Value

Applies to