GetVideoFramesOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. GetVideoFramesOptionalParameter
- com.
public class GetVideoFramesOptionalParameter
The GetVideoFramesOptionalParameter model.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
filter()
Get the filter value. |
Integer |
noOfRecords()
Get the noOfRecords value. |
Integer |
startSeed()
Get the startSeed value. |
String |
thisclientacceptLanguage()
Get the thisclientacceptLanguage value. |
Get |
withFilter(String filter)
Set the filter value. |
Get |
withNoOfRecords(Integer noOfRecords)
Set the noOfRecords value. |
Get |
withStartSeed(Integer startSeed)
Set the startSeed value. |
Get |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Method Details
filter
public String filter()
Get the filter value.
Returns:
noOfRecords
public Integer noOfRecords()
Get the noOfRecords value.
Returns:
startSeed
public Integer startSeed()
Get the startSeed value.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
withFilter
public GetVideoFramesOptionalParameter withFilter(String filter)
Set the filter value.
Parameters:
Returns:
withNoOfRecords
public GetVideoFramesOptionalParameter withNoOfRecords(Integer noOfRecords)
Set the noOfRecords value.
Parameters:
Returns:
withStartSeed
public GetVideoFramesOptionalParameter withStartSeed(Integer startSeed)
Set the startSeed value.
Parameters:
Returns:
withThisclientacceptLanguage
public GetVideoFramesOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns: