DocumentAnalysisModelFactory.DocumentParagraph メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DocumentParagraph の新しいインスタンスを初期化します。
public static Azure.AI.FormRecognizer.DocumentAnalysis.DocumentParagraph DocumentParagraph (Azure.AI.FormRecognizer.DocumentAnalysis.ParagraphRole? role = default, string content = default, System.Collections.Generic.IEnumerable<Azure.AI.FormRecognizer.DocumentAnalysis.BoundingRegion> boundingRegions = default, System.Collections.Generic.IEnumerable<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentSpan> spans = default);
static member DocumentParagraph : Nullable<Azure.AI.FormRecognizer.DocumentAnalysis.ParagraphRole> * string * seq<Azure.AI.FormRecognizer.DocumentAnalysis.BoundingRegion> * seq<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentSpan> -> Azure.AI.FormRecognizer.DocumentAnalysis.DocumentParagraph
Public Shared Function DocumentParagraph (Optional role As Nullable(Of ParagraphRole) = Nothing, Optional content As String = Nothing, Optional boundingRegions As IEnumerable(Of BoundingRegion) = Nothing, Optional spans As IEnumerable(Of DocumentSpan) = Nothing) As DocumentParagraph
パラメーター
- role
- Nullable<ParagraphRole>
段落のセマンティック ロール。
- content
- String
段落のコンテンツを読み取り順に連結しました。
- boundingRegions
- IEnumerable<BoundingRegion>
段落をカバーする境界領域。
- spans
- IEnumerable<DocumentSpan>
読み取り順序の連結されたコンテンツ内の段落の場所。
戻り値
モック作成用の新しい DocumentParagraph インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET