You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@tilde-nlp/ngx-services

Package Overview
Dependencies
Maintainers
5
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tilde-nlp/ngx-services - npm Package Compare versions

Comparing version

to
6.0.60

esm2022/lib/speech/offline-events/models/offline-event-rephrase-request-params.model.mjs

2

lib/speech/offline-events/models/index.d.ts

@@ -8,1 +8,3 @@ export * from './offline-event.model';

export * from './offline-event-transcript';
export * from './offline-event-summary-request-params.model';
export * from './offline-event-rephrase-request-params.model';
import { Observable } from "rxjs";
import { BaseService } from "../../base-service/base.service";
import { SpeechApiConfiguration } from "../models/speech-api-configuration.model";
import { OfflineEvent, OfflineEventTranscript } from "./models";
import { FILE_EXTENSION } from "./enums";
import { OfflineEvent, OfflineEventRephraseRequestParams, OfflineEventTranscript } from "./models";
import { OfflineEventSummaryRequestParams } from "./models/offline-event-summary-request-params.model";
import { PostOfflineEventRequest } from "./models/post-offline-event-request.model";
import { FILE_EXTENSION } from "./enums";
import * as i0 from "@angular/core";

@@ -24,4 +25,12 @@ export declare class OfflineEventsService extends BaseService<SpeechApiConfiguration> {

getTranscript(id: string, edited?: boolean): Observable<OfflineEventTranscript>;
/**
* Retrieves event summary for given usecase
*/
summarize(id: string, params?: OfflineEventSummaryRequestParams): Observable<string>;
/**
* Rephrases event and returns its transcript
*/
rephrase(id: string, params?: OfflineEventRephraseRequestParams): Observable<string>;
static ɵfac: i0.ɵɵFactoryDeclaration<OfflineEventsService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<OfflineEventsService>;
}

2

package.json
{
"name": "@tilde-nlp/ngx-services",
"version": "6.0.59",
"version": "6.0.60",
"peerDependencies": {

@@ -5,0 +5,0 @@ "@angular/common": "^18.0.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet