CreateVideoReviewsBodyItem Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. CreateVideoReviewsBodyItem
- com.
public class CreateVideoReviewsBodyItem
Schema items of the body.
Constructor Summary
Constructor | Description |
---|---|
CreateVideoReviewsBodyItem() |
Creates an instance of CreateVideoReviewsBodyItem class. |
Method Summary
Constructor Details
CreateVideoReviewsBodyItem
public CreateVideoReviewsBodyItem()
Creates an instance of CreateVideoReviewsBodyItem class.
Method Details
callbackEndpoint
public String callbackEndpoint()
Get the callbackEndpoint value.
Returns:
content
public String content()
Get the content value.
Returns:
contentId
public String contentId()
Get the contentId value.
Returns:
metadata
public List
Get the metadata value.
Returns:
status
public String status()
Get the status value.
Returns:
timescale
public Integer timescale()
Get the timescale value.
Returns:
type
public String type()
Get the type value.
Returns:
videoFrames
public List
Get the videoFrames value.
Returns:
withCallbackEndpoint
public CreateVideoReviewsBodyItem withCallbackEndpoint(String callbackEndpoint)
Set the callbackEndpoint value.
Parameters:
Returns:
withContent
public CreateVideoReviewsBodyItem withContent(String content)
Set the content value.
Parameters:
Returns:
withContentId
public CreateVideoReviewsBodyItem withContentId(String contentId)
Set the contentId value.
Parameters:
Returns:
withMetadata
public CreateVideoReviewsBodyItem withMetadata(List
Set the metadata value.
Parameters:
Returns:
withStatus
public CreateVideoReviewsBodyItem withStatus(String status)
Set the status value.
Parameters:
Returns:
withTimescale
public CreateVideoReviewsBodyItem withTimescale(Integer timescale)
Set the timescale value.
Parameters:
Returns:
withType
public CreateVideoReviewsBodyItem withType(String type)
Set the type value.
Parameters:
Returns:
withVideoFrames
public CreateVideoReviewsBodyItem withVideoFrames(List
Set the videoFrames value.
Parameters:
Returns: