@ondewo/csi-client-angular 3.2.1 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. package/api/google/api/http.pb.d.ts +3 -3
  2. package/api/google/rpc/status.pb.d.ts +1 -1
  3. package/api/google/type/latlng.pb.d.ts +1 -1
  4. package/api/ondewo/csi/conversation.pb.d.ts +45 -41
  5. package/api/ondewo/nlu/agent.pb.d.ts +326 -86
  6. package/api/ondewo/nlu/agent.pbsc.d.ts +60 -60
  7. package/api/ondewo/nlu/aiservices.pb.d.ts +589 -48
  8. package/api/ondewo/nlu/aiservices.pbsc.d.ts +48 -0
  9. package/api/ondewo/nlu/ccai-project.pb.d.ts +1455 -0
  10. package/api/ondewo/nlu/ccai-project.pbconf.d.ts +6 -0
  11. package/api/ondewo/nlu/ccai-project.pbsc.d.ts +118 -0
  12. package/api/ondewo/nlu/common.pb.d.ts +958 -1
  13. package/api/ondewo/nlu/context.pb.d.ts +51 -10
  14. package/api/ondewo/nlu/entity-type.pb.d.ts +83 -42
  15. package/api/ondewo/nlu/entity-type.pbsc.d.ts +5 -5
  16. package/api/ondewo/nlu/intent.pb.d.ts +207 -87
  17. package/api/ondewo/nlu/intent.pbsc.d.ts +4 -4
  18. package/api/ondewo/nlu/operation-metadata.pb.d.ts +23 -2
  19. package/api/ondewo/nlu/operations.pb.d.ts +7 -7
  20. package/api/ondewo/nlu/project-role.pb.d.ts +33 -12
  21. package/api/ondewo/nlu/project-role.pbsc.d.ts +5 -5
  22. package/api/ondewo/nlu/project-statistics.pb.d.ts +4 -4
  23. package/api/ondewo/nlu/server-statistics.pb.d.ts +1 -1
  24. package/api/ondewo/nlu/server-statistics.pbsc.d.ts +14 -14
  25. package/api/ondewo/nlu/session.pb.d.ts +2311 -217
  26. package/api/ondewo/nlu/session.pbsc.d.ts +204 -11
  27. package/api/ondewo/nlu/user.pb.d.ts +782 -39
  28. package/api/ondewo/nlu/user.pbsc.d.ts +126 -13
  29. package/api/ondewo/nlu/utility.pb.d.ts +22 -22
  30. package/api/ondewo/nlu/webhook.pb.d.ts +550 -15
  31. package/api/ondewo/nlu/webhook.pbsc.d.ts +49 -0
  32. package/api/ondewo/s2t/speech-to-text.pb.d.ts +1622 -1049
  33. package/api/ondewo/t2s/text-to-speech.pb.d.ts +1195 -52
  34. package/api/ondewo/t2s/text-to-speech.pbconf.d.ts +0 -5
  35. package/api/ondewo/t2s/text-to-speech.pbsc.d.ts +47 -64
  36. package/esm2022/api/google/api/http.pb.mjs +1 -1
  37. package/esm2022/api/google/rpc/status.pb.mjs +1 -1
  38. package/esm2022/api/google/type/latlng.pb.mjs +1 -1
  39. package/esm2022/api/ondewo/csi/conversation.pb.mjs +29 -25
  40. package/esm2022/api/ondewo/csi/conversation.pbsc.mjs +6 -6
  41. package/esm2022/api/ondewo/nlu/agent.pb.mjs +925 -41
  42. package/esm2022/api/ondewo/nlu/agent.pbsc.mjs +52 -52
  43. package/esm2022/api/ondewo/nlu/aiservices.pb.mjs +945 -19
  44. package/esm2022/api/ondewo/nlu/aiservices.pbsc.mjs +96 -6
  45. package/esm2022/api/ondewo/nlu/ccai-project.pb.mjs +2691 -0
  46. package/esm2022/api/ondewo/nlu/ccai-project.pbconf.mjs +13 -0
  47. package/esm2022/api/ondewo/nlu/ccai-project.pbsc.mjs +224 -0
  48. package/esm2022/api/ondewo/nlu/common.pb.mjs +1856 -1
  49. package/esm2022/api/ondewo/nlu/context.pb.mjs +152 -5
  50. package/esm2022/api/ondewo/nlu/context.pbsc.mjs +6 -6
  51. package/esm2022/api/ondewo/nlu/entity-type.pb.mjs +166 -19
  52. package/esm2022/api/ondewo/nlu/entity-type.pbsc.mjs +10 -10
  53. package/esm2022/api/ondewo/nlu/intent.pb.mjs +464 -22
  54. package/esm2022/api/ondewo/nlu/intent.pbsc.mjs +9 -9
  55. package/esm2022/api/ondewo/nlu/operation-metadata.pb.mjs +76 -3
  56. package/esm2022/api/ondewo/nlu/operations.pb.mjs +1 -1
  57. package/esm2022/api/ondewo/nlu/operations.pbsc.mjs +6 -6
  58. package/esm2022/api/ondewo/nlu/project-role.pb.mjs +81 -8
  59. package/esm2022/api/ondewo/nlu/project-role.pbsc.mjs +10 -10
  60. package/esm2022/api/ondewo/nlu/project-statistics.pb.mjs +1 -1
  61. package/esm2022/api/ondewo/nlu/project-statistics.pbsc.mjs +6 -6
  62. package/esm2022/api/ondewo/nlu/server-statistics.pb.mjs +1 -1
  63. package/esm2022/api/ondewo/nlu/server-statistics.pbsc.mjs +19 -19
  64. package/esm2022/api/ondewo/nlu/session.pb.mjs +6997 -2924
  65. package/esm2022/api/ondewo/nlu/session.pbsc.mjs +381 -20
  66. package/esm2022/api/ondewo/nlu/user.pb.mjs +1349 -20
  67. package/esm2022/api/ondewo/nlu/user.pbsc.mjs +228 -17
  68. package/esm2022/api/ondewo/nlu/utility.pb.mjs +1 -1
  69. package/esm2022/api/ondewo/nlu/utility.pbsc.mjs +6 -6
  70. package/esm2022/api/ondewo/nlu/webhook.pb.mjs +915 -24
  71. package/esm2022/api/ondewo/nlu/webhook.pbsc.mjs +97 -6
  72. package/esm2022/api/ondewo/s2t/speech-to-text.pb.mjs +3065 -1874
  73. package/esm2022/api/ondewo/s2t/speech-to-text.pbsc.mjs +6 -6
  74. package/esm2022/api/ondewo/t2s/text-to-speech.pb.mjs +3158 -963
  75. package/esm2022/api/ondewo/t2s/text-to-speech.pbconf.mjs +1 -6
  76. package/esm2022/api/ondewo/t2s/text-to-speech.pbsc.mjs +103 -133
  77. package/esm2022/public-api.mjs +4 -1
  78. package/fesm2022/ondewo-csi-client-angular.mjs +40452 -22608
  79. package/fesm2022/ondewo-csi-client-angular.mjs.map +1 -1
  80. package/package.json +9 -9
  81. package/public-api.d.ts +3 -0
@@ -1,5 +1,6 @@
1
1
  import { GrpcMessage, RecursivePartial, ToProtobufJSONOptions } from '@ngx-grpc/common';
2
2
  import { BinaryReader, BinaryWriter, ByteSource } from 'google-protobuf';
3
+ import * as googleProtobuf001 from '@ngx-grpc/well-known-types';
3
4
  export declare enum Pcm {
4
5
  PCM_16 = 0,
5
6
  PCM_24 = 1,
@@ -76,7 +77,7 @@ export declare class SynthesizeRequest implements GrpcMessage {
76
77
  */
77
78
  toProtobufJSON(options?: ToProtobufJSONOptions): SynthesizeRequest.AsProtobufJSON;
78
79
  }
79
- export declare module SynthesizeRequest {
80
+ export declare namespace SynthesizeRequest {
80
81
  /**
81
82
  * Standard JavaScript object representation for SynthesizeRequest
82
83
  */
@@ -147,7 +148,7 @@ export declare class BatchSynthesizeRequest implements GrpcMessage {
147
148
  */
148
149
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchSynthesizeRequest.AsProtobufJSON;
149
150
  }
150
- export declare module BatchSynthesizeRequest {
151
+ export declare namespace BatchSynthesizeRequest {
151
152
  /**
152
153
  * Standard JavaScript object representation for BatchSynthesizeRequest
153
154
  */
@@ -216,7 +217,7 @@ export declare class BatchSynthesizeResponse implements GrpcMessage {
216
217
  */
217
218
  toProtobufJSON(options?: ToProtobufJSONOptions): BatchSynthesizeResponse.AsProtobufJSON;
218
219
  }
219
- export declare module BatchSynthesizeResponse {
220
+ export declare namespace BatchSynthesizeResponse {
220
221
  /**
221
222
  * Standard JavaScript object representation for BatchSynthesizeResponse
222
223
  */
@@ -265,6 +266,8 @@ export declare class RequestConfig implements GrpcMessage {
265
266
  private _audioFormat;
266
267
  private _useCache;
267
268
  private _normalizer;
269
+ private _t2sServiceConfig?;
270
+ private _t2sCloudProviderConfig?;
268
271
  private _oneofLengthScale;
269
272
  private _oneofNoiseScale;
270
273
  private _oneofSampleRate;
@@ -293,6 +296,10 @@ export declare class RequestConfig implements GrpcMessage {
293
296
  set useCache(value: boolean);
294
297
  get normalizer(): string;
295
298
  set normalizer(value: string);
299
+ get t2sServiceConfig(): googleProtobuf001.Struct | undefined;
300
+ set t2sServiceConfig(value: googleProtobuf001.Struct | undefined);
301
+ get t2sCloudProviderConfig(): T2sCloudProviderConfig | undefined;
302
+ set t2sCloudProviderConfig(value: T2sCloudProviderConfig | undefined);
296
303
  get oneofLengthScale(): RequestConfig.OneofLengthScaleCase;
297
304
  get oneofNoiseScale(): RequestConfig.OneofNoiseScaleCase;
298
305
  get oneofSampleRate(): RequestConfig.OneofSampleRateCase;
@@ -320,7 +327,7 @@ export declare class RequestConfig implements GrpcMessage {
320
327
  */
321
328
  toProtobufJSON(options?: ToProtobufJSONOptions): RequestConfig.AsProtobufJSON;
322
329
  }
323
- export declare module RequestConfig {
330
+ export declare namespace RequestConfig {
324
331
  /**
325
332
  * Standard JavaScript object representation for RequestConfig
326
333
  */
@@ -333,6 +340,8 @@ export declare module RequestConfig {
333
340
  audioFormat: AudioFormat;
334
341
  useCache: boolean;
335
342
  normalizer: string;
343
+ t2sServiceConfig?: googleProtobuf001.Struct.AsObject;
344
+ t2sCloudProviderConfig?: T2sCloudProviderConfig.AsObject;
336
345
  }
337
346
  /**
338
347
  * Protobuf JSON representation for RequestConfig
@@ -346,6 +355,8 @@ export declare module RequestConfig {
346
355
  audioFormat: string | null;
347
356
  useCache: boolean;
348
357
  normalizer: string | null;
358
+ t2sServiceConfig: googleProtobuf001.Struct.AsProtobufJSON | null;
359
+ t2sCloudProviderConfig: T2sCloudProviderConfig.AsProtobufJSON | null;
349
360
  }
350
361
  enum OneofLengthScaleCase {
351
362
  none = 0,
@@ -376,6 +387,322 @@ export declare module RequestConfig {
376
387
  normalizer = 1
377
388
  }
378
389
  }
390
+ /**
391
+ * Message implementation for ondewo.t2s.T2sCloudProviderConfig
392
+ */
393
+ export declare class T2sCloudProviderConfig implements GrpcMessage {
394
+ static id: string;
395
+ /**
396
+ * Deserialize binary data to message
397
+ * @param instance message instance
398
+ */
399
+ static deserializeBinary(bytes: ByteSource): T2sCloudProviderConfig;
400
+ /**
401
+ * Check all the properties and set default protobuf values if necessary
402
+ * @param _instance message instance
403
+ */
404
+ static refineValues(_instance: T2sCloudProviderConfig): void;
405
+ /**
406
+ * Deserializes / reads binary message into message instance using provided binary reader
407
+ * @param _instance message instance
408
+ * @param _reader binary reader instance
409
+ */
410
+ static deserializeBinaryFromReader(_instance: T2sCloudProviderConfig, _reader: BinaryReader): void;
411
+ /**
412
+ * Serializes a message to binary format using provided binary reader
413
+ * @param _instance message instance
414
+ * @param _writer binary writer instance
415
+ */
416
+ static serializeBinaryToWriter(_instance: T2sCloudProviderConfig, _writer: BinaryWriter): void;
417
+ private _t2sCloudProviderConfigElevenlabs?;
418
+ private _t2sCloudProviderConfigGoogle?;
419
+ private _t2sCloudProviderConfigMicrosoft?;
420
+ /**
421
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
422
+ * @param _value initial values object or instance of T2sCloudProviderConfig to deeply clone from
423
+ */
424
+ constructor(_value?: RecursivePartial<T2sCloudProviderConfig.AsObject>);
425
+ get t2sCloudProviderConfigElevenlabs(): T2sCloudProviderConfigElevenLabs | undefined;
426
+ set t2sCloudProviderConfigElevenlabs(value: T2sCloudProviderConfigElevenLabs | undefined);
427
+ get t2sCloudProviderConfigGoogle(): T2sCloudProviderConfigGoogle | undefined;
428
+ set t2sCloudProviderConfigGoogle(value: T2sCloudProviderConfigGoogle | undefined);
429
+ get t2sCloudProviderConfigMicrosoft(): T2sCloudProviderConfigMicrosoft | undefined;
430
+ set t2sCloudProviderConfigMicrosoft(value: T2sCloudProviderConfigMicrosoft | undefined);
431
+ /**
432
+ * Serialize message to binary data
433
+ * @param instance message instance
434
+ */
435
+ serializeBinary(): any;
436
+ /**
437
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
438
+ */
439
+ toObject(): T2sCloudProviderConfig.AsObject;
440
+ /**
441
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
442
+ */
443
+ toJSON(): T2sCloudProviderConfig.AsObject;
444
+ /**
445
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
446
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
447
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
448
+ */
449
+ toProtobufJSON(options?: ToProtobufJSONOptions): T2sCloudProviderConfig.AsProtobufJSON;
450
+ }
451
+ export declare namespace T2sCloudProviderConfig {
452
+ /**
453
+ * Standard JavaScript object representation for T2sCloudProviderConfig
454
+ */
455
+ interface AsObject {
456
+ t2sCloudProviderConfigElevenlabs?: T2sCloudProviderConfigElevenLabs.AsObject;
457
+ t2sCloudProviderConfigGoogle?: T2sCloudProviderConfigGoogle.AsObject;
458
+ t2sCloudProviderConfigMicrosoft?: T2sCloudProviderConfigMicrosoft.AsObject;
459
+ }
460
+ /**
461
+ * Protobuf JSON representation for T2sCloudProviderConfig
462
+ */
463
+ interface AsProtobufJSON {
464
+ t2sCloudProviderConfigElevenlabs: T2sCloudProviderConfigElevenLabs.AsProtobufJSON | null;
465
+ t2sCloudProviderConfigGoogle: T2sCloudProviderConfigGoogle.AsProtobufJSON | null;
466
+ t2sCloudProviderConfigMicrosoft: T2sCloudProviderConfigMicrosoft.AsProtobufJSON | null;
467
+ }
468
+ }
469
+ /**
470
+ * Message implementation for ondewo.t2s.T2sCloudProviderConfigElevenLabs
471
+ */
472
+ export declare class T2sCloudProviderConfigElevenLabs implements GrpcMessage {
473
+ static id: string;
474
+ /**
475
+ * Deserialize binary data to message
476
+ * @param instance message instance
477
+ */
478
+ static deserializeBinary(bytes: ByteSource): T2sCloudProviderConfigElevenLabs;
479
+ /**
480
+ * Check all the properties and set default protobuf values if necessary
481
+ * @param _instance message instance
482
+ */
483
+ static refineValues(_instance: T2sCloudProviderConfigElevenLabs): void;
484
+ /**
485
+ * Deserializes / reads binary message into message instance using provided binary reader
486
+ * @param _instance message instance
487
+ * @param _reader binary reader instance
488
+ */
489
+ static deserializeBinaryFromReader(_instance: T2sCloudProviderConfigElevenLabs, _reader: BinaryReader): void;
490
+ /**
491
+ * Serializes a message to binary format using provided binary reader
492
+ * @param _instance message instance
493
+ * @param _writer binary writer instance
494
+ */
495
+ static serializeBinaryToWriter(_instance: T2sCloudProviderConfigElevenLabs, _writer: BinaryWriter): void;
496
+ private _stability;
497
+ private _similarityBoost;
498
+ private _style;
499
+ private _useSpeakerBoost;
500
+ private _applyTextNormalization;
501
+ /**
502
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
503
+ * @param _value initial values object or instance of T2sCloudProviderConfigElevenLabs to deeply clone from
504
+ */
505
+ constructor(_value?: RecursivePartial<T2sCloudProviderConfigElevenLabs.AsObject>);
506
+ get stability(): number;
507
+ set stability(value: number);
508
+ get similarityBoost(): number;
509
+ set similarityBoost(value: number);
510
+ get style(): number;
511
+ set style(value: number);
512
+ get useSpeakerBoost(): boolean;
513
+ set useSpeakerBoost(value: boolean);
514
+ get applyTextNormalization(): string;
515
+ set applyTextNormalization(value: string);
516
+ /**
517
+ * Serialize message to binary data
518
+ * @param instance message instance
519
+ */
520
+ serializeBinary(): any;
521
+ /**
522
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
523
+ */
524
+ toObject(): T2sCloudProviderConfigElevenLabs.AsObject;
525
+ /**
526
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
527
+ */
528
+ toJSON(): T2sCloudProviderConfigElevenLabs.AsObject;
529
+ /**
530
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
531
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
532
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
533
+ */
534
+ toProtobufJSON(options?: ToProtobufJSONOptions): T2sCloudProviderConfigElevenLabs.AsProtobufJSON;
535
+ }
536
+ export declare namespace T2sCloudProviderConfigElevenLabs {
537
+ /**
538
+ * Standard JavaScript object representation for T2sCloudProviderConfigElevenLabs
539
+ */
540
+ interface AsObject {
541
+ stability: number;
542
+ similarityBoost: number;
543
+ style: number;
544
+ useSpeakerBoost: boolean;
545
+ applyTextNormalization: string;
546
+ }
547
+ /**
548
+ * Protobuf JSON representation for T2sCloudProviderConfigElevenLabs
549
+ */
550
+ interface AsProtobufJSON {
551
+ stability: number;
552
+ similarityBoost: number;
553
+ style: number;
554
+ useSpeakerBoost: boolean;
555
+ applyTextNormalization: string;
556
+ }
557
+ }
558
+ /**
559
+ * Message implementation for ondewo.t2s.T2sCloudProviderConfigMicrosoft
560
+ */
561
+ export declare class T2sCloudProviderConfigMicrosoft implements GrpcMessage {
562
+ static id: string;
563
+ /**
564
+ * Deserialize binary data to message
565
+ * @param instance message instance
566
+ */
567
+ static deserializeBinary(bytes: ByteSource): T2sCloudProviderConfigMicrosoft;
568
+ /**
569
+ * Check all the properties and set default protobuf values if necessary
570
+ * @param _instance message instance
571
+ */
572
+ static refineValues(_instance: T2sCloudProviderConfigMicrosoft): void;
573
+ /**
574
+ * Deserializes / reads binary message into message instance using provided binary reader
575
+ * @param _instance message instance
576
+ * @param _reader binary reader instance
577
+ */
578
+ static deserializeBinaryFromReader(_instance: T2sCloudProviderConfigMicrosoft, _reader: BinaryReader): void;
579
+ /**
580
+ * Serializes a message to binary format using provided binary reader
581
+ * @param _instance message instance
582
+ * @param _writer binary writer instance
583
+ */
584
+ static serializeBinaryToWriter(_instance: T2sCloudProviderConfigMicrosoft, _writer: BinaryWriter): void;
585
+ private _useDefaultSpeaker;
586
+ /**
587
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
588
+ * @param _value initial values object or instance of T2sCloudProviderConfigMicrosoft to deeply clone from
589
+ */
590
+ constructor(_value?: RecursivePartial<T2sCloudProviderConfigMicrosoft.AsObject>);
591
+ get useDefaultSpeaker(): boolean;
592
+ set useDefaultSpeaker(value: boolean);
593
+ /**
594
+ * Serialize message to binary data
595
+ * @param instance message instance
596
+ */
597
+ serializeBinary(): any;
598
+ /**
599
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
600
+ */
601
+ toObject(): T2sCloudProviderConfigMicrosoft.AsObject;
602
+ /**
603
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
604
+ */
605
+ toJSON(): T2sCloudProviderConfigMicrosoft.AsObject;
606
+ /**
607
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
608
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
609
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
610
+ */
611
+ toProtobufJSON(options?: ToProtobufJSONOptions): T2sCloudProviderConfigMicrosoft.AsProtobufJSON;
612
+ }
613
+ export declare namespace T2sCloudProviderConfigMicrosoft {
614
+ /**
615
+ * Standard JavaScript object representation for T2sCloudProviderConfigMicrosoft
616
+ */
617
+ interface AsObject {
618
+ useDefaultSpeaker: boolean;
619
+ }
620
+ /**
621
+ * Protobuf JSON representation for T2sCloudProviderConfigMicrosoft
622
+ */
623
+ interface AsProtobufJSON {
624
+ useDefaultSpeaker: boolean;
625
+ }
626
+ }
627
+ /**
628
+ * Message implementation for ondewo.t2s.T2sCloudProviderConfigGoogle
629
+ */
630
+ export declare class T2sCloudProviderConfigGoogle implements GrpcMessage {
631
+ static id: string;
632
+ /**
633
+ * Deserialize binary data to message
634
+ * @param instance message instance
635
+ */
636
+ static deserializeBinary(bytes: ByteSource): T2sCloudProviderConfigGoogle;
637
+ /**
638
+ * Check all the properties and set default protobuf values if necessary
639
+ * @param _instance message instance
640
+ */
641
+ static refineValues(_instance: T2sCloudProviderConfigGoogle): void;
642
+ /**
643
+ * Deserializes / reads binary message into message instance using provided binary reader
644
+ * @param _instance message instance
645
+ * @param _reader binary reader instance
646
+ */
647
+ static deserializeBinaryFromReader(_instance: T2sCloudProviderConfigGoogle, _reader: BinaryReader): void;
648
+ /**
649
+ * Serializes a message to binary format using provided binary reader
650
+ * @param _instance message instance
651
+ * @param _writer binary writer instance
652
+ */
653
+ static serializeBinaryToWriter(_instance: T2sCloudProviderConfigGoogle, _writer: BinaryWriter): void;
654
+ private _speakingRate;
655
+ private _volumeGainDb;
656
+ private _pitch;
657
+ /**
658
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
659
+ * @param _value initial values object or instance of T2sCloudProviderConfigGoogle to deeply clone from
660
+ */
661
+ constructor(_value?: RecursivePartial<T2sCloudProviderConfigGoogle.AsObject>);
662
+ get speakingRate(): number;
663
+ set speakingRate(value: number);
664
+ get volumeGainDb(): number;
665
+ set volumeGainDb(value: number);
666
+ get pitch(): number;
667
+ set pitch(value: number);
668
+ /**
669
+ * Serialize message to binary data
670
+ * @param instance message instance
671
+ */
672
+ serializeBinary(): any;
673
+ /**
674
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
675
+ */
676
+ toObject(): T2sCloudProviderConfigGoogle.AsObject;
677
+ /**
678
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
679
+ */
680
+ toJSON(): T2sCloudProviderConfigGoogle.AsObject;
681
+ /**
682
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
683
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
684
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
685
+ */
686
+ toProtobufJSON(options?: ToProtobufJSONOptions): T2sCloudProviderConfigGoogle.AsProtobufJSON;
687
+ }
688
+ export declare namespace T2sCloudProviderConfigGoogle {
689
+ /**
690
+ * Standard JavaScript object representation for T2sCloudProviderConfigGoogle
691
+ */
692
+ interface AsObject {
693
+ speakingRate: number;
694
+ volumeGainDb: number;
695
+ pitch: number;
696
+ }
697
+ /**
698
+ * Protobuf JSON representation for T2sCloudProviderConfigGoogle
699
+ */
700
+ interface AsProtobufJSON {
701
+ speakingRate: number;
702
+ volumeGainDb: number;
703
+ pitch: number;
704
+ }
705
+ }
379
706
  /**
380
707
  * Message implementation for ondewo.t2s.SynthesizeResponse
381
708
  */
@@ -449,7 +776,7 @@ export declare class SynthesizeResponse implements GrpcMessage {
449
776
  */
450
777
  toProtobufJSON(options?: ToProtobufJSONOptions): SynthesizeResponse.AsProtobufJSON;
451
778
  }
452
- export declare module SynthesizeResponse {
779
+ export declare namespace SynthesizeResponse {
453
780
  /**
454
781
  * Standard JavaScript object representation for SynthesizeResponse
455
782
  */
@@ -533,7 +860,7 @@ export declare class NormalizeTextRequest implements GrpcMessage {
533
860
  */
534
861
  toProtobufJSON(options?: ToProtobufJSONOptions): NormalizeTextRequest.AsProtobufJSON;
535
862
  }
536
- export declare module NormalizeTextRequest {
863
+ export declare namespace NormalizeTextRequest {
537
864
  /**
538
865
  * Standard JavaScript object representation for NormalizeTextRequest
539
866
  */
@@ -604,7 +931,7 @@ export declare class NormalizeTextResponse implements GrpcMessage {
604
931
  */
605
932
  toProtobufJSON(options?: ToProtobufJSONOptions): NormalizeTextResponse.AsProtobufJSON;
606
933
  }
607
- export declare module NormalizeTextResponse {
934
+ export declare namespace NormalizeTextResponse {
608
935
  /**
609
936
  * Standard JavaScript object representation for NormalizeTextResponse
610
937
  */
@@ -673,7 +1000,7 @@ export declare class T2SGetServiceInfoResponse implements GrpcMessage {
673
1000
  */
674
1001
  toProtobufJSON(options?: ToProtobufJSONOptions): T2SGetServiceInfoResponse.AsProtobufJSON;
675
1002
  }
676
- export declare module T2SGetServiceInfoResponse {
1003
+ export declare namespace T2SGetServiceInfoResponse {
677
1004
  /**
678
1005
  * Standard JavaScript object representation for T2SGetServiceInfoResponse
679
1006
  */
@@ -754,7 +1081,7 @@ export declare class ListT2sPipelinesRequest implements GrpcMessage {
754
1081
  */
755
1082
  toProtobufJSON(options?: ToProtobufJSONOptions): ListT2sPipelinesRequest.AsProtobufJSON;
756
1083
  }
757
- export declare module ListT2sPipelinesRequest {
1084
+ export declare namespace ListT2sPipelinesRequest {
758
1085
  /**
759
1086
  * Standard JavaScript object representation for ListT2sPipelinesRequest
760
1087
  */
@@ -831,7 +1158,7 @@ export declare class ListT2sPipelinesResponse implements GrpcMessage {
831
1158
  */
832
1159
  toProtobufJSON(options?: ToProtobufJSONOptions): ListT2sPipelinesResponse.AsProtobufJSON;
833
1160
  }
834
- export declare module ListT2sPipelinesResponse {
1161
+ export declare namespace ListT2sPipelinesResponse {
835
1162
  /**
836
1163
  * Standard JavaScript object representation for ListT2sPipelinesResponse
837
1164
  */
@@ -909,7 +1236,7 @@ export declare class ListT2sLanguagesRequest implements GrpcMessage {
909
1236
  */
910
1237
  toProtobufJSON(options?: ToProtobufJSONOptions): ListT2sLanguagesRequest.AsProtobufJSON;
911
1238
  }
912
- export declare module ListT2sLanguagesRequest {
1239
+ export declare namespace ListT2sLanguagesRequest {
913
1240
  /**
914
1241
  * Standard JavaScript object representation for ListT2sLanguagesRequest
915
1242
  */
@@ -984,7 +1311,7 @@ export declare class ListT2sLanguagesResponse implements GrpcMessage {
984
1311
  */
985
1312
  toProtobufJSON(options?: ToProtobufJSONOptions): ListT2sLanguagesResponse.AsProtobufJSON;
986
1313
  }
987
- export declare module ListT2sLanguagesResponse {
1314
+ export declare namespace ListT2sLanguagesResponse {
988
1315
  /**
989
1316
  * Standard JavaScript object representation for ListT2sLanguagesResponse
990
1317
  */
@@ -1062,7 +1389,7 @@ export declare class ListT2sDomainsRequest implements GrpcMessage {
1062
1389
  */
1063
1390
  toProtobufJSON(options?: ToProtobufJSONOptions): ListT2sDomainsRequest.AsProtobufJSON;
1064
1391
  }
1065
- export declare module ListT2sDomainsRequest {
1392
+ export declare namespace ListT2sDomainsRequest {
1066
1393
  /**
1067
1394
  * Standard JavaScript object representation for ListT2sDomainsRequest
1068
1395
  */
@@ -1137,7 +1464,7 @@ export declare class ListT2sDomainsResponse implements GrpcMessage {
1137
1464
  */
1138
1465
  toProtobufJSON(options?: ToProtobufJSONOptions): ListT2sDomainsResponse.AsProtobufJSON;
1139
1466
  }
1140
- export declare module ListT2sDomainsResponse {
1467
+ export declare namespace ListT2sDomainsResponse {
1141
1468
  /**
1142
1469
  * Standard JavaScript object representation for ListT2sDomainsResponse
1143
1470
  */
@@ -1206,7 +1533,7 @@ export declare class T2sPipelineId implements GrpcMessage {
1206
1533
  */
1207
1534
  toProtobufJSON(options?: ToProtobufJSONOptions): T2sPipelineId.AsProtobufJSON;
1208
1535
  }
1209
- export declare module T2sPipelineId {
1536
+ export declare namespace T2sPipelineId {
1210
1537
  /**
1211
1538
  * Standard JavaScript object representation for T2sPipelineId
1212
1539
  */
@@ -1290,7 +1617,7 @@ export declare class Text2SpeechConfig implements GrpcMessage {
1290
1617
  */
1291
1618
  toProtobufJSON(options?: ToProtobufJSONOptions): Text2SpeechConfig.AsProtobufJSON;
1292
1619
  }
1293
- export declare module Text2SpeechConfig {
1620
+ export declare namespace Text2SpeechConfig {
1294
1621
  /**
1295
1622
  * Standard JavaScript object representation for Text2SpeechConfig
1296
1623
  */
@@ -1384,7 +1711,7 @@ export declare class T2SDescription implements GrpcMessage {
1384
1711
  */
1385
1712
  toProtobufJSON(options?: ToProtobufJSONOptions): T2SDescription.AsProtobufJSON;
1386
1713
  }
1387
- export declare module T2SDescription {
1714
+ export declare namespace T2SDescription {
1388
1715
  /**
1389
1716
  * Standard JavaScript object representation for T2SDescription
1390
1717
  */
@@ -1437,6 +1764,7 @@ export declare class T2SInference implements GrpcMessage {
1437
1764
  static serializeBinaryToWriter(_instance: T2SInference, _writer: BinaryWriter): void;
1438
1765
  private _type;
1439
1766
  private _compositeInference?;
1767
+ private _singleInference?;
1440
1768
  private _caching?;
1441
1769
  /**
1442
1770
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
@@ -1447,6 +1775,8 @@ export declare class T2SInference implements GrpcMessage {
1447
1775
  set type(value: string);
1448
1776
  get compositeInference(): CompositeInference | undefined;
1449
1777
  set compositeInference(value: CompositeInference | undefined);
1778
+ get singleInference(): SingleInference | undefined;
1779
+ set singleInference(value: SingleInference | undefined);
1450
1780
  get caching(): Caching | undefined;
1451
1781
  set caching(value: Caching | undefined);
1452
1782
  /**
@@ -1469,13 +1799,14 @@ export declare class T2SInference implements GrpcMessage {
1469
1799
  */
1470
1800
  toProtobufJSON(options?: ToProtobufJSONOptions): T2SInference.AsProtobufJSON;
1471
1801
  }
1472
- export declare module T2SInference {
1802
+ export declare namespace T2SInference {
1473
1803
  /**
1474
1804
  * Standard JavaScript object representation for T2SInference
1475
1805
  */
1476
1806
  interface AsObject {
1477
1807
  type: string;
1478
1808
  compositeInference?: CompositeInference.AsObject;
1809
+ singleInference?: SingleInference.AsObject;
1479
1810
  caching?: Caching.AsObject;
1480
1811
  }
1481
1812
  /**
@@ -1484,6 +1815,7 @@ export declare module T2SInference {
1484
1815
  interface AsProtobufJSON {
1485
1816
  type: string;
1486
1817
  compositeInference: CompositeInference.AsProtobufJSON | null;
1818
+ singleInference: SingleInference.AsProtobufJSON | null;
1487
1819
  caching: Caching.AsProtobufJSON | null;
1488
1820
  }
1489
1821
  }
@@ -1545,7 +1877,7 @@ export declare class CompositeInference implements GrpcMessage {
1545
1877
  */
1546
1878
  toProtobufJSON(options?: ToProtobufJSONOptions): CompositeInference.AsProtobufJSON;
1547
1879
  }
1548
- export declare module CompositeInference {
1880
+ export declare namespace CompositeInference {
1549
1881
  /**
1550
1882
  * Standard JavaScript object representation for CompositeInference
1551
1883
  */
@@ -1561,6 +1893,75 @@ export declare module CompositeInference {
1561
1893
  mel2audio: Mel2Audio.AsProtobufJSON | null;
1562
1894
  }
1563
1895
  }
1896
+ /**
1897
+ * Message implementation for ondewo.t2s.SingleInference
1898
+ */
1899
+ export declare class SingleInference implements GrpcMessage {
1900
+ static id: string;
1901
+ /**
1902
+ * Deserialize binary data to message
1903
+ * @param instance message instance
1904
+ */
1905
+ static deserializeBinary(bytes: ByteSource): SingleInference;
1906
+ /**
1907
+ * Check all the properties and set default protobuf values if necessary
1908
+ * @param _instance message instance
1909
+ */
1910
+ static refineValues(_instance: SingleInference): void;
1911
+ /**
1912
+ * Deserializes / reads binary message into message instance using provided binary reader
1913
+ * @param _instance message instance
1914
+ * @param _reader binary reader instance
1915
+ */
1916
+ static deserializeBinaryFromReader(_instance: SingleInference, _reader: BinaryReader): void;
1917
+ /**
1918
+ * Serializes a message to binary format using provided binary reader
1919
+ * @param _instance message instance
1920
+ * @param _writer binary writer instance
1921
+ */
1922
+ static serializeBinaryToWriter(_instance: SingleInference, _writer: BinaryWriter): void;
1923
+ private _text2audio?;
1924
+ /**
1925
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1926
+ * @param _value initial values object or instance of SingleInference to deeply clone from
1927
+ */
1928
+ constructor(_value?: RecursivePartial<SingleInference.AsObject>);
1929
+ get text2audio(): Text2Audio | undefined;
1930
+ set text2audio(value: Text2Audio | undefined);
1931
+ /**
1932
+ * Serialize message to binary data
1933
+ * @param instance message instance
1934
+ */
1935
+ serializeBinary(): any;
1936
+ /**
1937
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1938
+ */
1939
+ toObject(): SingleInference.AsObject;
1940
+ /**
1941
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1942
+ */
1943
+ toJSON(): SingleInference.AsObject;
1944
+ /**
1945
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1946
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1947
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
1948
+ */
1949
+ toProtobufJSON(options?: ToProtobufJSONOptions): SingleInference.AsProtobufJSON;
1950
+ }
1951
+ export declare namespace SingleInference {
1952
+ /**
1953
+ * Standard JavaScript object representation for SingleInference
1954
+ */
1955
+ interface AsObject {
1956
+ text2audio?: Text2Audio.AsObject;
1957
+ }
1958
+ /**
1959
+ * Protobuf JSON representation for SingleInference
1960
+ */
1961
+ interface AsProtobufJSON {
1962
+ text2audio: Text2Audio.AsProtobufJSON | null;
1963
+ }
1964
+ }
1564
1965
  /**
1565
1966
  * Message implementation for ondewo.t2s.Text2Mel
1566
1967
  */
@@ -1622,7 +2023,7 @@ export declare class Text2Mel implements GrpcMessage {
1622
2023
  */
1623
2024
  toProtobufJSON(options?: ToProtobufJSONOptions): Text2Mel.AsProtobufJSON;
1624
2025
  }
1625
- export declare module Text2Mel {
2026
+ export declare namespace Text2Mel {
1626
2027
  /**
1627
2028
  * Standard JavaScript object representation for Text2Mel
1628
2029
  */
@@ -1641,33 +2042,132 @@ export declare module Text2Mel {
1641
2042
  }
1642
2043
  }
1643
2044
  /**
1644
- * Message implementation for ondewo.t2s.GlowTTS
2045
+ * Message implementation for ondewo.t2s.Text2Audio
1645
2046
  */
1646
- export declare class GlowTTS implements GrpcMessage {
2047
+ export declare class Text2Audio implements GrpcMessage {
1647
2048
  static id: string;
1648
2049
  /**
1649
2050
  * Deserialize binary data to message
1650
2051
  * @param instance message instance
1651
2052
  */
1652
- static deserializeBinary(bytes: ByteSource): GlowTTS;
2053
+ static deserializeBinary(bytes: ByteSource): Text2Audio;
1653
2054
  /**
1654
2055
  * Check all the properties and set default protobuf values if necessary
1655
2056
  * @param _instance message instance
1656
2057
  */
1657
- static refineValues(_instance: GlowTTS): void;
2058
+ static refineValues(_instance: Text2Audio): void;
1658
2059
  /**
1659
2060
  * Deserializes / reads binary message into message instance using provided binary reader
1660
2061
  * @param _instance message instance
1661
2062
  * @param _reader binary reader instance
1662
2063
  */
1663
- static deserializeBinaryFromReader(_instance: GlowTTS, _reader: BinaryReader): void;
2064
+ static deserializeBinaryFromReader(_instance: Text2Audio, _reader: BinaryReader): void;
1664
2065
  /**
1665
2066
  * Serializes a message to binary format using provided binary reader
1666
2067
  * @param _instance message instance
1667
2068
  * @param _writer binary writer instance
1668
2069
  */
1669
- static serializeBinaryToWriter(_instance: GlowTTS, _writer: BinaryWriter): void;
1670
- private _batchSize;
2070
+ static serializeBinaryToWriter(_instance: Text2Audio, _writer: BinaryWriter): void;
2071
+ private _type;
2072
+ private _vits?;
2073
+ private _vitsTriton?;
2074
+ private _t2sCloudServiceElevenlabs?;
2075
+ private _t2sCloudServiceAmazon?;
2076
+ private _t2sCloudServiceGoogle?;
2077
+ private _t2sCloudServiceMicrosoft?;
2078
+ /**
2079
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2080
+ * @param _value initial values object or instance of Text2Audio to deeply clone from
2081
+ */
2082
+ constructor(_value?: RecursivePartial<Text2Audio.AsObject>);
2083
+ get type(): string;
2084
+ set type(value: string);
2085
+ get vits(): Vits | undefined;
2086
+ set vits(value: Vits | undefined);
2087
+ get vitsTriton(): VitsTriton | undefined;
2088
+ set vitsTriton(value: VitsTriton | undefined);
2089
+ get t2sCloudServiceElevenlabs(): T2sCloudServiceElevenLabs | undefined;
2090
+ set t2sCloudServiceElevenlabs(value: T2sCloudServiceElevenLabs | undefined);
2091
+ get t2sCloudServiceAmazon(): T2sCloudServiceAmazon | undefined;
2092
+ set t2sCloudServiceAmazon(value: T2sCloudServiceAmazon | undefined);
2093
+ get t2sCloudServiceGoogle(): T2sCloudServiceGoogle | undefined;
2094
+ set t2sCloudServiceGoogle(value: T2sCloudServiceGoogle | undefined);
2095
+ get t2sCloudServiceMicrosoft(): T2sCloudServiceMicrosoft | undefined;
2096
+ set t2sCloudServiceMicrosoft(value: T2sCloudServiceMicrosoft | undefined);
2097
+ /**
2098
+ * Serialize message to binary data
2099
+ * @param instance message instance
2100
+ */
2101
+ serializeBinary(): any;
2102
+ /**
2103
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
2104
+ */
2105
+ toObject(): Text2Audio.AsObject;
2106
+ /**
2107
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
2108
+ */
2109
+ toJSON(): Text2Audio.AsObject;
2110
+ /**
2111
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
2112
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
2113
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
2114
+ */
2115
+ toProtobufJSON(options?: ToProtobufJSONOptions): Text2Audio.AsProtobufJSON;
2116
+ }
2117
+ export declare namespace Text2Audio {
2118
+ /**
2119
+ * Standard JavaScript object representation for Text2Audio
2120
+ */
2121
+ interface AsObject {
2122
+ type: string;
2123
+ vits?: Vits.AsObject;
2124
+ vitsTriton?: VitsTriton.AsObject;
2125
+ t2sCloudServiceElevenlabs?: T2sCloudServiceElevenLabs.AsObject;
2126
+ t2sCloudServiceAmazon?: T2sCloudServiceAmazon.AsObject;
2127
+ t2sCloudServiceGoogle?: T2sCloudServiceGoogle.AsObject;
2128
+ t2sCloudServiceMicrosoft?: T2sCloudServiceMicrosoft.AsObject;
2129
+ }
2130
+ /**
2131
+ * Protobuf JSON representation for Text2Audio
2132
+ */
2133
+ interface AsProtobufJSON {
2134
+ type: string;
2135
+ vits: Vits.AsProtobufJSON | null;
2136
+ vitsTriton: VitsTriton.AsProtobufJSON | null;
2137
+ t2sCloudServiceElevenlabs: T2sCloudServiceElevenLabs.AsProtobufJSON | null;
2138
+ t2sCloudServiceAmazon: T2sCloudServiceAmazon.AsProtobufJSON | null;
2139
+ t2sCloudServiceGoogle: T2sCloudServiceGoogle.AsProtobufJSON | null;
2140
+ t2sCloudServiceMicrosoft: T2sCloudServiceMicrosoft.AsProtobufJSON | null;
2141
+ }
2142
+ }
2143
+ /**
2144
+ * Message implementation for ondewo.t2s.GlowTTS
2145
+ */
2146
+ export declare class GlowTTS implements GrpcMessage {
2147
+ static id: string;
2148
+ /**
2149
+ * Deserialize binary data to message
2150
+ * @param instance message instance
2151
+ */
2152
+ static deserializeBinary(bytes: ByteSource): GlowTTS;
2153
+ /**
2154
+ * Check all the properties and set default protobuf values if necessary
2155
+ * @param _instance message instance
2156
+ */
2157
+ static refineValues(_instance: GlowTTS): void;
2158
+ /**
2159
+ * Deserializes / reads binary message into message instance using provided binary reader
2160
+ * @param _instance message instance
2161
+ * @param _reader binary reader instance
2162
+ */
2163
+ static deserializeBinaryFromReader(_instance: GlowTTS, _reader: BinaryReader): void;
2164
+ /**
2165
+ * Serializes a message to binary format using provided binary reader
2166
+ * @param _instance message instance
2167
+ * @param _writer binary writer instance
2168
+ */
2169
+ static serializeBinaryToWriter(_instance: GlowTTS, _writer: BinaryWriter): void;
2170
+ private _batchSize;
1671
2171
  private _useGpu;
1672
2172
  private _lengthScale;
1673
2173
  private _noiseScale;
@@ -1713,7 +2213,7 @@ export declare class GlowTTS implements GrpcMessage {
1713
2213
  */
1714
2214
  toProtobufJSON(options?: ToProtobufJSONOptions): GlowTTS.AsProtobufJSON;
1715
2215
  }
1716
- export declare module GlowTTS {
2216
+ export declare namespace GlowTTS {
1717
2217
  /**
1718
2218
  * Standard JavaScript object representation for GlowTTS
1719
2219
  */
@@ -1773,6 +2273,8 @@ export declare class GlowTTSTriton implements GrpcMessage {
1773
2273
  private _maxTextLength;
1774
2274
  private _paramConfigPath;
1775
2275
  private _tritonModelName;
2276
+ private _tritonServerHost;
2277
+ private _tritonServerPort;
1776
2278
  /**
1777
2279
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1778
2280
  * @param _value initial values object or instance of GlowTTSTriton to deeply clone from
@@ -1792,6 +2294,10 @@ export declare class GlowTTSTriton implements GrpcMessage {
1792
2294
  set paramConfigPath(value: string);
1793
2295
  get tritonModelName(): string;
1794
2296
  set tritonModelName(value: string);
2297
+ get tritonServerHost(): string;
2298
+ set tritonServerHost(value: string);
2299
+ get tritonServerPort(): string;
2300
+ set tritonServerPort(value: string);
1795
2301
  /**
1796
2302
  * Serialize message to binary data
1797
2303
  * @param instance message instance
@@ -1812,7 +2318,7 @@ export declare class GlowTTSTriton implements GrpcMessage {
1812
2318
  */
1813
2319
  toProtobufJSON(options?: ToProtobufJSONOptions): GlowTTSTriton.AsProtobufJSON;
1814
2320
  }
1815
- export declare module GlowTTSTriton {
2321
+ export declare namespace GlowTTSTriton {
1816
2322
  /**
1817
2323
  * Standard JavaScript object representation for GlowTTSTriton
1818
2324
  */
@@ -1824,6 +2330,8 @@ export declare module GlowTTSTriton {
1824
2330
  maxTextLength: string;
1825
2331
  paramConfigPath: string;
1826
2332
  tritonModelName: string;
2333
+ tritonServerHost: string;
2334
+ tritonServerPort: string;
1827
2335
  }
1828
2336
  /**
1829
2337
  * Protobuf JSON representation for GlowTTSTriton
@@ -1836,6 +2344,621 @@ export declare module GlowTTSTriton {
1836
2344
  maxTextLength: string;
1837
2345
  paramConfigPath: string;
1838
2346
  tritonModelName: string;
2347
+ tritonServerHost: string;
2348
+ tritonServerPort: string;
2349
+ }
2350
+ }
2351
+ /**
2352
+ * Message implementation for ondewo.t2s.Vits
2353
+ */
2354
+ export declare class Vits implements GrpcMessage {
2355
+ static id: string;
2356
+ /**
2357
+ * Deserialize binary data to message
2358
+ * @param instance message instance
2359
+ */
2360
+ static deserializeBinary(bytes: ByteSource): Vits;
2361
+ /**
2362
+ * Check all the properties and set default protobuf values if necessary
2363
+ * @param _instance message instance
2364
+ */
2365
+ static refineValues(_instance: Vits): void;
2366
+ /**
2367
+ * Deserializes / reads binary message into message instance using provided binary reader
2368
+ * @param _instance message instance
2369
+ * @param _reader binary reader instance
2370
+ */
2371
+ static deserializeBinaryFromReader(_instance: Vits, _reader: BinaryReader): void;
2372
+ /**
2373
+ * Serializes a message to binary format using provided binary reader
2374
+ * @param _instance message instance
2375
+ * @param _writer binary writer instance
2376
+ */
2377
+ static serializeBinaryToWriter(_instance: Vits, _writer: BinaryWriter): void;
2378
+ private _batchSize;
2379
+ private _useGpu;
2380
+ private _lengthScale;
2381
+ private _noiseScale;
2382
+ private _path;
2383
+ private _cleaners;
2384
+ private _paramConfigPath;
2385
+ /**
2386
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2387
+ * @param _value initial values object or instance of Vits to deeply clone from
2388
+ */
2389
+ constructor(_value?: RecursivePartial<Vits.AsObject>);
2390
+ get batchSize(): string;
2391
+ set batchSize(value: string);
2392
+ get useGpu(): boolean;
2393
+ set useGpu(value: boolean);
2394
+ get lengthScale(): number;
2395
+ set lengthScale(value: number);
2396
+ get noiseScale(): number;
2397
+ set noiseScale(value: number);
2398
+ get path(): string;
2399
+ set path(value: string);
2400
+ get cleaners(): string[];
2401
+ set cleaners(value: string[]);
2402
+ get paramConfigPath(): string;
2403
+ set paramConfigPath(value: string);
2404
+ /**
2405
+ * Serialize message to binary data
2406
+ * @param instance message instance
2407
+ */
2408
+ serializeBinary(): any;
2409
+ /**
2410
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
2411
+ */
2412
+ toObject(): Vits.AsObject;
2413
+ /**
2414
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
2415
+ */
2416
+ toJSON(): Vits.AsObject;
2417
+ /**
2418
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
2419
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
2420
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
2421
+ */
2422
+ toProtobufJSON(options?: ToProtobufJSONOptions): Vits.AsProtobufJSON;
2423
+ }
2424
+ export declare namespace Vits {
2425
+ /**
2426
+ * Standard JavaScript object representation for Vits
2427
+ */
2428
+ interface AsObject {
2429
+ batchSize: string;
2430
+ useGpu: boolean;
2431
+ lengthScale: number;
2432
+ noiseScale: number;
2433
+ path: string;
2434
+ cleaners: string[];
2435
+ paramConfigPath: string;
2436
+ }
2437
+ /**
2438
+ * Protobuf JSON representation for Vits
2439
+ */
2440
+ interface AsProtobufJSON {
2441
+ batchSize: string;
2442
+ useGpu: boolean;
2443
+ lengthScale: number;
2444
+ noiseScale: number;
2445
+ path: string;
2446
+ cleaners: string[];
2447
+ paramConfigPath: string;
2448
+ }
2449
+ }
2450
+ /**
2451
+ * Message implementation for ondewo.t2s.VitsTriton
2452
+ */
2453
+ export declare class VitsTriton implements GrpcMessage {
2454
+ static id: string;
2455
+ /**
2456
+ * Deserialize binary data to message
2457
+ * @param instance message instance
2458
+ */
2459
+ static deserializeBinary(bytes: ByteSource): VitsTriton;
2460
+ /**
2461
+ * Check all the properties and set default protobuf values if necessary
2462
+ * @param _instance message instance
2463
+ */
2464
+ static refineValues(_instance: VitsTriton): void;
2465
+ /**
2466
+ * Deserializes / reads binary message into message instance using provided binary reader
2467
+ * @param _instance message instance
2468
+ * @param _reader binary reader instance
2469
+ */
2470
+ static deserializeBinaryFromReader(_instance: VitsTriton, _reader: BinaryReader): void;
2471
+ /**
2472
+ * Serializes a message to binary format using provided binary reader
2473
+ * @param _instance message instance
2474
+ * @param _writer binary writer instance
2475
+ */
2476
+ static serializeBinaryToWriter(_instance: VitsTriton, _writer: BinaryWriter): void;
2477
+ private _batchSize;
2478
+ private _lengthScale;
2479
+ private _noiseScale;
2480
+ private _cleaners;
2481
+ private _maxTextLength;
2482
+ private _paramConfigPath;
2483
+ private _tritonModelName;
2484
+ private _tritonServerHost;
2485
+ private _tritonServerPort;
2486
+ /**
2487
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2488
+ * @param _value initial values object or instance of VitsTriton to deeply clone from
2489
+ */
2490
+ constructor(_value?: RecursivePartial<VitsTriton.AsObject>);
2491
+ get batchSize(): string;
2492
+ set batchSize(value: string);
2493
+ get lengthScale(): number;
2494
+ set lengthScale(value: number);
2495
+ get noiseScale(): number;
2496
+ set noiseScale(value: number);
2497
+ get cleaners(): string[];
2498
+ set cleaners(value: string[]);
2499
+ get maxTextLength(): string;
2500
+ set maxTextLength(value: string);
2501
+ get paramConfigPath(): string;
2502
+ set paramConfigPath(value: string);
2503
+ get tritonModelName(): string;
2504
+ set tritonModelName(value: string);
2505
+ get tritonServerHost(): string;
2506
+ set tritonServerHost(value: string);
2507
+ get tritonServerPort(): string;
2508
+ set tritonServerPort(value: string);
2509
+ /**
2510
+ * Serialize message to binary data
2511
+ * @param instance message instance
2512
+ */
2513
+ serializeBinary(): any;
2514
+ /**
2515
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
2516
+ */
2517
+ toObject(): VitsTriton.AsObject;
2518
+ /**
2519
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
2520
+ */
2521
+ toJSON(): VitsTriton.AsObject;
2522
+ /**
2523
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
2524
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
2525
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
2526
+ */
2527
+ toProtobufJSON(options?: ToProtobufJSONOptions): VitsTriton.AsProtobufJSON;
2528
+ }
2529
+ export declare namespace VitsTriton {
2530
+ /**
2531
+ * Standard JavaScript object representation for VitsTriton
2532
+ */
2533
+ interface AsObject {
2534
+ batchSize: string;
2535
+ lengthScale: number;
2536
+ noiseScale: number;
2537
+ cleaners: string[];
2538
+ maxTextLength: string;
2539
+ paramConfigPath: string;
2540
+ tritonModelName: string;
2541
+ tritonServerHost: string;
2542
+ tritonServerPort: string;
2543
+ }
2544
+ /**
2545
+ * Protobuf JSON representation for VitsTriton
2546
+ */
2547
+ interface AsProtobufJSON {
2548
+ batchSize: string;
2549
+ lengthScale: number;
2550
+ noiseScale: number;
2551
+ cleaners: string[];
2552
+ maxTextLength: string;
2553
+ paramConfigPath: string;
2554
+ tritonModelName: string;
2555
+ tritonServerHost: string;
2556
+ tritonServerPort: string;
2557
+ }
2558
+ }
2559
+ /**
2560
+ * Message implementation for ondewo.t2s.T2sCloudServiceElevenLabs
2561
+ */
2562
+ export declare class T2sCloudServiceElevenLabs implements GrpcMessage {
2563
+ static id: string;
2564
+ /**
2565
+ * Deserialize binary data to message
2566
+ * @param instance message instance
2567
+ */
2568
+ static deserializeBinary(bytes: ByteSource): T2sCloudServiceElevenLabs;
2569
+ /**
2570
+ * Check all the properties and set default protobuf values if necessary
2571
+ * @param _instance message instance
2572
+ */
2573
+ static refineValues(_instance: T2sCloudServiceElevenLabs): void;
2574
+ /**
2575
+ * Deserializes / reads binary message into message instance using provided binary reader
2576
+ * @param _instance message instance
2577
+ * @param _reader binary reader instance
2578
+ */
2579
+ static deserializeBinaryFromReader(_instance: T2sCloudServiceElevenLabs, _reader: BinaryReader): void;
2580
+ /**
2581
+ * Serializes a message to binary format using provided binary reader
2582
+ * @param _instance message instance
2583
+ * @param _writer binary writer instance
2584
+ */
2585
+ static serializeBinaryToWriter(_instance: T2sCloudServiceElevenLabs, _writer: BinaryWriter): void;
2586
+ private _languageCode;
2587
+ private _modelId;
2588
+ private _voiceId;
2589
+ private _voiceSettings?;
2590
+ private _applyTextNormalization;
2591
+ /**
2592
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2593
+ * @param _value initial values object or instance of T2sCloudServiceElevenLabs to deeply clone from
2594
+ */
2595
+ constructor(_value?: RecursivePartial<T2sCloudServiceElevenLabs.AsObject>);
2596
+ get languageCode(): string;
2597
+ set languageCode(value: string);
2598
+ get modelId(): string;
2599
+ set modelId(value: string);
2600
+ get voiceId(): string;
2601
+ set voiceId(value: string);
2602
+ get voiceSettings(): VoiceSettings | undefined;
2603
+ set voiceSettings(value: VoiceSettings | undefined);
2604
+ get applyTextNormalization(): string;
2605
+ set applyTextNormalization(value: string);
2606
+ /**
2607
+ * Serialize message to binary data
2608
+ * @param instance message instance
2609
+ */
2610
+ serializeBinary(): any;
2611
+ /**
2612
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
2613
+ */
2614
+ toObject(): T2sCloudServiceElevenLabs.AsObject;
2615
+ /**
2616
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
2617
+ */
2618
+ toJSON(): T2sCloudServiceElevenLabs.AsObject;
2619
+ /**
2620
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
2621
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
2622
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
2623
+ */
2624
+ toProtobufJSON(options?: ToProtobufJSONOptions): T2sCloudServiceElevenLabs.AsProtobufJSON;
2625
+ }
2626
+ export declare namespace T2sCloudServiceElevenLabs {
2627
+ /**
2628
+ * Standard JavaScript object representation for T2sCloudServiceElevenLabs
2629
+ */
2630
+ interface AsObject {
2631
+ languageCode: string;
2632
+ modelId: string;
2633
+ voiceId: string;
2634
+ voiceSettings?: VoiceSettings.AsObject;
2635
+ applyTextNormalization: string;
2636
+ }
2637
+ /**
2638
+ * Protobuf JSON representation for T2sCloudServiceElevenLabs
2639
+ */
2640
+ interface AsProtobufJSON {
2641
+ languageCode: string;
2642
+ modelId: string;
2643
+ voiceId: string;
2644
+ voiceSettings: VoiceSettings.AsProtobufJSON | null;
2645
+ applyTextNormalization: string;
2646
+ }
2647
+ }
2648
+ /**
2649
+ * Message implementation for ondewo.t2s.VoiceSettings
2650
+ */
2651
+ export declare class VoiceSettings implements GrpcMessage {
2652
+ static id: string;
2653
+ /**
2654
+ * Deserialize binary data to message
2655
+ * @param instance message instance
2656
+ */
2657
+ static deserializeBinary(bytes: ByteSource): VoiceSettings;
2658
+ /**
2659
+ * Check all the properties and set default protobuf values if necessary
2660
+ * @param _instance message instance
2661
+ */
2662
+ static refineValues(_instance: VoiceSettings): void;
2663
+ /**
2664
+ * Deserializes / reads binary message into message instance using provided binary reader
2665
+ * @param _instance message instance
2666
+ * @param _reader binary reader instance
2667
+ */
2668
+ static deserializeBinaryFromReader(_instance: VoiceSettings, _reader: BinaryReader): void;
2669
+ /**
2670
+ * Serializes a message to binary format using provided binary reader
2671
+ * @param _instance message instance
2672
+ * @param _writer binary writer instance
2673
+ */
2674
+ static serializeBinaryToWriter(_instance: VoiceSettings, _writer: BinaryWriter): void;
2675
+ private _stability;
2676
+ private _similarityBoost;
2677
+ private _style;
2678
+ private _useSpeakerBoost;
2679
+ /**
2680
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2681
+ * @param _value initial values object or instance of VoiceSettings to deeply clone from
2682
+ */
2683
+ constructor(_value?: RecursivePartial<VoiceSettings.AsObject>);
2684
+ get stability(): number;
2685
+ set stability(value: number);
2686
+ get similarityBoost(): number;
2687
+ set similarityBoost(value: number);
2688
+ get style(): number;
2689
+ set style(value: number);
2690
+ get useSpeakerBoost(): boolean;
2691
+ set useSpeakerBoost(value: boolean);
2692
+ /**
2693
+ * Serialize message to binary data
2694
+ * @param instance message instance
2695
+ */
2696
+ serializeBinary(): any;
2697
+ /**
2698
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
2699
+ */
2700
+ toObject(): VoiceSettings.AsObject;
2701
+ /**
2702
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
2703
+ */
2704
+ toJSON(): VoiceSettings.AsObject;
2705
+ /**
2706
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
2707
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
2708
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
2709
+ */
2710
+ toProtobufJSON(options?: ToProtobufJSONOptions): VoiceSettings.AsProtobufJSON;
2711
+ }
2712
+ export declare namespace VoiceSettings {
2713
+ /**
2714
+ * Standard JavaScript object representation for VoiceSettings
2715
+ */
2716
+ interface AsObject {
2717
+ stability: number;
2718
+ similarityBoost: number;
2719
+ style: number;
2720
+ useSpeakerBoost: boolean;
2721
+ }
2722
+ /**
2723
+ * Protobuf JSON representation for VoiceSettings
2724
+ */
2725
+ interface AsProtobufJSON {
2726
+ stability: number;
2727
+ similarityBoost: number;
2728
+ style: number;
2729
+ useSpeakerBoost: boolean;
2730
+ }
2731
+ }
2732
+ /**
2733
+ * Message implementation for ondewo.t2s.T2sCloudServiceAmazon
2734
+ */
2735
+ export declare class T2sCloudServiceAmazon implements GrpcMessage {
2736
+ static id: string;
2737
+ /**
2738
+ * Deserialize binary data to message
2739
+ * @param instance message instance
2740
+ */
2741
+ static deserializeBinary(bytes: ByteSource): T2sCloudServiceAmazon;
2742
+ /**
2743
+ * Check all the properties and set default protobuf values if necessary
2744
+ * @param _instance message instance
2745
+ */
2746
+ static refineValues(_instance: T2sCloudServiceAmazon): void;
2747
+ /**
2748
+ * Deserializes / reads binary message into message instance using provided binary reader
2749
+ * @param _instance message instance
2750
+ * @param _reader binary reader instance
2751
+ */
2752
+ static deserializeBinaryFromReader(_instance: T2sCloudServiceAmazon, _reader: BinaryReader): void;
2753
+ /**
2754
+ * Serializes a message to binary format using provided binary reader
2755
+ * @param _instance message instance
2756
+ * @param _writer binary writer instance
2757
+ */
2758
+ static serializeBinaryToWriter(_instance: T2sCloudServiceAmazon, _writer: BinaryWriter): void;
2759
+ private _voiceId;
2760
+ private _modelId;
2761
+ /**
2762
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2763
+ * @param _value initial values object or instance of T2sCloudServiceAmazon to deeply clone from
2764
+ */
2765
+ constructor(_value?: RecursivePartial<T2sCloudServiceAmazon.AsObject>);
2766
+ get voiceId(): string;
2767
+ set voiceId(value: string);
2768
+ get modelId(): string;
2769
+ set modelId(value: string);
2770
+ /**
2771
+ * Serialize message to binary data
2772
+ * @param instance message instance
2773
+ */
2774
+ serializeBinary(): any;
2775
+ /**
2776
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
2777
+ */
2778
+ toObject(): T2sCloudServiceAmazon.AsObject;
2779
+ /**
2780
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
2781
+ */
2782
+ toJSON(): T2sCloudServiceAmazon.AsObject;
2783
+ /**
2784
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
2785
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
2786
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
2787
+ */
2788
+ toProtobufJSON(options?: ToProtobufJSONOptions): T2sCloudServiceAmazon.AsProtobufJSON;
2789
+ }
2790
+ export declare namespace T2sCloudServiceAmazon {
2791
+ /**
2792
+ * Standard JavaScript object representation for T2sCloudServiceAmazon
2793
+ */
2794
+ interface AsObject {
2795
+ voiceId: string;
2796
+ modelId: string;
2797
+ }
2798
+ /**
2799
+ * Protobuf JSON representation for T2sCloudServiceAmazon
2800
+ */
2801
+ interface AsProtobufJSON {
2802
+ voiceId: string;
2803
+ modelId: string;
2804
+ }
2805
+ }
2806
+ /**
2807
+ * Message implementation for ondewo.t2s.T2sCloudServiceGoogle
2808
+ */
2809
+ export declare class T2sCloudServiceGoogle implements GrpcMessage {
2810
+ static id: string;
2811
+ /**
2812
+ * Deserialize binary data to message
2813
+ * @param instance message instance
2814
+ */
2815
+ static deserializeBinary(bytes: ByteSource): T2sCloudServiceGoogle;
2816
+ /**
2817
+ * Check all the properties and set default protobuf values if necessary
2818
+ * @param _instance message instance
2819
+ */
2820
+ static refineValues(_instance: T2sCloudServiceGoogle): void;
2821
+ /**
2822
+ * Deserializes / reads binary message into message instance using provided binary reader
2823
+ * @param _instance message instance
2824
+ * @param _reader binary reader instance
2825
+ */
2826
+ static deserializeBinaryFromReader(_instance: T2sCloudServiceGoogle, _reader: BinaryReader): void;
2827
+ /**
2828
+ * Serializes a message to binary format using provided binary reader
2829
+ * @param _instance message instance
2830
+ * @param _writer binary writer instance
2831
+ */
2832
+ static serializeBinaryToWriter(_instance: T2sCloudServiceGoogle, _writer: BinaryWriter): void;
2833
+ private _voiceId;
2834
+ private _speakingRate;
2835
+ private _volumeGainDb;
2836
+ private _pitch;
2837
+ /**
2838
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2839
+ * @param _value initial values object or instance of T2sCloudServiceGoogle to deeply clone from
2840
+ */
2841
+ constructor(_value?: RecursivePartial<T2sCloudServiceGoogle.AsObject>);
2842
+ get voiceId(): string;
2843
+ set voiceId(value: string);
2844
+ get speakingRate(): number;
2845
+ set speakingRate(value: number);
2846
+ get volumeGainDb(): number;
2847
+ set volumeGainDb(value: number);
2848
+ get pitch(): number;
2849
+ set pitch(value: number);
2850
+ /**
2851
+ * Serialize message to binary data
2852
+ * @param instance message instance
2853
+ */
2854
+ serializeBinary(): any;
2855
+ /**
2856
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
2857
+ */
2858
+ toObject(): T2sCloudServiceGoogle.AsObject;
2859
+ /**
2860
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
2861
+ */
2862
+ toJSON(): T2sCloudServiceGoogle.AsObject;
2863
+ /**
2864
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
2865
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
2866
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
2867
+ */
2868
+ toProtobufJSON(options?: ToProtobufJSONOptions): T2sCloudServiceGoogle.AsProtobufJSON;
2869
+ }
2870
+ export declare namespace T2sCloudServiceGoogle {
2871
+ /**
2872
+ * Standard JavaScript object representation for T2sCloudServiceGoogle
2873
+ */
2874
+ interface AsObject {
2875
+ voiceId: string;
2876
+ speakingRate: number;
2877
+ volumeGainDb: number;
2878
+ pitch: number;
2879
+ }
2880
+ /**
2881
+ * Protobuf JSON representation for T2sCloudServiceGoogle
2882
+ */
2883
+ interface AsProtobufJSON {
2884
+ voiceId: string;
2885
+ speakingRate: number;
2886
+ volumeGainDb: number;
2887
+ pitch: number;
2888
+ }
2889
+ }
2890
+ /**
2891
+ * Message implementation for ondewo.t2s.T2sCloudServiceMicrosoft
2892
+ */
2893
+ export declare class T2sCloudServiceMicrosoft implements GrpcMessage {
2894
+ static id: string;
2895
+ /**
2896
+ * Deserialize binary data to message
2897
+ * @param instance message instance
2898
+ */
2899
+ static deserializeBinary(bytes: ByteSource): T2sCloudServiceMicrosoft;
2900
+ /**
2901
+ * Check all the properties and set default protobuf values if necessary
2902
+ * @param _instance message instance
2903
+ */
2904
+ static refineValues(_instance: T2sCloudServiceMicrosoft): void;
2905
+ /**
2906
+ * Deserializes / reads binary message into message instance using provided binary reader
2907
+ * @param _instance message instance
2908
+ * @param _reader binary reader instance
2909
+ */
2910
+ static deserializeBinaryFromReader(_instance: T2sCloudServiceMicrosoft, _reader: BinaryReader): void;
2911
+ /**
2912
+ * Serializes a message to binary format using provided binary reader
2913
+ * @param _instance message instance
2914
+ * @param _writer binary writer instance
2915
+ */
2916
+ static serializeBinaryToWriter(_instance: T2sCloudServiceMicrosoft, _writer: BinaryWriter): void;
2917
+ private _voiceId;
2918
+ private _useDefaultSpeaker;
2919
+ /**
2920
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2921
+ * @param _value initial values object or instance of T2sCloudServiceMicrosoft to deeply clone from
2922
+ */
2923
+ constructor(_value?: RecursivePartial<T2sCloudServiceMicrosoft.AsObject>);
2924
+ get voiceId(): string;
2925
+ set voiceId(value: string);
2926
+ get useDefaultSpeaker(): boolean;
2927
+ set useDefaultSpeaker(value: boolean);
2928
+ /**
2929
+ * Serialize message to binary data
2930
+ * @param instance message instance
2931
+ */
2932
+ serializeBinary(): any;
2933
+ /**
2934
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
2935
+ */
2936
+ toObject(): T2sCloudServiceMicrosoft.AsObject;
2937
+ /**
2938
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
2939
+ */
2940
+ toJSON(): T2sCloudServiceMicrosoft.AsObject;
2941
+ /**
2942
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
2943
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
2944
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
2945
+ */
2946
+ toProtobufJSON(options?: ToProtobufJSONOptions): T2sCloudServiceMicrosoft.AsProtobufJSON;
2947
+ }
2948
+ export declare namespace T2sCloudServiceMicrosoft {
2949
+ /**
2950
+ * Standard JavaScript object representation for T2sCloudServiceMicrosoft
2951
+ */
2952
+ interface AsObject {
2953
+ voiceId: string;
2954
+ useDefaultSpeaker: boolean;
2955
+ }
2956
+ /**
2957
+ * Protobuf JSON representation for T2sCloudServiceMicrosoft
2958
+ */
2959
+ interface AsProtobufJSON {
2960
+ voiceId: string;
2961
+ useDefaultSpeaker: boolean;
1839
2962
  }
1840
2963
  }
1841
2964
  /**
@@ -1902,7 +3025,7 @@ export declare class Mel2Audio implements GrpcMessage {
1902
3025
  */
1903
3026
  toProtobufJSON(options?: ToProtobufJSONOptions): Mel2Audio.AsProtobufJSON;
1904
3027
  }
1905
- export declare module Mel2Audio {
3028
+ export declare namespace Mel2Audio {
1906
3029
  /**
1907
3030
  * Standard JavaScript object representation for Mel2Audio
1908
3031
  */
@@ -1986,7 +3109,7 @@ export declare class HiFiGan implements GrpcMessage {
1986
3109
  */
1987
3110
  toProtobufJSON(options?: ToProtobufJSONOptions): HiFiGan.AsProtobufJSON;
1988
3111
  }
1989
- export declare module HiFiGan {
3112
+ export declare namespace HiFiGan {
1990
3113
  /**
1991
3114
  * Standard JavaScript object representation for HiFiGan
1992
3115
  */
@@ -2035,6 +3158,8 @@ export declare class HiFiGanTriton implements GrpcMessage {
2035
3158
  static serializeBinaryToWriter(_instance: HiFiGanTriton, _writer: BinaryWriter): void;
2036
3159
  private _configPath;
2037
3160
  private _tritonModelName;
3161
+ private _tritonServerHost;
3162
+ private _tritonServerPort;
2038
3163
  /**
2039
3164
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2040
3165
  * @param _value initial values object or instance of HiFiGanTriton to deeply clone from
@@ -2044,6 +3169,10 @@ export declare class HiFiGanTriton implements GrpcMessage {
2044
3169
  set configPath(value: string);
2045
3170
  get tritonModelName(): string;
2046
3171
  set tritonModelName(value: string);
3172
+ get tritonServerHost(): string;
3173
+ set tritonServerHost(value: string);
3174
+ get tritonServerPort(): string;
3175
+ set tritonServerPort(value: string);
2047
3176
  /**
2048
3177
  * Serialize message to binary data
2049
3178
  * @param instance message instance
@@ -2064,13 +3193,15 @@ export declare class HiFiGanTriton implements GrpcMessage {
2064
3193
  */
2065
3194
  toProtobufJSON(options?: ToProtobufJSONOptions): HiFiGanTriton.AsProtobufJSON;
2066
3195
  }
2067
- export declare module HiFiGanTriton {
3196
+ export declare namespace HiFiGanTriton {
2068
3197
  /**
2069
3198
  * Standard JavaScript object representation for HiFiGanTriton
2070
3199
  */
2071
3200
  interface AsObject {
2072
3201
  configPath: string;
2073
3202
  tritonModelName: string;
3203
+ tritonServerHost: string;
3204
+ tritonServerPort: string;
2074
3205
  }
2075
3206
  /**
2076
3207
  * Protobuf JSON representation for HiFiGanTriton
@@ -2078,6 +3209,8 @@ export declare module HiFiGanTriton {
2078
3209
  interface AsProtobufJSON {
2079
3210
  configPath: string;
2080
3211
  tritonModelName: string;
3212
+ tritonServerHost: string;
3213
+ tritonServerPort: string;
2081
3214
  }
2082
3215
  }
2083
3216
  /**
@@ -2110,7 +3243,8 @@ export declare class MbMelganTriton implements GrpcMessage {
2110
3243
  private _configPath;
2111
3244
  private _statsPath;
2112
3245
  private _tritonModelName;
2113
- private _tritonUrl;
3246
+ private _tritonServerHost;
3247
+ private _tritonServerPort;
2114
3248
  /**
2115
3249
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2116
3250
  * @param _value initial values object or instance of MbMelganTriton to deeply clone from
@@ -2122,8 +3256,10 @@ export declare class MbMelganTriton implements GrpcMessage {
2122
3256
  set statsPath(value: string);
2123
3257
  get tritonModelName(): string;
2124
3258
  set tritonModelName(value: string);
2125
- get tritonUrl(): string;
2126
- set tritonUrl(value: string);
3259
+ get tritonServerHost(): string;
3260
+ set tritonServerHost(value: string);
3261
+ get tritonServerPort(): string;
3262
+ set tritonServerPort(value: string);
2127
3263
  /**
2128
3264
  * Serialize message to binary data
2129
3265
  * @param instance message instance
@@ -2144,7 +3280,7 @@ export declare class MbMelganTriton implements GrpcMessage {
2144
3280
  */
2145
3281
  toProtobufJSON(options?: ToProtobufJSONOptions): MbMelganTriton.AsProtobufJSON;
2146
3282
  }
2147
- export declare module MbMelganTriton {
3283
+ export declare namespace MbMelganTriton {
2148
3284
  /**
2149
3285
  * Standard JavaScript object representation for MbMelganTriton
2150
3286
  */
@@ -2152,7 +3288,8 @@ export declare module MbMelganTriton {
2152
3288
  configPath: string;
2153
3289
  statsPath: string;
2154
3290
  tritonModelName: string;
2155
- tritonUrl: string;
3291
+ tritonServerHost: string;
3292
+ tritonServerPort: string;
2156
3293
  }
2157
3294
  /**
2158
3295
  * Protobuf JSON representation for MbMelganTriton
@@ -2161,7 +3298,8 @@ export declare module MbMelganTriton {
2161
3298
  configPath: string;
2162
3299
  statsPath: string;
2163
3300
  tritonModelName: string;
2164
- tritonUrl: string;
3301
+ tritonServerHost: string;
3302
+ tritonServerPort: string;
2165
3303
  }
2166
3304
  }
2167
3305
  /**
@@ -2234,7 +3372,7 @@ export declare class Caching implements GrpcMessage {
2234
3372
  */
2235
3373
  toProtobufJSON(options?: ToProtobufJSONOptions): Caching.AsProtobufJSON;
2236
3374
  }
2237
- export declare module Caching {
3375
+ export declare namespace Caching {
2238
3376
  /**
2239
3377
  * Standard JavaScript object representation for Caching
2240
3378
  */
@@ -2292,6 +3430,7 @@ export declare class T2SNormalization implements GrpcMessage {
2292
3430
  private _arpabetMapping;
2293
3431
  private _numericMapping;
2294
3432
  private _callsignsMapping;
3433
+ private _phonemeCorrectionMapping;
2295
3434
  /**
2296
3435
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2297
3436
  * @param _value initial values object or instance of T2SNormalization to deeply clone from
@@ -2311,6 +3450,8 @@ export declare class T2SNormalization implements GrpcMessage {
2311
3450
  set numericMapping(value: string);
2312
3451
  get callsignsMapping(): string;
2313
3452
  set callsignsMapping(value: string);
3453
+ get phonemeCorrectionMapping(): string;
3454
+ set phonemeCorrectionMapping(value: string);
2314
3455
  /**
2315
3456
  * Serialize message to binary data
2316
3457
  * @param instance message instance
@@ -2331,7 +3472,7 @@ export declare class T2SNormalization implements GrpcMessage {
2331
3472
  */
2332
3473
  toProtobufJSON(options?: ToProtobufJSONOptions): T2SNormalization.AsProtobufJSON;
2333
3474
  }
2334
- export declare module T2SNormalization {
3475
+ export declare namespace T2SNormalization {
2335
3476
  /**
2336
3477
  * Standard JavaScript object representation for T2SNormalization
2337
3478
  */
@@ -2343,6 +3484,7 @@ export declare module T2SNormalization {
2343
3484
  arpabetMapping: string;
2344
3485
  numericMapping: string;
2345
3486
  callsignsMapping: string;
3487
+ phonemeCorrectionMapping: string;
2346
3488
  }
2347
3489
  /**
2348
3490
  * Protobuf JSON representation for T2SNormalization
@@ -2355,6 +3497,7 @@ export declare module T2SNormalization {
2355
3497
  arpabetMapping: string;
2356
3498
  numericMapping: string;
2357
3499
  callsignsMapping: string;
3500
+ phonemeCorrectionMapping: string;
2358
3501
  }
2359
3502
  }
2360
3503
  /**
@@ -2424,7 +3567,7 @@ export declare class Postprocessing implements GrpcMessage {
2424
3567
  */
2425
3568
  toProtobufJSON(options?: ToProtobufJSONOptions): Postprocessing.AsProtobufJSON;
2426
3569
  }
2427
- export declare module Postprocessing {
3570
+ export declare namespace Postprocessing {
2428
3571
  /**
2429
3572
  * Standard JavaScript object representation for Postprocessing
2430
3573
  */
@@ -2507,7 +3650,7 @@ export declare class Logmnse implements GrpcMessage {
2507
3650
  */
2508
3651
  toProtobufJSON(options?: ToProtobufJSONOptions): Logmnse.AsProtobufJSON;
2509
3652
  }
2510
- export declare module Logmnse {
3653
+ export declare namespace Logmnse {
2511
3654
  /**
2512
3655
  * Standard JavaScript object representation for Logmnse
2513
3656
  */
@@ -2592,7 +3735,7 @@ export declare class Wiener implements GrpcMessage {
2592
3735
  */
2593
3736
  toProtobufJSON(options?: ToProtobufJSONOptions): Wiener.AsProtobufJSON;
2594
3737
  }
2595
- export declare module Wiener {
3738
+ export declare namespace Wiener {
2596
3739
  /**
2597
3740
  * Standard JavaScript object representation for Wiener
2598
3741
  */
@@ -2669,7 +3812,7 @@ export declare class Apodization implements GrpcMessage {
2669
3812
  */
2670
3813
  toProtobufJSON(options?: ToProtobufJSONOptions): Apodization.AsProtobufJSON;
2671
3814
  }
2672
- export declare module Apodization {
3815
+ export declare namespace Apodization {
2673
3816
  /**
2674
3817
  * Standard JavaScript object representation for Apodization
2675
3818
  */
@@ -2759,7 +3902,7 @@ export declare class T2SCustomLengthScales implements GrpcMessage {
2759
3902
  */
2760
3903
  toProtobufJSON(options?: ToProtobufJSONOptions): T2SCustomLengthScales.AsProtobufJSON;
2761
3904
  }
2762
- export declare module T2SCustomLengthScales {
3905
+ export declare namespace T2SCustomLengthScales {
2763
3906
  /**
2764
3907
  * Standard JavaScript object representation for T2SCustomLengthScales
2765
3908
  */
@@ -2842,7 +3985,7 @@ export declare class PhonemizerId implements GrpcMessage {
2842
3985
  */
2843
3986
  toProtobufJSON(options?: ToProtobufJSONOptions): PhonemizerId.AsProtobufJSON;
2844
3987
  }
2845
- export declare module PhonemizerId {
3988
+ export declare namespace PhonemizerId {
2846
3989
  /**
2847
3990
  * Standard JavaScript object representation for PhonemizerId
2848
3991
  */
@@ -2914,7 +4057,7 @@ export declare class CustomPhonemizerProto implements GrpcMessage {
2914
4057
  */
2915
4058
  toProtobufJSON(options?: ToProtobufJSONOptions): CustomPhonemizerProto.AsProtobufJSON;
2916
4059
  }
2917
- export declare module CustomPhonemizerProto {
4060
+ export declare namespace CustomPhonemizerProto {
2918
4061
  /**
2919
4062
  * Standard JavaScript object representation for CustomPhonemizerProto
2920
4063
  */
@@ -2988,7 +4131,7 @@ export declare class Map implements GrpcMessage {
2988
4131
  */
2989
4132
  toProtobufJSON(options?: ToProtobufJSONOptions): Map.AsProtobufJSON;
2990
4133
  }
2991
- export declare module Map {
4134
+ export declare namespace Map {
2992
4135
  /**
2993
4136
  * Standard JavaScript object representation for Map
2994
4137
  */
@@ -3059,7 +4202,7 @@ export declare class ListCustomPhonemizerResponse implements GrpcMessage {
3059
4202
  */
3060
4203
  toProtobufJSON(options?: ToProtobufJSONOptions): ListCustomPhonemizerResponse.AsProtobufJSON;
3061
4204
  }
3062
- export declare module ListCustomPhonemizerResponse {
4205
+ export declare namespace ListCustomPhonemizerResponse {
3063
4206
  /**
3064
4207
  * Standard JavaScript object representation for ListCustomPhonemizerResponse
3065
4208
  */
@@ -3128,7 +4271,7 @@ export declare class ListCustomPhonemizerRequest implements GrpcMessage {
3128
4271
  */
3129
4272
  toProtobufJSON(options?: ToProtobufJSONOptions): ListCustomPhonemizerRequest.AsProtobufJSON;
3130
4273
  }
3131
- export declare module ListCustomPhonemizerRequest {
4274
+ export declare namespace ListCustomPhonemizerRequest {
3132
4275
  /**
3133
4276
  * Standard JavaScript object representation for ListCustomPhonemizerRequest
3134
4277
  */
@@ -3203,7 +4346,7 @@ export declare class UpdateCustomPhonemizerRequest implements GrpcMessage {
3203
4346
  */
3204
4347
  toProtobufJSON(options?: ToProtobufJSONOptions): UpdateCustomPhonemizerRequest.AsProtobufJSON;
3205
4348
  }
3206
- export declare module UpdateCustomPhonemizerRequest {
4349
+ export declare namespace UpdateCustomPhonemizerRequest {
3207
4350
  /**
3208
4351
  * Standard JavaScript object representation for UpdateCustomPhonemizerRequest
3209
4352
  */
@@ -3284,7 +4427,7 @@ export declare class CreateCustomPhonemizerRequest implements GrpcMessage {
3284
4427
  */
3285
4428
  toProtobufJSON(options?: ToProtobufJSONOptions): CreateCustomPhonemizerRequest.AsProtobufJSON;
3286
4429
  }
3287
- export declare module CreateCustomPhonemizerRequest {
4430
+ export declare namespace CreateCustomPhonemizerRequest {
3288
4431
  /**
3289
4432
  * Standard JavaScript object representation for CreateCustomPhonemizerRequest
3290
4433
  */