次の方法で共有


Overlay.InputLabel プロパティ

定義

オーバーレイとして使用するジョブ入力のラベルを取得または設定します。 Input には、1 つのファイルを指定する必要があります。 JPG、PNG、GIF、または BMP 形式のイメージ ファイル、オーディオファイル (WAV、MP3、WMA、M4A ファイルなど)、またはビデオ ファイルを指定できます。 サポートされているオーディオとビデオのファイル形式の完全な一覧については、「」を参照してください https://aka.ms/mesformats

[Newtonsoft.Json.JsonProperty(PropertyName="inputLabel")]
public string InputLabel { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="inputLabel")>]
member this.InputLabel : string with get, set
Public Property InputLabel As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象