次の方法で共有


TextStyle クラス

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

public class TextStyle

TextStyle の値を定義します。

フィールドの概要

修飾子と型 フィールドと説明
final TextStyle HANDWRITING

TextStyle の静的な値の手書き。

final TextStyle OTHER

TextStyle の静的な値 other。

メソッドの概要

修飾子と型 メソッドと説明
TextStyle fromString(String name)

文字列表現から TextStyle を作成または検索します。

Collection<TextStyle> values()

フィールドの詳細

HANDWRITING

public static final TextStyle HANDWRITING= fromString("handwriting")

TextStyle の静的な値の手書き。

OTHER

public static final TextStyle OTHER= fromString("other")

TextStyle の静的な値 other。

メソッドの詳細

fromString

public static TextStyle fromString(String name)

文字列表現から TextStyle を作成または検索します。

Parameters:

name - 検索する名前

Returns:

対応する TextStyle

values

public static Collection values()

Returns:

既知の TextStyle 値

適用対象