c
com.microsoft.azure.synapse.ml.services.bing
BingImagesResponse
Companion object BingImagesResponse
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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BingImagesResponse
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
- val _type: String
- val instrumentation: BingInstrumentation
- val nextOffset: Option[Int]
- val pivotSuggestions: Seq[BingPivot]
- val queryExpansions: Seq[BingQuery]
- val relatedSearches: Seq[BingQuery]
- val totalEstimatedMatches: Option[Int]
- val value: Seq[BingImage]
- val webSearchUrl: String