azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.cogniti...

294 строки
15 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.callbackEndpoint()
name: callbackEndpoint()
nameWithType: Review.callbackEndpoint()
returns:
description: <p>the callbackEndpoint value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the callbackEndpoint value.</p>
<p></p>
syntax: public String callbackEndpoint()
uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.callbackEndpoint()
- fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.content()
name: content()
nameWithType: Review.content()
returns:
description: <p>the content value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the content value.</p>
<p></p>
syntax: public String content()
uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.content()
- fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.contentId()
name: contentId()
nameWithType: Review.contentId()
returns:
description: <p>the contentId value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the contentId value.</p>
<p></p>
syntax: public String contentId()
uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.contentId()
- fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.createdBy()
name: createdBy()
nameWithType: Review.createdBy()
returns:
description: <p>the createdBy value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the createdBy value.</p>
<p></p>
syntax: public String createdBy()
uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.createdBy()
- fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.metadata()
name: metadata()
nameWithType: Review.metadata()
returns:
description: <p>the metadata value </p>
type: List&lt;<xref href="com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.KeyValuePair?alt=com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.KeyValuePair&text=KeyValuePair" data-throw-if-not-resolved="False"/>&gt;
summary: >-
<p>Get the metadata value.</p>
<p></p>
syntax: public List<KeyValuePair> metadata()
uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.metadata()
- fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.reviewerResultTags()
name: reviewerResultTags()
nameWithType: Review.reviewerResultTags()
returns:
description: <p>the reviewerResultTags value </p>
type: List&lt;<xref href="com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.KeyValuePair?alt=com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.KeyValuePair&text=KeyValuePair" data-throw-if-not-resolved="False"/>&gt;
summary: >-
<p>Get the reviewerResultTags value.</p>
<p></p>
syntax: public List<KeyValuePair> reviewerResultTags()
uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.reviewerResultTags()
- fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.reviewId()
name: reviewId()
nameWithType: Review.reviewId()
returns:
description: <p>the reviewId value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the reviewId value.</p>
<p></p>
syntax: public String reviewId()
uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.reviewId()
- fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.status()
name: status()
nameWithType: Review.status()
returns:
description: <p>the status value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the status value.</p>
<p></p>
syntax: public String status()
uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.status()
- fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.subTeam()
name: subTeam()
nameWithType: Review.subTeam()
returns:
description: <p>the subTeam value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the subTeam value.</p>
<p></p>
syntax: public String subTeam()
uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.subTeam()
- fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.type()
name: type()
nameWithType: Review.type()
returns:
description: <p>the type value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the type value.</p>
<p></p>
syntax: public String type()
uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.type()
- fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.withCallbackEndpoint(String callbackEndpoint)
name: withCallbackEndpoint(String callbackEndpoint)
nameWithType: Review.withCallbackEndpoint(String callbackEndpoint)
parameters:
- description: <p>the callbackEndpoint value to set </p>
name: callbackEndpoint
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the Review object itself. </p>
type: <xref href="com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review?alt=com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review&text=Review" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the callbackEndpoint value.</p>
<p></p>
syntax: public Review withCallbackEndpoint(String callbackEndpoint)
uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.withCallbackEndpoint(String)
- fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.withContent(String content)
name: withContent(String content)
nameWithType: Review.withContent(String content)
parameters:
- description: <p>the content value to set </p>
name: content
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the Review object itself. </p>
type: <xref href="com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review?alt=com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review&text=Review" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the content value.</p>
<p></p>
syntax: public Review withContent(String content)
uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.withContent(String)
- fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.withContentId(String contentId)
name: withContentId(String contentId)
nameWithType: Review.withContentId(String contentId)
parameters:
- description: <p>the contentId value to set </p>
name: contentId
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the Review object itself. </p>
type: <xref href="com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review?alt=com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review&text=Review" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the contentId value.</p>
<p></p>
syntax: public Review withContentId(String contentId)
uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.withContentId(String)
- fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.withCreatedBy(String createdBy)
name: withCreatedBy(String createdBy)
nameWithType: Review.withCreatedBy(String createdBy)
parameters:
- description: <p>the createdBy value to set </p>
name: createdBy
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the Review object itself. </p>
type: <xref href="com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review?alt=com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review&text=Review" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the createdBy value.</p>
<p></p>
syntax: public Review withCreatedBy(String createdBy)
uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.withCreatedBy(String)
- fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.withMetadata(List<KeyValuePair> metadata)
name: withMetadata(List<KeyValuePair> metadata)
nameWithType: Review.withMetadata(List<KeyValuePair> metadata)
parameters:
- description: <p>the metadata value to set </p>
name: metadata
type: List&lt;<xref href="com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.KeyValuePair?alt=com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.KeyValuePair&text=KeyValuePair" data-throw-if-not-resolved="False"/>&gt;
returns:
description: <p>the Review object itself. </p>
type: <xref href="com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review?alt=com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review&text=Review" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the metadata value.</p>
<p></p>
syntax: public Review withMetadata(List<KeyValuePair> metadata)
uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.withMetadata(List<KeyValuePair>)
- fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.withReviewerResultTags(List<KeyValuePair> reviewerResultTags)
name: withReviewerResultTags(List<KeyValuePair> reviewerResultTags)
nameWithType: Review.withReviewerResultTags(List<KeyValuePair> reviewerResultTags)
parameters:
- description: <p>the reviewerResultTags value to set </p>
name: reviewerResultTags
type: List&lt;<xref href="com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.KeyValuePair?alt=com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.KeyValuePair&text=KeyValuePair" data-throw-if-not-resolved="False"/>&gt;
returns:
description: <p>the Review object itself. </p>
type: <xref href="com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review?alt=com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review&text=Review" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the reviewerResultTags value.</p>
<p></p>
syntax: public Review withReviewerResultTags(List<KeyValuePair> reviewerResultTags)
uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.withReviewerResultTags(List<KeyValuePair>)
- fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.withReviewId(String reviewId)
name: withReviewId(String reviewId)
nameWithType: Review.withReviewId(String reviewId)
parameters:
- description: <p>the reviewId value to set </p>
name: reviewId
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the Review object itself. </p>
type: <xref href="com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review?alt=com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review&text=Review" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the reviewId value.</p>
<p></p>
syntax: public Review withReviewId(String reviewId)
uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.withReviewId(String)
- fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.withStatus(String status)
name: withStatus(String status)
nameWithType: Review.withStatus(String status)
parameters:
- description: <p>the status value to set </p>
name: status
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the Review object itself. </p>
type: <xref href="com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review?alt=com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review&text=Review" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the status value.</p>
<p></p>
syntax: public Review withStatus(String status)
uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.withStatus(String)
- fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.withSubTeam(String subTeam)
name: withSubTeam(String subTeam)
nameWithType: Review.withSubTeam(String subTeam)
parameters:
- description: <p>the subTeam value to set </p>
name: subTeam
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the Review object itself. </p>
type: <xref href="com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review?alt=com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review&text=Review" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the subTeam value.</p>
<p></p>
syntax: public Review withSubTeam(String subTeam)
uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.withSubTeam(String)
- fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.withType(String type)
name: withType(String type)
nameWithType: Review.withType(String type)
parameters:
- description: <p>the type value to set </p>
name: type
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the Review object itself. </p>
type: <xref href="com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review?alt=com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review&text=Review" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the type value.</p>
<p></p>
syntax: public Review withType(String type)
uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review.withType(String)
nameWithType: Review
syntax: public class Review
type: class
uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review
fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Review
name: Review
package: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models
summary: <p>The Review object. </p>
metadata: {}