TagType Class

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

public class TagType

Defines values for TagType.

Field Summary

Modifier and Type Field and Description
final TagType NEGATIVE

Static value Negative for TagType.

final TagType REGULAR

Static value Regular for TagType.

Method Summary

Modifier and Type Method and Description
TagType fromString(String name)

Creates or finds a TagType from its string representation.

Collection<TagType> values()

Field Details

NEGATIVE

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

Static value Negative for TagType.

REGULAR

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

Static value Regular for TagType.

Method Details

fromString

public static TagType fromString(String name)

Creates or finds a TagType from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding TagType

values

public static Collection values()

Returns:

known TagType values

Applies to