GetVideoFramesOptionalParameter Clase
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. GetVideoFramesOptionalParameter
- com.
public class GetVideoFramesOptionalParameter
Modelo GetVideoFramesOptionalParameter.
Resumen del método
Modificador y tipo | Método y descripción |
---|---|
String |
filter()
Obtenga el valor de filtro. |
Integer |
noOfRecords()
Obtenga el valor noOfRecords. |
Integer |
startSeed()
Obtenga el valor startSeed. |
String |
thisclientacceptLanguage()
Obtenga el valor thisclientacceptLanguage. |
Get |
withFilter(String filter)
Establezca el valor de filtro. |
Get |
withNoOfRecords(Integer noOfRecords)
Establezca el valor noOfRecords. |
Get |
withStartSeed(Integer startSeed)
Establezca el valor startSeed. |
Get |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Establezca el valor thisclientacceptLanguage. |
Detalles del método
filter
public String filter()
Obtenga el valor de filtro.
Returns:
noOfRecords
public Integer noOfRecords()
Obtenga el valor noOfRecords.
Returns:
startSeed
public Integer startSeed()
Obtenga el valor startSeed.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Obtenga el valor thisclientacceptLanguage.
Returns:
withFilter
public GetVideoFramesOptionalParameter withFilter(String filter)
Establezca el valor de filtro.
Parameters:
Returns:
withNoOfRecords
public GetVideoFramesOptionalParameter withNoOfRecords(Integer noOfRecords)
Establezca el valor noOfRecords.
Parameters:
Returns:
withStartSeed
public GetVideoFramesOptionalParameter withStartSeed(Integer startSeed)
Establezca el valor startSeed.
Parameters:
Returns:
withThisclientacceptLanguage
public GetVideoFramesOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Establezca el valor thisclientacceptLanguage.
Parameters:
Returns:
Se aplica a
Azure SDK for Java