Compartir a través de


GetVideoFramesOptionalParameter Clase

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

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.

GetVideoFramesOptionalParameter withFilter(String filter)

Establezca el valor de filtro.

GetVideoFramesOptionalParameter withNoOfRecords(Integer noOfRecords)

Establezca el valor noOfRecords.

GetVideoFramesOptionalParameter withStartSeed(Integer startSeed)

Establezca el valor startSeed.

GetVideoFramesOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Establezca el valor thisclientacceptLanguage.

Detalles del método

filter

public String filter()

Obtenga el valor de filtro.

Returns:

el valor del filtro

noOfRecords

public Integer noOfRecords()

Obtenga el valor noOfRecords.

Returns:

el valor noOfRecords

startSeed

public Integer startSeed()

Obtenga el valor startSeed.

Returns:

el valor startSeed

thisclientacceptLanguage

public String thisclientacceptLanguage()

Obtenga el valor thisclientacceptLanguage.

Returns:

el valor thisclientacceptLanguage

withFilter

public GetVideoFramesOptionalParameter withFilter(String filter)

Establezca el valor de filtro.

Parameters:

filter - valor de filtro que se va a establecer

Returns:

El propio objeto GetVideoFramesOptionalParameter.

withNoOfRecords

public GetVideoFramesOptionalParameter withNoOfRecords(Integer noOfRecords)

Establezca el valor noOfRecords.

Parameters:

noOfRecords - el valor noOfRecords que se va a establecer

Returns:

El propio objeto GetVideoFramesOptionalParameter.

withStartSeed

public GetVideoFramesOptionalParameter withStartSeed(Integer startSeed)

Establezca el valor startSeed.

Parameters:

startSeed - valor startSeed que se va a establecer

Returns:

El propio objeto GetVideoFramesOptionalParameter.

withThisclientacceptLanguage

public GetVideoFramesOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Establezca el valor thisclientacceptLanguage.

Parameters:

thisclientacceptLanguage - el valor thisclientacceptLanguage que se va a establecer

Returns:

El propio objeto GetVideoFramesOptionalParameter.

Se aplica a