Dela via


GetVideoFramesOptionalParameter Class

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

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.

GetVideoFramesOptionalParameter withFilter(String filter)

Set the filter value.

GetVideoFramesOptionalParameter withNoOfRecords(Integer noOfRecords)

Set the noOfRecords value.

GetVideoFramesOptionalParameter withStartSeed(Integer startSeed)

Set the startSeed value.

GetVideoFramesOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

filter

public String filter()

Get the filter value.

Returns:

the filter value

noOfRecords

public Integer noOfRecords()

Get the noOfRecords value.

Returns:

the noOfRecords value

startSeed

public Integer startSeed()

Get the startSeed value.

Returns:

the startSeed value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

withFilter

public GetVideoFramesOptionalParameter withFilter(String filter)

Set the filter value.

Parameters:

filter - the filter value to set

Returns:

the GetVideoFramesOptionalParameter object itself.

withNoOfRecords

public GetVideoFramesOptionalParameter withNoOfRecords(Integer noOfRecords)

Set the noOfRecords value.

Parameters:

noOfRecords - the noOfRecords value to set

Returns:

the GetVideoFramesOptionalParameter object itself.

withStartSeed

public GetVideoFramesOptionalParameter withStartSeed(Integer startSeed)

Set the startSeed value.

Parameters:

startSeed - the startSeed value to set

Returns:

the GetVideoFramesOptionalParameter object itself.

withThisclientacceptLanguage

public GetVideoFramesOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the GetVideoFramesOptionalParameter object itself.

Applies to