CreateVideoReviewsOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. CreateVideoReviewsOptionalParameter
- com.
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. |
Create |
withSubTeam(String subTeam)
Set the subTeam value. |
Create |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Method Details
subTeam
public String subTeam()
Get the subTeam value.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
withSubTeam
public CreateVideoReviewsOptionalParameter withSubTeam(String subTeam)
Set the subTeam value.
Parameters:
Returns:
withThisclientacceptLanguage
public CreateVideoReviewsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
Applies to
Azure SDK for Java