Compartilhar via


DetectImageUrlOptionalParameter Classe

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

public class DetectImageUrlOptionalParameter

O modelo DetectImageUrlOptionalParameter.

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.

DetectImageUrlOptionalParameter withApplication(String application)

Defina o valor do aplicativo.

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

Defina o valor do aplicativo.

Parameters:

application - o valor do aplicativo a ser definido

Returns:

o próprio objeto DetectImageUrlOptionalParameter.

withThisclientacceptLanguage

public DetectImageUrlOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Defina o valor thisclientacceptLanguage.

Parameters:

thisclientacceptLanguage - o valor thisclientacceptLanguage a ser definido

Returns:

o próprio objeto DetectImageUrlOptionalParameter.

Aplica-se a