ReadResult Class

Definition

The results of a Read (OCR) operation.

public class ReadResult : System.ClientModel.Primitives.IJsonModel<Azure.AI.Vision.ImageAnalysis.ReadResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Vision.ImageAnalysis.ReadResult>
type ReadResult = class
    interface IJsonModel<ReadResult>
    interface IPersistableModel<ReadResult>
Public Class ReadResult
Implements IJsonModel(Of ReadResult), IPersistableModel(Of ReadResult)
Inheritance
ReadResult
Implements

Properties

Blocks

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

Explicit Interface Implementations

IJsonModel<ReadResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ReadResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ReadResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ReadResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ReadResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to