Partilhar via


ClassifyImageOptionalParameter Classe

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.customvision.prediction.models.ClassifyImageOptionalParameter

public class ClassifyImageOptionalParameter

O modelo ClassifyImageOptionalParameter.

Resumo do método

Modificador e tipo Método e descrição
String application()

Obtenha o valor do aplicativo.

String thisclientacceptLanguage()

Obtenha o valor thisclientacceptLanguage.

ClassifyImageOptionalParameter withApplication(String application)

Defina o valor do aplicativo.

ClassifyImageOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Defina o valor thisclientacceptLanguage.

Detalhes do método

application

public String application()

Obtenha o valor do aplicativo.

Returns:

o valor do aplicativo

thisclientacceptLanguage

public String thisclientacceptLanguage()

Obtenha o valor thisclientacceptLanguage.

Returns:

o valor thisclientacceptLanguage

withApplication

public ClassifyImageOptionalParameter withApplication(String application)

Defina o valor do aplicativo.

Parameters:

application - o valor do aplicativo a ser definido

Returns:

o objeto ClassifyImageOptionalParameter em si.

withThisclientacceptLanguage

public ClassifyImageOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Defina o valor thisclientacceptLanguage.

Parameters:

thisclientacceptLanguage - o valor thisclientacceptLanguage a ser definido

Returns:

o objeto ClassifyImageOptionalParameter em si.

Aplica-se a