BingImages.BingImagesVisualSearchDefinitionStages.WithExecute Interface
public interface WithExecute extends BingImages.BingImagesVisualSearchDefinitionStages.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
BingImages.BingImagesVisualSearchDefinitionStages.WithAllOptions.withAcceptLanguage(String acceptLanguage)
BingImages.BingImagesVisualSearchDefinitionStages.WithAllOptions.withClientId(String clientId)
BingImages.BingImagesVisualSearchDefinitionStages.WithAllOptions.withClientIp(String clientIp)
BingImages.BingImagesVisualSearchDefinitionStages.WithAllOptions.withContentType(String contentType)
BingImages.BingImagesVisualSearchDefinitionStages.WithAllOptions.withImage(byte[] image)
BingImages.BingImagesVisualSearchDefinitionStages.WithAllOptions.withKnowledgeRequest(String knowledgeRequest)
BingImages.BingImagesVisualSearchDefinitionStages.WithAllOptions.withLocation(String location)
BingImages.BingImagesVisualSearchDefinitionStages.WithAllOptions.withUserAgent(String userAgent)
Method Details
execute
public ImageKnowledge execute()
Execute the request.
Returns:
the ImageKnowledge object if successful.
executeAsync
public Observable
Execute the request asynchronously.
Returns:
the observable to the ImageKnowledge object
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java