CreateVideoReviewsBodyItemVideoFramesItem Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. CreateVideoReviewsBodyItemVideoFramesItem
- com.
public class CreateVideoReviewsBodyItemVideoFramesItem
The CreateVideoReviewsBodyItemVideoFramesItem model.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
frameImage()
Get the frameImage value. |
String |
id()
Get the id value. |
List<Create |
metadata()
Get the metadata value. |
List<Create |
reviewerResultTags()
Get the reviewerResultTags value. |
int |
timestamp()
Get the timestamp value. |
Create |
withFrameImage(String frameImage)
Set the frameImage value. |
Create |
withId(String id)
Set the id value. |
Create |
withMetadata(List<CreateVideoReviewsBodyItemVideoFramesItemMetadataItem> metadata)
Set the metadata value. |
Create |
withReviewerResultTags(List<CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem> reviewerResultTags)
Set the reviewerResultTags value. |
Create |
withTimestamp(int timestamp)
Set the timestamp value. |
Method Details
frameImage
public String frameImage()
Get the frameImage value.
Returns:
id
public String id()
Get the id value.
Returns:
metadata
public List
Get the metadata value.
Returns:
reviewerResultTags
public List
Get the reviewerResultTags value.
Returns:
timestamp
public int timestamp()
Get the timestamp value.
Returns:
withFrameImage
public CreateVideoReviewsBodyItemVideoFramesItem withFrameImage(String frameImage)
Set the frameImage value.
Parameters:
Returns:
withId
public CreateVideoReviewsBodyItemVideoFramesItem withId(String id)
Set the id value.
Parameters:
Returns:
withMetadata
public CreateVideoReviewsBodyItemVideoFramesItem withMetadata(List
Set the metadata value.
Parameters:
Returns:
withReviewerResultTags
public CreateVideoReviewsBodyItemVideoFramesItem withReviewerResultTags(List
Set the reviewerResultTags value.
Parameters:
Returns:
withTimestamp
public CreateVideoReviewsBodyItemVideoFramesItem withTimestamp(int timestamp)
Set the timestamp value.
Parameters:
Returns:
Applies to
Azure SDK for Java