CreateVideoReviewsOptionalParameter Class

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

public class CreateVideoReviewsOptionalParameter

The CreateVideoReviewsOptionalParameter model.

Method Summary

Modifier and Type Method and Description
String subTeam()

Get the subTeam value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

CreateVideoReviewsOptionalParameter withSubTeam(String subTeam)

Set the subTeam value.

CreateVideoReviewsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

subTeam

public String subTeam()

Get the subTeam value.

Returns:

the subTeam value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

withSubTeam

public CreateVideoReviewsOptionalParameter withSubTeam(String subTeam)

Set the subTeam value.

Parameters:

subTeam - the subTeam value to set

Returns:

the CreateVideoReviewsOptionalParameter object itself.

withThisclientacceptLanguage

public CreateVideoReviewsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the CreateVideoReviewsOptionalParameter object itself.

Applies to