BatchLabelExample クラス
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. BatchLabelExample
- com.
public class BatchLabelExample
ラベル付けされた発話の例のバッチを追加するときの応答。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
Operation |
error()
エラー値を取得します。 |
Boolean |
hasError()
hasError 値を取得します。 |
Label |
value()
値を取得します。 |
Batch |
withError(OperationStatus error)
エラー値を設定します。 |
Batch |
withHasError(Boolean hasError)
hasError 値を設定します。 |
Batch |
withValue(LabelExampleResponse value)
値を設定します。 |
メソッドの詳細
error
public OperationStatus error()
エラー値を取得します。
Returns:
エラー値
hasError
public Boolean hasError()
hasError 値を取得します。
Returns:
hasError 値
value
public LabelExampleResponse value()
値を取得します。
Returns:
値の値
withError
public BatchLabelExample withError(OperationStatus error)
エラー値を設定します。
Parameters:
error
- 設定するエラー値
Returns:
BatchLabelExample オブジェクト自体。
withHasError
public BatchLabelExample withHasError(Boolean hasError)
hasError 値を設定します。
Parameters:
hasError
- 設定する hasError 値
Returns:
BatchLabelExample オブジェクト自体。
withValue
public BatchLabelExample withValue(LabelExampleResponse value)
値を設定します。
Parameters:
value
- 設定する値
Returns:
BatchLabelExample オブジェクト自体。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java