VideoObject コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
VideoObject()
VideoObject クラスの新しいインスタンスを初期化します。
public VideoObject();
Public Sub New ()
適用対象
VideoObject(String, String, String, String, ImageObject, String, String, String, String, IList<Thing>, String, String, String, Nullable<Int32>, Nullable<Int32>, String, String, String, Nullable<Boolean>, Nullable<Int32>, ImageObject, String, Nullable<Boolean>, Nullable<Boolean>)
VideoObject クラスの新しいインスタンスを初期化します。
public VideoObject(string id = default, string webSearchUrl = default, string name = default, string url = default, Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.ImageObject image = default, string description = default, string alternateName = default, string bingId = default, string thumbnailUrl = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.Thing> provider = default, string text = default, string contentUrl = default, string hostPageUrl = default, int? width = default, int? height = default, string motionThumbnailUrl = default, string motionThumbnailId = default, string embedHtml = default, bool? allowHttpsEmbed = default, int? viewCount = default, Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.ImageObject thumbnail = default, string videoId = default, bool? allowMobileEmbed = default, bool? isSuperfresh = default);
new Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.VideoObject : string * string * string * string * Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.ImageObject * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.Thing> * string * string * string * Nullable<int> * Nullable<int> * string * string * string * Nullable<bool> * Nullable<int> * Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.ImageObject * string * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.VideoObject
Public Sub New (Optional id As String = 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 alternateName As String = 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, Optional motionThumbnailUrl As String = Nothing, Optional motionThumbnailId As String = Nothing, Optional embedHtml As String = Nothing, Optional allowHttpsEmbed As Nullable(Of Boolean) = Nothing, Optional viewCount As Nullable(Of Integer) = Nothing, Optional thumbnail As ImageObject = Nothing, Optional videoId As String = Nothing, Optional allowMobileEmbed As Nullable(Of Boolean) = Nothing, Optional isSuperfresh As Nullable(Of Boolean) = Nothing)
パラメーター
- id
- String
文字列識別子。
- webSearchUrl
- String
このアイテムの検索結果をBingする URL。
- name
- String
このオブジェクトによって表されるモノの名前。
- url
- String
このオブジェクトによって表されるモノに関する詳細情報を取得するための URL。
- image
- ImageObject
- description
- String
項目の簡単な説明。
- alternateName
- String
- bingId
- String
このアイテムを一意に識別する ID。
- thumbnailUrl
- String
アイテムのサムネイルの URL。
- text
- String
- contentUrl
- String
メディア オブジェクトのソース (ファイル) を取得するための元の URL (画像のソース URL など)。
- hostPageUrl
- String
メディア オブジェクトをホストするページの URL。
- motionThumbnailUrl
- String
- motionThumbnailId
- String
- embedHtml
- String
- thumbnail
- ImageObject
- videoId
- String
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET