TagsResult Class

Definition

A list of entities observed in the image. Tags can be physical objects, living being, scenery, or actions that appear in the image.

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

Properties

Values

A list of tags.

Explicit Interface Implementations

IJsonModel<TagsResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TagsResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TagsResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TagsResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TagsResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to