ComputerVision.ComputerVisionDescribeImageDefinitionStages.WithExecute Interface
public interface WithExecute extends ComputerVision.ComputerVisionDescribeImageDefinitionStages.WithAllOptions
The last stage of the definition which will make the operation call.
Method Summary
Modifier and Type | Method and Description |
---|---|
Image |
execute()
Execute the request. |
Observable<Image |
executeAsync()
Execute the request asynchronously. |
Inherited Members
ComputerVision.ComputerVisionDescribeImageDefinitionStages.WithAllOptions.withDescriptionExclude(List<DescriptionExclude> descriptionExclude)
ComputerVision.ComputerVisionDescribeImageDefinitionStages.WithAllOptions.withLanguage(String language)
ComputerVision.ComputerVisionDescribeImageDefinitionStages.WithAllOptions.withMaxCandidates(Integer maxCandidates)
ComputerVision.ComputerVisionDescribeImageDefinitionStages.WithAllOptions.withModelVersion(String modelVersion)
Method Details
execute
public ImageDescription execute()
Execute the request.
Returns:
the ImageDescription object if successful.
executeAsync
public Observable
Execute the request asynchronously.
Returns:
the observable to the ImageDescription object
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java