Freigeben über


BingImages.BingImagesDetailsDefinitionStages.WithExecute Schnittstelle

public interface WithExecute extends BingImages.BingImagesDetailsDefinitionStages.WithAllOptions

Die letzte Phase der Definition, die den Vorgang aufruft.

Methodenzusammenfassung

Modifizierer und Typ Methode und Beschreibung
ImageInsights execute()

Führen Sie die Anforderung aus.

Observable<ImageInsights> executeAsync()

Führen Sie die Anforderung asynchron aus.

Geerbte Elemente

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)

Details zur Methode

execute

public ImageInsights execute()

Führen Sie die Anforderung aus.

Returns:

das ImageInsights-Objekt, falls erfolgreich.

executeAsync

public Observable executeAsync()

Führen Sie die Anforderung asynchron aus.

Returns:

für das ImageInsights-Objekt sichtbar ist

Gilt für: