ComputerVision.ComputerVisionAnalyzeImageDefinitionStages.WithExecute Interface
public interface WithExecute extends ComputerVision.ComputerVisionAnalyzeImageDefinitionStages.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.ComputerVisionAnalyzeImageDefinitionStages.WithAllOptions.withDescriptionExclude(List<DescriptionExclude> descriptionExclude)
ComputerVision.ComputerVisionAnalyzeImageDefinitionStages.WithAllOptions.withDetails(List<Details> details)
ComputerVision.ComputerVisionAnalyzeImageDefinitionStages.WithAllOptions.withLanguage(String language)
ComputerVision.ComputerVisionAnalyzeImageDefinitionStages.WithAllOptions.withModelVersion(String modelVersion)
ComputerVision.ComputerVisionAnalyzeImageDefinitionStages.WithAllOptions.withVisualFeatures(List<VisualFeatureTypes> visualFeatures)
Method Details
execute
public ImageAnalysis execute()
Execute the request.
Returns:
the ImageAnalysis object if successful.
executeAsync
public Observable
Execute the request asynchronously.
Returns:
the observable to the ImageAnalysis object
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java