Compartir a través de


TextStyle Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.cognitiveservices.vision.computervision.models.TextStyle

public final class TextStyle
extends com.microsoft.rest.ExpandableStringEnum<TextStyle>

Defines values for TextStyle.

Field Summary

Modifier and Type Field and Description
static final TextStyle HANDWRITING

Static value handwriting for TextStyle.

static final TextStyle OTHER

Static value other for TextStyle.

Constructor Summary

Constructor Description
TextStyle()

Method Summary

Modifier and Type Method and Description
static TextStyle fromString(String name)

Creates or finds a TextStyle from its string representation.

static Collection<TextStyle> values()

Methods inherited from com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Methods inherited from java.lang.Object

Field Details

HANDWRITING

public static final TextStyle HANDWRITING

Static value handwriting for TextStyle.

OTHER

public static final TextStyle OTHER

Static value other for TextStyle.

Constructor Details

TextStyle

public TextStyle()

Method Details

fromString

public static TextStyle fromString(String name)

Creates or finds a TextStyle from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding TextStyle

values

public static Collection values()

Returns:

known TextStyle values

Applies to