ObjectsResult Class

Definition

Represents a list of physical object detected in an image and their location.

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

Properties

Values

A list of physical object detected in an image and their location.

Explicit Interface Implementations

IJsonModel<ObjectsResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ObjectsResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ObjectsResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ObjectsResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ObjectsResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to