Predictions.PredictionsDetectImageWithNoStoreDefinitionStages.WithImageData Interface

public interface WithImageData

The stage of the definition to be specify imageData.

Method Summary

Modifier and Type Method and Description
PredictionsDetectImageWithNoStoreDefinitionStages.WithExecute withImageData(byte[] imageData)

Binary image data. Supported formats are JPEG, GIF, PNG, and BMP. Supports images up to 0MB.

Method Details

withImageData

public PredictionsDetectImageWithNoStoreDefinitionStages.WithExecute withImageData(byte[] imageData)

Binary image data. Supported formats are JPEG, GIF, PNG, and BMP. Supports images up to 0MB.

Parameters:

imageData

Returns:

next definition stage

Applies to