Compartir a través de


DescribeImageOptionalParameter Clase

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.computervision.models.DescribeImageOptionalParameter

public class DescribeImageOptionalParameter

Modelo DescribeImageOptionalParameter.

Resumen del método

Modificador y tipo Método y descripción
List<DescriptionExclude> descriptionExclude()

Obtiene el valor descriptionExclude.

String language()

Obtenga el valor de idioma.

Integer maxCandidates()

Obtenga el valor maxCandidates.

String modelVersion()

Obtenga el valor modelVersion.

String thisclientacceptLanguage()

Obtenga el valor thisclientacceptLanguage.

DescribeImageOptionalParameter withDescriptionExclude(List<DescriptionExclude> descriptionExclude)

Establezca el valor descriptionExclude.

DescribeImageOptionalParameter withLanguage(String language)

Establezca el valor de idioma.

DescribeImageOptionalParameter withMaxCandidates(Integer maxCandidates)

Establezca el valor maxCandidates.

DescribeImageOptionalParameter withModelVersion(String modelVersion)

Establezca el valor modelVersion.

DescribeImageOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Establezca el valor thisclientacceptLanguage.

Detalles del método

descriptionExclude

public List descriptionExclude()

Obtiene el valor descriptionExclude.

Returns:

el valor descriptionExclude

language

public String language()

Obtenga el valor de idioma.

Returns:

el valor de idioma

maxCandidates

public Integer maxCandidates()

Obtenga el valor maxCandidates.

Returns:

el valor maxCandidates

modelVersion

public String modelVersion()

Obtenga el valor modelVersion.

Returns:

el valor modelVersion

thisclientacceptLanguage

public String thisclientacceptLanguage()

Obtenga el valor thisclientacceptLanguage.

Returns:

el valor thisclientacceptLanguage

withDescriptionExclude

public DescribeImageOptionalParameter withDescriptionExclude(List descriptionExclude)

Establezca el valor descriptionExclude.

Parameters:

descriptionExclude - el valor descriptionExclude que se va a establecer

Returns:

El propio objeto DescribeImageOptionalParameter.

withLanguage

public DescribeImageOptionalParameter withLanguage(String language)

Establezca el valor de idioma.

Parameters:

language - valor de idioma que se va a establecer

Returns:

El propio objeto DescribeImageOptionalParameter.

withMaxCandidates

public DescribeImageOptionalParameter withMaxCandidates(Integer maxCandidates)

Establezca el valor maxCandidates.

Parameters:

maxCandidates - el valor maxCandidates que se va a establecer

Returns:

El propio objeto DescribeImageOptionalParameter.

withModelVersion

public DescribeImageOptionalParameter withModelVersion(String modelVersion)

Establezca el valor modelVersion.

Parameters:

modelVersion - valor modelVersion que se va a establecer

Returns:

El propio objeto DescribeImageOptionalParameter.

withThisclientacceptLanguage

public DescribeImageOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Establezca el valor thisclientacceptLanguage.

Parameters:

thisclientacceptLanguage - el valor thisclientacceptLanguage que se va a establecer

Returns:

El propio objeto DescribeImageOptionalParameter.

Se aplica a