次の方法で共有


BreakSentenceItem.SentLen プロパティ

定義

入力テキスト内の文の長さを表す整数配列です。 配列の長さは文の数であり、値は各文の長さです。

public System.Collections.Generic.IReadOnlyList<int> SentLen { get; }
member this.SentLen : System.Collections.Generic.IReadOnlyList<int>
Public ReadOnly Property SentLen As IReadOnlyList(Of Integer)

プロパティ値

適用対象