Review クラス
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. Review
- com.
public class Review
Review オブジェクト。
メソッドの概要
メソッドの詳細
callbackEndpoint
public String callbackEndpoint()
callbackEndpoint 値を取得します。
Returns:
content
public String content()
コンテンツ値を取得します。
Returns:
contentId
public String contentId()
contentId 値を取得します。
Returns:
createdBy
public String createdBy()
createdBy 値を取得します。
Returns:
metadata
public List
メタデータ値を取得します。
Returns:
reviewerResultTags
public List
reviewerResultTags 値を取得します。
Returns:
reviewId
public String reviewId()
reviewId 値を取得します。
Returns:
status
public String status()
状態の値を取得します。
Returns:
subTeam
public String subTeam()
subTeam 値を取得します。
Returns:
type
public String type()
型の値を取得します。
Returns:
withCallbackEndpoint
public Review withCallbackEndpoint(String callbackEndpoint)
callbackEndpoint 値を設定します。
Parameters:
Returns:
withContent
public Review withContent(String content)
コンテンツ値を設定します。
Parameters:
Returns:
withContentId
public Review withContentId(String contentId)
contentId 値を設定します。
Parameters:
Returns:
withCreatedBy
public Review withCreatedBy(String createdBy)
createdBy 値を設定します。
Parameters:
Returns:
withMetadata
public Review withMetadata(List
メタデータ値を設定します。
Parameters:
Returns:
withReviewerResultTags
public Review withReviewerResultTags(List
reviewerResultTags 値を設定します。
Parameters:
Returns:
withReviewId
public Review withReviewId(String reviewId)
reviewId 値を設定します。
Parameters:
Returns:
withStatus
public Review withStatus(String status)
状態の値を設定します。
Parameters:
Returns:
withSubTeam
public Review withSubTeam(String subTeam)
subTeam 値を設定します。
Parameters:
Returns:
withType
public Review withType(String type)
型の値を設定します。
Parameters:
Returns:
適用対象
Azure SDK for Java