Bagikan melalui


MediaObject Constructors

Definition

Overloads

MediaObject()

Initializes a new instance of the MediaObject class.

MediaObject(String, IList<ContractualRulesContractualRule>, String, String, String, ImageObject, String, EntitiesEntityPresentationInfo, String, String, IList<Thing>, String, String, String, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the MediaObject class.

MediaObject()

Initializes a new instance of the MediaObject class.

public MediaObject ();
Public Sub New ()

Applies to

MediaObject(String, IList<ContractualRulesContractualRule>, String, String, String, ImageObject, String, EntitiesEntityPresentationInfo, String, String, IList<Thing>, String, String, String, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the MediaObject class.

public MediaObject (string id = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.ContractualRulesContractualRule> contractualRules = default, string webSearchUrl = default, string name = default, string url = default, Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.ImageObject image = default, string description = default, Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.EntitiesEntityPresentationInfo entityPresentationInfo = default, string bingId = default, string thumbnailUrl = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.Thing> provider = default, string text = default, string contentUrl = default, string hostPageUrl = default, int? width = default, int? height = default);
new Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.MediaObject : string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.ContractualRulesContractualRule> * string * string * string * Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.ImageObject * string * Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.EntitiesEntityPresentationInfo * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.Thing> * string * string * string * Nullable<int> * Nullable<int> -> Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.MediaObject
Public Sub New (Optional id As String = Nothing, Optional contractualRules As IList(Of ContractualRulesContractualRule) = Nothing, Optional webSearchUrl As String = Nothing, Optional name As String = Nothing, Optional url As String = Nothing, Optional image As ImageObject = Nothing, Optional description As String = Nothing, Optional entityPresentationInfo As EntitiesEntityPresentationInfo = Nothing, Optional bingId As String = Nothing, Optional thumbnailUrl As String = Nothing, Optional provider As IList(Of Thing) = Nothing, Optional text As String = Nothing, Optional contentUrl As String = Nothing, Optional hostPageUrl As String = Nothing, Optional width As Nullable(Of Integer) = Nothing, Optional height As Nullable(Of Integer) = Nothing)

Parameters

id
String

A String identifier.

contractualRules
IList<ContractualRulesContractualRule>

A list of rules that you must adhere to if you display the item.

webSearchUrl
String

The URL To Bing's search result for this item.

name
String

The name of the thing represented by this object.

url
String

The URL to get more information about the thing represented by this object.

image
ImageObject
description
String

A short description of the item.

entityPresentationInfo
EntitiesEntityPresentationInfo

Additional information about the entity such as hints that you can use to determine the entity's type. To determine the entity's type, use the entityScenario and entityTypeHint fields.

bingId
String

An ID that uniquely identifies this item.

thumbnailUrl
String

The URL to a thumbnail of the item.

provider
IList<Thing>

The source of the creative work.

text
String
contentUrl
String

Original URL to retrieve the source (file) for the media object (e.g the source URL for the image).

hostPageUrl
String

URL of the page that hosts the media object.

width
Nullable<Int32>

The width of the source media object, in pixels.

height
Nullable<Int32>

The height of the source media object, in pixels.

Applies to