Predictions.PredictionsDetectImageDefinitionStages.WithImageData Interface
public interface WithImageData
The stage of the definition to be specify imageData.
Method Summary
Modifier and Type | Method and Description |
---|---|
PredictionsDetectImageDefinitionStages.WithExecute |
withImageData(byte[] imageData)
Binary image data. Supported formats are JPEG, GIF, PNG, and BMP. Supports images up to 4MB. |
Method Details
withImageData
public PredictionsDetectImageDefinitionStages.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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java