Dela via


Frame Class

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

public class Frame

Video frame property details.

Method Summary

Modifier and Type Method and Description
String frameImage()

Get the frameImage value.

List<KeyValuePair> metadata()

Get the metadata value.

List<Tag> reviewerResultTags()

Get the reviewerResultTags value.

String timestamp()

Get the timestamp value.

Frame withFrameImage(String frameImage)

Set the frameImage value.

Frame withMetadata(List<KeyValuePair> metadata)

Set the metadata value.

Frame withReviewerResultTags(List<Tag> reviewerResultTags)

Set the reviewerResultTags value.

Frame 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 Frame withFrameImage(String frameImage)

Set the frameImage value.

Parameters:

frameImage - the frameImage value to set

Returns:

the Frame object itself.

withMetadata

public Frame withMetadata(List metadata)

Set the metadata value.

Parameters:

metadata - the metadata value to set

Returns:

the Frame object itself.

withReviewerResultTags

public Frame withReviewerResultTags(List reviewerResultTags)

Set the reviewerResultTags value.

Parameters:

reviewerResultTags - the reviewerResultTags value to set

Returns:

the Frame object itself.

withTimestamp

public Frame withTimestamp(String timestamp)

Set the timestamp value.

Parameters:

timestamp - the timestamp value to set

Returns:

the Frame object itself.

Applies to