AddVideoFrameStreamOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. AddVideoFrameStreamOptionalParameter
- com.
public class AddVideoFrameStreamOptionalParameter
The AddVideoFrameStreamOptionalParameter model.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
thisclientacceptLanguage()
Get the thisclientacceptLanguage value. |
Integer |
timescale()
Get the timescale value. |
Add |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Add |
withTimescale(Integer timescale)
Set the timescale value. |
Method Details
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
timescale
public Integer timescale()
Get the timescale value.
Returns:
withThisclientacceptLanguage
public AddVideoFrameStreamOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
withTimescale
public AddVideoFrameStreamOptionalParameter withTimescale(Integer timescale)
Set the timescale value.
Parameters:
Returns:
Applies to
Azure SDK for Java