CreateVideoReviewsBodyItemVideoFramesItem Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. CreateVideoReviewsBodyItemVideoFramesItem
- com.
public class CreateVideoReviewsBodyItemVideoFramesItem
The CreateVideoReviewsBodyItemVideoFramesItem model.
Modifier and Type | Method and Description |
---|---|
String |
frame Get the frameImage value. |
String |
id()
Get the id value. |
List<Create |
metadata()
Get the metadata value. |
List<Create |
reviewer Get the reviewerResultTags value. |
int |
timestamp()
Get the timestamp value. |
Create |
with Set the frameImage value. |
Create |
with Set the id value. |
Create |
with Set the metadata value. |
Create |
with Set the reviewerResultTags value. |
Create |
with Set the timestamp value. |
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: