Predictions.PredictionsClassifyImageDefinitionStages.WithImageData Interface
public interface WithImageData
The stage of the definition to be specify imageData.
Method Summary
Modifier and Type | Method and Description |
---|---|
PredictionsClassifyImageDefinitionStages.WithExecute |
withImageData(byte[] imageData)
Binary image data. Supported formats are JPEG, GIF, PNG, and BMP. Supports images up to 4MB. |
Method Details
withImageData
public PredictionsClassifyImageDefinitionStages.WithExecute withImageData(byte[] imageData)
Binary image data. Supported formats are JPEG, GIF, PNG, and BMP. Supports images up to 4MB.
Parameters:
imageData
Returns:
next definition stage
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java