Dela via


VideoFrameBodyItem Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.VideoFrameBodyItem

public class VideoFrameBodyItem

Schema items of the body.

Method Summary

Modifier and Type Method and Description
String frameImage()

Get the frameImage value.

List<VideoFrameBodyItemMetadataItem> metadata()

Get the metadata value.

List<VideoFrameBodyItemReviewerResultTagsItem> reviewerResultTags()

Get the reviewerResultTags value.

String timestamp()

Get the timestamp value.

VideoFrameBodyItem withFrameImage(String frameImage)

Set the frameImage value.

VideoFrameBodyItem withMetadata(List<VideoFrameBodyItemMetadataItem> metadata)

Set the metadata value.

VideoFrameBodyItem withReviewerResultTags(List<VideoFrameBodyItemReviewerResultTagsItem> reviewerResultTags)

Set the reviewerResultTags value.

VideoFrameBodyItem withTimestamp(String timestamp)

Set the timestamp value.

Method Details

frameImage

public String frameImage()

Get the frameImage value.

Returns:

the frameImage value

metadata

public List metadata()

Get the metadata value.

Returns:

the metadata value

reviewerResultTags

public List reviewerResultTags()

Get the reviewerResultTags value.

Returns:

the reviewerResultTags value

timestamp

public String timestamp()

Get the timestamp value.

Returns:

the timestamp value

withFrameImage

public VideoFrameBodyItem withFrameImage(String frameImage)

Set the frameImage value.

Parameters:

frameImage - the frameImage value to set

Returns:

the VideoFrameBodyItem object itself.

withMetadata

public VideoFrameBodyItem withMetadata(List metadata)

Set the metadata value.

Parameters:

metadata - the metadata value to set

Returns:

the VideoFrameBodyItem object itself.

withReviewerResultTags

public VideoFrameBodyItem withReviewerResultTags(List reviewerResultTags)

Set the reviewerResultTags value.

Parameters:

reviewerResultTags - the reviewerResultTags value to set

Returns:

the VideoFrameBodyItem object itself.

withTimestamp

public VideoFrameBodyItem withTimestamp(String timestamp)

Set the timestamp value.

Parameters:

timestamp - the timestamp value to set

Returns:

the VideoFrameBodyItem object itself.

Applies to