Sdílet prostřednictvím


BingImages.BingImagesDetailsDefinitionStages.WithExecute Interface

public interface WithExecute extends BingImages.BingImagesDetailsDefinitionStages.WithAllOptions

The last stage of the definition which will make the operation call.

Method Summary

Modifier and Type Method and Description
ImageInsights execute()

Execute the request.

Observable<ImageInsights> executeAsync()

Execute the request asynchronously.

Inherited Members

BingImages.BingImagesDetailsDefinitionStages.WithAllOptions.withAcceptLanguage(String acceptLanguage) BingImages.BingImagesDetailsDefinitionStages.WithAllOptions.withClientId(String clientId) BingImages.BingImagesDetailsDefinitionStages.WithAllOptions.withClientIp(String clientIp) BingImages.BingImagesDetailsDefinitionStages.WithAllOptions.withContentType(String contentType) BingImages.BingImagesDetailsDefinitionStages.WithAllOptions.withCountryCode(String countryCode) BingImages.BingImagesDetailsDefinitionStages.WithAllOptions.withCropBottom(Double cropBottom) BingImages.BingImagesDetailsDefinitionStages.WithAllOptions.withCropLeft(Double cropLeft) BingImages.BingImagesDetailsDefinitionStages.WithAllOptions.withCropRight(Double cropRight) BingImages.BingImagesDetailsDefinitionStages.WithAllOptions.withCropTop(Double cropTop) BingImages.BingImagesDetailsDefinitionStages.WithAllOptions.withCropType(ImageCropType cropType) BingImages.BingImagesDetailsDefinitionStages.WithAllOptions.withId(String id) BingImages.BingImagesDetailsDefinitionStages.WithAllOptions.withImageUrl(String imageUrl) BingImages.BingImagesDetailsDefinitionStages.WithAllOptions.withInsightsToken(String insightsToken) BingImages.BingImagesDetailsDefinitionStages.WithAllOptions.withLocation(String location) BingImages.BingImagesDetailsDefinitionStages.WithAllOptions.withMarket(String market) BingImages.BingImagesDetailsDefinitionStages.WithAllOptions.withModules(List<ImageInsightModule> modules) BingImages.BingImagesDetailsDefinitionStages.WithAllOptions.withSafeSearch(SafeSearch safeSearch) BingImages.BingImagesDetailsDefinitionStages.WithAllOptions.withSetLang(String setLang) BingImages.BingImagesDetailsDefinitionStages.WithAllOptions.withUserAgent(String userAgent)

Method Details

execute

public ImageInsights execute()

Execute the request.

Returns:

the ImageInsights object if successful.

executeAsync

public Observable executeAsync()

Execute the request asynchronously.

Returns:

the observable to the ImageInsights object

Applies to