Semantic Kernel

FREEMIUM
By StudioOusia | Updated 15 giorni fa | Data
Popularity

0 / 10

Latency

14ms

Service Level

0%

Health Check

N/A

README

Request Parameter

We receive requests in POST format. The following parameters are supported:

  • lang (en/ja): The language of the text. Currently, we support English (en) and Japanese (ja).
  • text: Text to analyze. The maximum length of the text is 10,000 characters.
  • min_confidence: The minimum confidence value to be included in the result. The default value is 0.3.

Response Format

Detected keywords are included in the results key in the response JSON object as an array. Each item in the array has the following properties:

  • text: Detected keyword
  • entity: Detected Wikipedia entity title
  • length: Length of the keyword
  • offset: Offset of the detected keyword in the input text
  • confidence: Confidence value representing that the keyword refers to the Wikipedia entity title (range: 0.0-1.0)

Encoding

All requests must be in UTF-8. Moreover, all responses are in UTF-8.

リクエストパラメータ

リクエストは、POST形式をサポートしています。下記のパラメータを設定することが出来ます。

  • lang (en/ja): 解析対象の言語。現在、日本語 (ja) と英語 (en) をサポートしています。
  • text: 解析対象のテキスト。最大10,000文字まで解析することが出来ます。
  • min_confidence: 結果に含める最小のconfidenceの値。デフォルトで0.3に設定されています。

レスポンスのフォーマット

結果は、JSONのresultsキーに配列として格納されます。配列のそれぞれの要素は、下記の属性を保持しています。

  • text: 抽出されたキーワード
  • entity: 検出されたWikipediaのタイトル
  • length: キーワードの長さ
  • offset: キーワードの開始位置
  • confidence: キーワードが検出されたWikipediaタイトルを示すかどうかの確信度 (range: 0.0-1.0)

エンコーディング

全てのリクエストは、UTF-8で送信される必要があります。また、全てのレスポンスもUTF-8で返されます。

Followers: 38
Resources:
Product Website
API Creator:
S
StudioOusia
StudioOusia
Log In to Rate API
Rating: 5 - Votes: 1