Skip to content Skip to main navigation Skip to footer

Search: rest%20api

49 results

Video – Speech Analytics technologies

MODULE 4: Speech Analytics technologies (23 min) Common generic rules for CLI, REST and GUI Speech To Text (STT) in CLI, REST and GUI Keyword Spotting (KWS) in CLI, REST and GUI Phoneme Recognizer (PHNREC) in CLI, REST and GUI Time Analysis Extraction (TAE) in CLI, REST and GUI Summary https://www.youtube.com/watch?v=-FAoRywqv7U…

Understand SPE configuration

REST clients connect to a single SPE then the X-Session must be shared between the REST clients; the session token must be shared and managed outside of SPE. If you are experiencing troubles during evaluation, set this directive to false and try Basic authentication as described here: https://download.phonexia.com/docs/spe/#Authentication. More advanced configuration and large scale deployment should be discussed within Phonexia…

Video – Voice Biometrics technologies

MODULE 3: Voice Biometrics technologies (23 min) Common generic rules for CLI, REST and GUI Speaker Identification (SID) in CLI, REST and GUI Language Identification (LID) in CLI, REST and GUI Gender Identification (GID) in CLI, REST and GUI Summary https://www.youtube.com/watch?v=AyEoPfYVel8…

Understand SPE user accounts

…prioritization section in the REST API documentation maximum pending requests – legacy REST Server 2.x attribute, ignored in SPE 3.x It’s important to realize that each SPE user account has its own home directory, where SPE stores the account’s data, see Understanding SPE home directory article. It means that by default the accounts’ data is isolated from each other. Therefore,…

SPE and Browser installation: embedded SPE

…then  Restart the server in order to initiate the SPE server with the predefined technologies. Optional: Add more instances of either technology, for faster processing. Depending on your HW, select the number of instances, making sure to not go over 50% of your RAM. Always remember to hit Apply and Restart server to push the changes 5. Optional: configure the…

Download Speech Platform

Step #1 – Download Try and evaluate all Phonexia speech technologies either via REST API using Speech Engine, or using the demo/testing GUI application named Phonexia Browser. Hardware requirements recommended: Intel Core i7 or better, 32 GB free RAM, 10+ GB storage (SSD preferred) minimum: Intel Core i5, 16 GB free RAM, 10 GB storage (SSD preferred) To prevent various…

Terms of Service

…revocable, time-limited right to use the Services (hereinafter the „license“) made available to you through your PHONEXIA account. This license allows Member to use the Services solely in the manner permitted by this Agreement. License is only active while your account is in good standing and as permitted by this Agreement. 2.2. Software Access/Use Restrictions. Member will not copy, translate,…

Open Source Acknowledgement

…Apache-2.0 WITH LLVM-exception path MIT start-server-and-test MIT url-loader MIT wavesurfer.js BSD-3-Clause webpack MIT webpack-cli MIT webpack-dev-server MIT Phonexia Commons dependencies (Java library with general functionality used across Java projects) Name License Apache Commons IO Apache License, Version 2.0 Avaitility Apache License, Version 2.0 Guava Apache License, Version 2.0 REST Assured Apache License, Version 2.0 elasticsearch-rest-high-level Apache License, Version 2.0 SnakeYAML…

Phonexia End User License Agreement

…unless the Client accepts updated terms or another agreement. 9. EXPORT RESTRICTIONS. Due to the fact that the Software is subject to local EU export jurisdiction, the Client agrees to comply with all applicable international and national laws that apply to the Software, including the EU export administration regulations, as well as end-user, end-use, and destination restrictions issued by EU….

What is User configuration file and how to use it

Advanced users with appropriate knowledge (gained e.g. by taking the Phonexia Academy Advanced Training) may want to finetune behavior of the technologies to adapt to the nature of their audio data. Modifying original BSAPI configuration files directly can be dangerous – inappropriate changes may cause unpredicatble behavior and without having a backup of the unmodified file it’s difficult to restore

Phonexia Partner Program for Government Partners

(REST API) for myself? Unless you are a Gold partner, our NFR licenses are provided in the Starter Kit. The kit also includes the services of our consultants to ensure you can fully understand the Phonexia portfolio and all related technical details necessary for the installation, usage, and tuning of Phonexia systems. Do I really need to buy the Starter…

STT: What is Preferred Phrases feature and how to use it

…to use preferred phrases containing such ‘unknown words’, it’s necessary to add these words to the language model first, using LMC – see STT Language Model Customization tutorial then perform the transcription using the customized STT model, specifying the preferred phrases in the POST /technologies/stt or POST /technologies/stt/input_stream REST call. Note: The REST call body does not allow specifying custom…

Understand SPE home directory

…storage – user-specific data Since SPE comes with pre-configured user “admin”, the default SPE installation contains admin subdirectory inside home: home └── admin ├── storage └── data Storage The user’s storage directory is where SPE stores files and directories uploaded or created via REST API, i.e. every action made using the /audiofile or /directory endpoints is reflected here – e.g….

Key Features (PSP)

Phonexia Speech Platform is provided as a set of several components: The Speech Engine (SPE) component is a REST API that includes technologies for the automated processing of audio files and audio streams. This component is usually provided in a specific configuration that meets the customer’s use case. The Phonexia Browser component is an expert-level application (on the top of…

Documentation (SPE)

Partners and customers are encouraged to read Speech Engine (PhxSpe | PhxSpe.exe) software API reference and various manuals available as files in [SPE]/doc in standard software package and installation. You can also find REST API reference (Speech Engine) documentation online. You might be interested in reading the following information in manual: REST API reference Structure of API queries Asynchronous request…