次の方法で共有


Style クラス

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

public class Style

テキスト行のスタイルを表す オブジェクト。

メソッドの概要

修飾子と型 メソッドと説明
double confidence()

信頼度の値を取得します。

TextStyle name()

名前の値を取得します。

Style withConfidence(double confidence)

信頼度の値を設定します。

Style withName(TextStyle name)

名前の値を設定します。

メソッドの詳細

confidence

public double confidence()

信頼度の値を取得します。

Returns:

信頼度の値

name

public TextStyle name()

名前の値を取得します。

Returns:

名前の値

withConfidence

public Style withConfidence(double confidence)

信頼度の値を設定します。

Parameters:

confidence - 設定する信頼度値

Returns:

Style オブジェクト自体。

withName

public Style withName(TextStyle name)

名前の値を設定します。

Parameters:

name - 設定する名前の値

Returns:

Style オブジェクト自体。

適用対象