你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TagType 类

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum<TagType>
      • com.microsoft.azure.cognitiveservices.vision.customvision.training.models.TagType

public class TagType

定义 TagType 的值。

字段摘要

修饰符和类型 字段和描述
final TagType NEGATIVE

TagType 的静态值负值。

final TagType REGULAR

TagType 的静态值 Regular。

方法摘要

修饰符和类型 方法和描述
TagType fromString(String name)

从其字符串表示形式创建或查找 TagType。

Collection<TagType> values()

字段详细信息

NEGATIVE

public static final TagType NEGATIVE= fromString("Negative")

TagType 的静态值负值。

REGULAR

public static final TagType REGULAR= fromString("Regular")

TagType 的静态值 Regular。

方法详细信息

fromString

public static TagType fromString(String name)

从其字符串表示形式创建或查找 TagType。

Parameters:

name - 要查找的名称

Returns:

相应的 TagType

values

public static Collection values()

Returns:

已知 TagType 值

适用于