Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DetectedLanguage

Attributes to the detected language. Contains Language Name , Code, and Confidence Score.

Properties

code

code: string

Detected language code as per ISO 639-1 standard. Example: {@code en, fr, hi etc}.

name

name: string

Full language name. Example: {@code English, Hindi, and so on}

score

score: number

Score or confidence of detected language code. Example: {@code 0.9999856066867399} Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj