OptionalabortAbort signal which can be used to cancel the request.
NOTE: AbortSignal is a client-only operation. Using it to cancel an operation will not cancel the request in the service. You will still be charged usage for any applicable operations.
OptionalbinaryThe binary color threshold to apply to the masks. The threshold can be set to a decimal value between 0 and 255 non-inclusive. Set to -1 for no binary color thresholding.
OptionalconfidenceThe confidence score threshold for the detections as a decimal value. Only predictions with a confidence score higher than this threshold will be returned.
OptionalhttpUsed to override HTTP request options.
OptionallabelsUser specified labels to track billing usage.
OptionalmaskA decimal value representing how much dilation to apply to the masks. 0 for no dilation. 1.0 means the masked area covers the whole image.
OptionalmaxThe maximum number of predictions to return up to, by top confidence score.
OptionalmodeThe segmentation mode to use.
Configuration for segmenting an image.