次の方法で共有


ImageAnnotationType 構造体

定義

画像データの注釈の種類。

public readonly struct ImageAnnotationType : IEquatable<Azure.ResourceManager.MachineLearning.Models.ImageAnnotationType>
type ImageAnnotationType = struct
Public Structure ImageAnnotationType
Implements IEquatable(Of ImageAnnotationType)
継承
ImageAnnotationType
実装

コンストラクター

ImageAnnotationType(String)

ImageAnnotationType の新しいインスタンスを初期化します。

プロパティ

BoundingBox

BoundingBox。

Classification

分類。

InstanceSegmentation

InstanceSegmentation。

メソッド

Equals(ImageAnnotationType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(ImageAnnotationType, ImageAnnotationType)

2 つの ImageAnnotationType 値が同じかどうかを判断します。

Implicit(String to ImageAnnotationType)

文字列を ImageAnnotationType に変換します。

Inequality(ImageAnnotationType, ImageAnnotationType)

2 つの ImageAnnotationType 値が同じでないかどうかを判断します。

適用対象