IngestionDocumentImage クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ドキュメント内のイメージを表します。
public ref class IngestionDocumentImage sealed : Microsoft::Extensions::DataIngestion::IngestionDocumentElement
public sealed class IngestionDocumentImage : Microsoft.Extensions.DataIngestion.IngestionDocumentElement
type IngestionDocumentImage = class
inherit IngestionDocumentElement
Public NotInheritable Class IngestionDocumentImage
Inherits IngestionDocumentElement
- 継承
コンストラクター
| 名前 | 説明 |
|---|---|
| IngestionDocumentImage(String) |
IngestionDocumentImage クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| AlternativeText |
イメージの代替テキストを取得または設定します。 |
| Content |
イメージのバイナリ コンテンツを取得または設定します。 |
| HasMetadata |
この要素にメタデータがあるかどうかを示す値を取得します。 (継承元 IngestionDocumentElement) |
| MediaType |
イメージのメディアの種類を取得または設定します。 |
| Metadata |
この要素に関連付けられているメタデータを取得します。 (継承元 IngestionDocumentElement) |
| PageNumber |
この要素が表示されるページ番号を取得または設定します。 (継承元 IngestionDocumentElement) |
| Text |
要素のテキスト コンテンツを取得または設定します。 (継承元 IngestionDocumentElement) |
メソッド
| 名前 | 説明 |
|---|---|
| GetMarkdown() |
要素のマークダウン表現を取得します。 (継承元 IngestionDocumentElement) |