Méthode | Description | |
---|---|---|
ExtractHashtagEntities ( string text ) : IEnumerable |
テキストからハッシュタグを抽出してエンティティとして返します
|
|
ExtractMentionEntities ( string text ) : IEnumerable |
テキストからメンションを抽出してエンティティとして返します
|
|
ExtractUrlEntities ( string text ) : IEnumerable |
テキストから URL を抽出してエンティティとして返します
|
|
ExtractUrls ( string text ) : IEnumerable |
テキストから URL を抽出して返します
|
public static ExtractHashtagEntities ( string text ) : IEnumerable |
||
text | string | |
Résultat | IEnumerable |
public static ExtractMentionEntities ( string text ) : IEnumerable |
||
text | string | |
Résultat | IEnumerable |
public static ExtractUrlEntities ( string text ) : IEnumerable |
||
text | string | |
Résultat | IEnumerable |
public static ExtractUrls ( string text ) : IEnumerable |
||
text | string | |
Résultat | IEnumerable |