次の方法で共有


LabelTextObject クラス

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.authoring.models.LabelTextObject

public class LabelTextObject

発話のテキストの例を含むオブジェクト。

メソッドの概要

修飾子と型 メソッドと説明
Integer id()

id 値を取得します。

String text()

テキスト値を取得します。

LabelTextObject withId(Integer id)

id 値を設定します。

LabelTextObject withText(String text)

テキスト値を設定します。

メソッドの詳細

id

public Integer id()

id 値を取得します。

Returns:

id 値

text

public String text()

テキスト値を取得します。

Returns:

テキスト値

withId

public LabelTextObject withId(Integer id)

id 値を設定します。

Parameters:

id - 設定する id 値

Returns:

LabelTextObject オブジェクト自体。

withText

public LabelTextObject withText(String text)

テキスト値を設定します。

Parameters:

text - 設定するテキスト値

Returns:

LabelTextObject オブジェクト自体。

適用対象