package bing
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class BingImage(accentColor: String, contentSize: String, contentUrl: String, datePublished: String, encodingFormat: String, height: Int, hostPageDisplayUrl: String, hostPageUrl: String, id: String, imageId: String, imageInsightsToken: String, insightsMetadata: String, name: String, thumbnail: BingMediaSize, thumbnailUrl: String, webSearchUrl: String, width: Int) extends Product with Serializable
- class BingImageSearch extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with SynapseMLLogging with HasSetLinkedService
- case class BingImagesResponse(_type: String, instrumentation: BingInstrumentation, webSearchUrl: String, totalEstimatedMatches: Option[Int], nextOffset: Option[Int], value: Seq[BingImage], pivotSuggestions: Seq[BingPivot], queryExpansions: Seq[BingQuery], relatedSearches: Seq[BingQuery]) extends Product with Serializable
- case class BingInstrumentation(_type: String) extends Product with Serializable
- case class BingMediaSize(height: Int, width: Int) extends Product with Serializable
- case class BingPivot(pivot: String, suggestions: Seq[BingQuery]) extends Product with Serializable
- case class BingQuery(displayText: String, searchLink: String, text: String, thumbnail: BingThumbnail, webSearchUrl: String) extends Product with Serializable
- case class BingThumbnail(thumbnailUrl: String) extends Product with Serializable
Value Members
- object BingImage extends SparkBindings[BingImage]
- object BingImageSearch extends ComplexParamsReadable[BingImageSearch] with Serializable
- object BingImagesResponse extends SparkBindings[BingImagesResponse]