DetectedTag Class

Definition

A content entity observation in the image. A tag can be a physical object, living being, scenery, or action that appear in the image.

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

Properties

Confidence

A score, in the range of 0 to 1 (inclusive), representing the confidence that this entity was observed. Higher values indicating higher confidence.

Name

Name of the entity.

Explicit Interface Implementations

IJsonModel<DetectedTag>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DetectedTag>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DetectedTag>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DetectedTag>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DetectedTag>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to