DetectedObject Class

Definition

Represents a physical object detected in an image.

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

Properties

BoundingBox

A rectangular boundary where the object was detected.

Tags

A single-item list containing the object information.

Explicit Interface Implementations

IJsonModel<DetectedObject>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DetectedObject>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DetectedObject>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DetectedObject>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DetectedObject>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to