Aracılığıyla paylaş


CreateVideoReviewsBodyItem Class

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

public class CreateVideoReviewsBodyItem

Schema items of the body.

Constructor Summary

Constructor Description
CreateVideoReviewsBodyItem()

Creates an instance of CreateVideoReviewsBodyItem class.

Method Summary

Modifier and Type Method and Description
String callbackEndpoint()

Get the callbackEndpoint value.

String content()

Get the content value.

String contentId()

Get the contentId value.

List<CreateVideoReviewsBodyItemMetadataItem> metadata()

Get the metadata value.

String status()

Get the status value.

Integer timescale()

Get the timescale value.

String type()

Get the type value.

List<CreateVideoReviewsBodyItemVideoFramesItem> videoFrames()

Get the videoFrames value.

CreateVideoReviewsBodyItem withCallbackEndpoint(String callbackEndpoint)

Set the callbackEndpoint value.

CreateVideoReviewsBodyItem withContent(String content)

Set the content value.

CreateVideoReviewsBodyItem withContentId(String contentId)

Set the contentId value.

CreateVideoReviewsBodyItem withMetadata(List<CreateVideoReviewsBodyItemMetadataItem> metadata)

Set the metadata value.

CreateVideoReviewsBodyItem withStatus(String status)

Set the status value.

CreateVideoReviewsBodyItem withTimescale(Integer timescale)

Set the timescale value.

CreateVideoReviewsBodyItem withType(String type)

Set the type value.

CreateVideoReviewsBodyItem withVideoFrames(List<CreateVideoReviewsBodyItemVideoFramesItem> videoFrames)

Set the videoFrames value.

Constructor Details

CreateVideoReviewsBodyItem

public CreateVideoReviewsBodyItem()

Creates an instance of CreateVideoReviewsBodyItem class.

Method Details

callbackEndpoint

public String callbackEndpoint()

Get the callbackEndpoint value.

Returns:

the callbackEndpoint value

content

public String content()

Get the content value.

Returns:

the content value

contentId

public String contentId()

Get the contentId value.

Returns:

the contentId value

metadata

public List metadata()

Get the metadata value.

Returns:

the metadata value

status

public String status()

Get the status value.

Returns:

the status value

timescale

public Integer timescale()

Get the timescale value.

Returns:

the timescale value

type

public String type()

Get the type value.

Returns:

the type value

videoFrames

public List videoFrames()

Get the videoFrames value.

Returns:

the videoFrames value

withCallbackEndpoint

public CreateVideoReviewsBodyItem withCallbackEndpoint(String callbackEndpoint)

Set the callbackEndpoint value.

Parameters:

callbackEndpoint - the callbackEndpoint value to set

Returns:

the CreateVideoReviewsBodyItem object itself.

withContent

public CreateVideoReviewsBodyItem withContent(String content)

Set the content value.

Parameters:

content - the content value to set

Returns:

the CreateVideoReviewsBodyItem object itself.

withContentId

public CreateVideoReviewsBodyItem withContentId(String contentId)

Set the contentId value.

Parameters:

contentId - the contentId value to set

Returns:

the CreateVideoReviewsBodyItem object itself.

withMetadata

public CreateVideoReviewsBodyItem withMetadata(List metadata)

Set the metadata value.

Parameters:

metadata - the metadata value to set

Returns:

the CreateVideoReviewsBodyItem object itself.

withStatus

public CreateVideoReviewsBodyItem withStatus(String status)

Set the status value.

Parameters:

status - the status value to set

Returns:

the CreateVideoReviewsBodyItem object itself.

withTimescale

public CreateVideoReviewsBodyItem withTimescale(Integer timescale)

Set the timescale value.

Parameters:

timescale - the timescale value to set

Returns:

the CreateVideoReviewsBodyItem object itself.

withType

public CreateVideoReviewsBodyItem withType(String type)

Set the type value.

Parameters:

type - the type value to set

Returns:

the CreateVideoReviewsBodyItem object itself.

withVideoFrames

public CreateVideoReviewsBodyItem withVideoFrames(List videoFrames)

Set the videoFrames value.

Parameters:

videoFrames - the videoFrames value to set

Returns:

the CreateVideoReviewsBodyItem object itself.

Applies to