VideoFrameBodyItem Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. VideoFrameBodyItem
- com.
public class VideoFrameBodyItem
Schema items of the body.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
frameImage()
Get the frameImage value. |
List<Video |
metadata()
Get the metadata value. |
List<Video |
reviewerResultTags()
Get the reviewerResultTags value. |
String |
timestamp()
Get the timestamp value. |
Video |
withFrameImage(String frameImage)
Set the frameImage value. |
Video |
withMetadata(List<VideoFrameBodyItemMetadataItem> metadata)
Set the metadata value. |
Video |
withReviewerResultTags(List<VideoFrameBodyItemReviewerResultTagsItem> reviewerResultTags)
Set the reviewerResultTags value. |
Video |
withTimestamp(String timestamp)
Set the timestamp value. |
Method Details
frameImage
public String frameImage()
Get the frameImage value.
Returns:
metadata
public List
Get the metadata value.
Returns:
reviewerResultTags
public List
Get the reviewerResultTags value.
Returns:
timestamp
public String timestamp()
Get the timestamp value.
Returns:
withFrameImage
public VideoFrameBodyItem withFrameImage(String frameImage)
Set the frameImage value.
Parameters:
Returns:
withMetadata
public VideoFrameBodyItem withMetadata(List
Set the metadata value.
Parameters:
Returns:
withReviewerResultTags
public VideoFrameBodyItem withReviewerResultTags(List
Set the reviewerResultTags value.
Parameters:
Returns:
withTimestamp
public VideoFrameBodyItem withTimestamp(String timestamp)
Set the timestamp value.
Parameters:
Returns: