Compartilhar via


DescribeImageOptionalParameter Classe

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

public class DescribeImageOptionalParameter

O modelo DescribeImageOptionalParameter.

Resumo do método

Modificador e tipo Método e descrição
List<DescriptionExclude> descriptionExclude()

Obtenha o valor descriptionExclude.

String language()

Obtenha o valor do idioma.

Integer maxCandidates()

Obtenha o valor maxCandidates.

String modelVersion()

Obtenha o valor de modelVersion.

String thisclientacceptLanguage()

Obtenha o valor thisclientacceptLanguage.

DescribeImageOptionalParameter withDescriptionExclude(List<DescriptionExclude> descriptionExclude)

Defina o valor descriptionExclude.

DescribeImageOptionalParameter withLanguage(String language)

Defina o valor do idioma.

DescribeImageOptionalParameter withMaxCandidates(Integer maxCandidates)

Defina o valor maxCandidates.

DescribeImageOptionalParameter withModelVersion(String modelVersion)

Defina o valor de modelVersion.

DescribeImageOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Defina o valor thisclientacceptLanguage.

Detalhes do método

descriptionExclude

public List descriptionExclude()

Obtenha o valor descriptionExclude.

Returns:

o valor descriptionExclude

language

public String language()

Obtenha o valor do idioma.

Returns:

o valor do idioma

maxCandidates

public Integer maxCandidates()

Obtenha o valor maxCandidates.

Returns:

o valor maxCandidates

modelVersion

public String modelVersion()

Obtenha o valor de modelVersion.

Returns:

o valor de modelVersion

thisclientacceptLanguage

public String thisclientacceptLanguage()

Obtenha o valor thisclientacceptLanguage.

Returns:

o valor thisclientacceptLanguage

withDescriptionExclude

public DescribeImageOptionalParameter withDescriptionExclude(List descriptionExclude)

Defina o valor descriptionExclude.

Parameters:

descriptionExclude - o valor descriptionExclude a ser definido

Returns:

o objeto DescribeImageOptionalParameter em si.

withLanguage

public DescribeImageOptionalParameter withLanguage(String language)

Defina o valor do idioma.

Parameters:

language - o valor do idioma a ser definido

Returns:

o objeto DescribeImageOptionalParameter em si.

withMaxCandidates

public DescribeImageOptionalParameter withMaxCandidates(Integer maxCandidates)

Defina o valor maxCandidates.

Parameters:

maxCandidates - o valor maxCandidates a ser definido

Returns:

o objeto DescribeImageOptionalParameter em si.

withModelVersion

public DescribeImageOptionalParameter withModelVersion(String modelVersion)

Defina o valor de modelVersion.

Parameters:

modelVersion - o valor de modelVersion a ser definido

Returns:

o objeto DescribeImageOptionalParameter em si.

withThisclientacceptLanguage

public DescribeImageOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Defina o valor thisclientacceptLanguage.

Parameters:

thisclientacceptLanguage - o valor thisclientacceptLanguage a ser definido

Returns:

o objeto DescribeImageOptionalParameter em si.

Aplica-se a