Frame Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. Frame
- com.
public class Frame
Video frame property details.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
frameImage()
Get the frameImage value. |
List<Key |
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:
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 Frame withFrameImage(String frameImage)
Set the frameImage value.
Parameters:
Returns:
withMetadata
public Frame withMetadata(List
Set the metadata value.
Parameters:
Returns:
withReviewerResultTags
public Frame withReviewerResultTags(List
Set the reviewerResultTags value.
Parameters:
Returns:
withTimestamp
public Frame withTimestamp(String timestamp)
Set the timestamp value.
Parameters:
Returns:
Applies to
Azure SDK for Java