Aracılığıyla paylaş


CreateVideoReviewsBodyItemVideoFramesItem Class

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

public class CreateVideoReviewsBodyItemVideoFramesItem

The CreateVideoReviewsBodyItemVideoFramesItem model.

Method Summary

Modifier and Type Method and Description
String frameImage()

Get the frameImage value.

String id()

Get the id value.

List<CreateVideoReviewsBodyItemVideoFramesItemMetadataItem> metadata()

Get the metadata value.

List<CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem> reviewerResultTags()

Get the reviewerResultTags value.

int timestamp()

Get the timestamp value.

CreateVideoReviewsBodyItemVideoFramesItem withFrameImage(String frameImage)

Set the frameImage value.

CreateVideoReviewsBodyItemVideoFramesItem withId(String id)

Set the id value.

CreateVideoReviewsBodyItemVideoFramesItem withMetadata(List<CreateVideoReviewsBodyItemVideoFramesItemMetadataItem> metadata)

Set the metadata value.

CreateVideoReviewsBodyItemVideoFramesItem withReviewerResultTags(List<CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem> reviewerResultTags)

Set the reviewerResultTags value.

CreateVideoReviewsBodyItemVideoFramesItem withTimestamp(int timestamp)

Set the timestamp value.

Method Details

frameImage

public String frameImage()

Get the frameImage value.

Returns:

the frameImage value

id

public String id()

Get the id value.

Returns:

the id 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 int timestamp()

Get the timestamp value.

Returns:

the timestamp value

withFrameImage

public CreateVideoReviewsBodyItemVideoFramesItem withFrameImage(String frameImage)

Set the frameImage value.

Parameters:

frameImage - the frameImage value to set

Returns:

the CreateVideoReviewsBodyItemVideoFramesItem object itself.

withId

public CreateVideoReviewsBodyItemVideoFramesItem withId(String id)

Set the id value.

Parameters:

id - the id value to set

Returns:

the CreateVideoReviewsBodyItemVideoFramesItem object itself.

withMetadata

public CreateVideoReviewsBodyItemVideoFramesItem withMetadata(List metadata)

Set the metadata value.

Parameters:

metadata - the metadata value to set

Returns:

the CreateVideoReviewsBodyItemVideoFramesItem object itself.

withReviewerResultTags

public CreateVideoReviewsBodyItemVideoFramesItem withReviewerResultTags(List reviewerResultTags)

Set the reviewerResultTags value.

Parameters:

reviewerResultTags - the reviewerResultTags value to set

Returns:

the CreateVideoReviewsBodyItemVideoFramesItem object itself.

withTimestamp

public CreateVideoReviewsBodyItemVideoFramesItem withTimestamp(int timestamp)

Set the timestamp value.

Parameters:

timestamp - the timestamp value to set

Returns:

the CreateVideoReviewsBodyItemVideoFramesItem object itself.

Applies to