次の方法で共有


Appearance クラス

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.computervision.models.Appearance

public class Appearance

テキスト行の外観を表す オブジェクト。

メソッドの概要

修飾子と型 メソッドと説明
Style style()

スタイル値を取得します。

Appearance withStyle(Style style)

スタイル値を設定します。

メソッドの詳細

style

public Style style()

スタイル値を取得します。

Returns:

スタイル値

withStyle

public Appearance withStyle(Style style)

スタイル値を設定します。

Parameters:

style - 設定するスタイル値

Returns:

Appearance オブジェクト自体。

適用対象