Compartilhar via


DetectImageOptionalParameter Classe

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

public class DetectImageOptionalParameter

O modelo DetectImageOptionalParameter.

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.

DetectImageOptionalParameter withApplication(String application)

Defina o valor do aplicativo.

DetectImageOptionalParameter 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 DetectImageOptionalParameter withApplication(String application)

Defina o valor do aplicativo.

Parameters:

application - o valor do aplicativo a ser definido

Returns:

o próprio objeto DetectImageOptionalParameter.

withThisclientacceptLanguage

public DetectImageOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Defina o valor thisclientacceptLanguage.

Parameters:

thisclientacceptLanguage - o valor thisclientacceptLanguage a ser definido

Returns:

o próprio objeto DetectImageOptionalParameter.

Aplica-se a