@ondewo/csi-client-angular 4.0.0 → 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 (68) 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 +21 -17
  5. package/api/ondewo/nlu/agent.pb.d.ts +68 -68
  6. package/api/ondewo/nlu/agent.pbsc.d.ts +0 -81
  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 +135 -17
  10. package/api/ondewo/nlu/ccai-project.pbsc.d.ts +16 -0
  11. package/api/ondewo/nlu/common.pb.d.ts +36 -36
  12. package/api/ondewo/nlu/context.pb.d.ts +10 -10
  13. package/api/ondewo/nlu/entity-type.pb.d.ts +28 -28
  14. package/api/ondewo/nlu/intent.pb.d.ts +78 -78
  15. package/api/ondewo/nlu/operation-metadata.pb.d.ts +1 -1
  16. package/api/ondewo/nlu/operations.pb.d.ts +7 -7
  17. package/api/ondewo/nlu/project-role.pb.d.ts +7 -7
  18. package/api/ondewo/nlu/project-statistics.pb.d.ts +4 -4
  19. package/api/ondewo/nlu/server-statistics.pb.d.ts +1 -1
  20. package/api/ondewo/nlu/session.pb.d.ts +743 -96
  21. package/api/ondewo/nlu/session.pbsc.d.ts +54 -6
  22. package/api/ondewo/nlu/user.pb.d.ts +30 -30
  23. package/api/ondewo/nlu/utility.pb.d.ts +22 -22
  24. package/api/ondewo/nlu/webhook.pb.d.ts +12 -12
  25. package/api/ondewo/s2t/speech-to-text.pb.d.ts +869 -47
  26. package/api/ondewo/t2s/text-to-speech.pb.d.ts +801 -44
  27. package/esm2022/api/google/api/http.pb.mjs +1 -1
  28. package/esm2022/api/google/rpc/status.pb.mjs +1 -1
  29. package/esm2022/api/google/type/latlng.pb.mjs +1 -1
  30. package/esm2022/api/ondewo/csi/conversation.pb.mjs +5 -1
  31. package/esm2022/api/ondewo/csi/conversation.pbsc.mjs +5 -5
  32. package/esm2022/api/ondewo/nlu/agent.pb.mjs +1 -1
  33. package/esm2022/api/ondewo/nlu/agent.pbsc.mjs +6 -157
  34. package/esm2022/api/ondewo/nlu/aiservices.pb.mjs +945 -19
  35. package/esm2022/api/ondewo/nlu/aiservices.pbsc.mjs +96 -6
  36. package/esm2022/api/ondewo/nlu/ccai-project.pb.mjs +205 -4
  37. package/esm2022/api/ondewo/nlu/ccai-project.pbsc.mjs +36 -6
  38. package/esm2022/api/ondewo/nlu/common.pb.mjs +58 -56
  39. package/esm2022/api/ondewo/nlu/context.pb.mjs +1 -1
  40. package/esm2022/api/ondewo/nlu/context.pbsc.mjs +5 -5
  41. package/esm2022/api/ondewo/nlu/entity-type.pb.mjs +1 -1
  42. package/esm2022/api/ondewo/nlu/entity-type.pbsc.mjs +5 -5
  43. package/esm2022/api/ondewo/nlu/intent.pb.mjs +1 -1
  44. package/esm2022/api/ondewo/nlu/intent.pbsc.mjs +5 -5
  45. package/esm2022/api/ondewo/nlu/operation-metadata.pb.mjs +1 -1
  46. package/esm2022/api/ondewo/nlu/operations.pb.mjs +1 -1
  47. package/esm2022/api/ondewo/nlu/operations.pbsc.mjs +5 -5
  48. package/esm2022/api/ondewo/nlu/project-role.pb.mjs +1 -1
  49. package/esm2022/api/ondewo/nlu/project-role.pbsc.mjs +5 -5
  50. package/esm2022/api/ondewo/nlu/project-statistics.pb.mjs +1 -1
  51. package/esm2022/api/ondewo/nlu/project-statistics.pbsc.mjs +5 -5
  52. package/esm2022/api/ondewo/nlu/server-statistics.pb.mjs +1 -1
  53. package/esm2022/api/ondewo/nlu/server-statistics.pbsc.mjs +5 -5
  54. package/esm2022/api/ondewo/nlu/session.pb.mjs +2040 -738
  55. package/esm2022/api/ondewo/nlu/session.pbsc.mjs +106 -16
  56. package/esm2022/api/ondewo/nlu/user.pb.mjs +1 -1
  57. package/esm2022/api/ondewo/nlu/user.pbsc.mjs +5 -5
  58. package/esm2022/api/ondewo/nlu/utility.pb.mjs +1 -1
  59. package/esm2022/api/ondewo/nlu/utility.pbsc.mjs +5 -5
  60. package/esm2022/api/ondewo/nlu/webhook.pb.mjs +1 -1
  61. package/esm2022/api/ondewo/nlu/webhook.pbsc.mjs +5 -5
  62. package/esm2022/api/ondewo/s2t/speech-to-text.pb.mjs +2907 -1266
  63. package/esm2022/api/ondewo/s2t/speech-to-text.pbsc.mjs +6 -6
  64. package/esm2022/api/ondewo/t2s/text-to-speech.pb.mjs +2794 -1373
  65. package/esm2022/api/ondewo/t2s/text-to-speech.pbsc.mjs +6 -6
  66. package/fesm2022/ondewo-csi-client-angular.mjs +14747 -9195
  67. package/fesm2022/ondewo-csi-client-angular.mjs.map +1 -1
  68. package/package.json +9 -9
@@ -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
  */
@@ -1472,7 +1799,7 @@ export declare class T2SInference implements GrpcMessage {
1472
1799
  */
1473
1800
  toProtobufJSON(options?: ToProtobufJSONOptions): T2SInference.AsProtobufJSON;
1474
1801
  }
1475
- export declare module T2SInference {
1802
+ export declare namespace T2SInference {
1476
1803
  /**
1477
1804
  * Standard JavaScript object representation for T2SInference
1478
1805
  */
@@ -1550,7 +1877,7 @@ export declare class CompositeInference implements GrpcMessage {
1550
1877
  */
1551
1878
  toProtobufJSON(options?: ToProtobufJSONOptions): CompositeInference.AsProtobufJSON;
1552
1879
  }
1553
- export declare module CompositeInference {
1880
+ export declare namespace CompositeInference {
1554
1881
  /**
1555
1882
  * Standard JavaScript object representation for CompositeInference
1556
1883
  */
@@ -1621,7 +1948,7 @@ export declare class SingleInference implements GrpcMessage {
1621
1948
  */
1622
1949
  toProtobufJSON(options?: ToProtobufJSONOptions): SingleInference.AsProtobufJSON;
1623
1950
  }
1624
- export declare module SingleInference {
1951
+ export declare namespace SingleInference {
1625
1952
  /**
1626
1953
  * Standard JavaScript object representation for SingleInference
1627
1954
  */
@@ -1696,7 +2023,7 @@ export declare class Text2Mel implements GrpcMessage {
1696
2023
  */
1697
2024
  toProtobufJSON(options?: ToProtobufJSONOptions): Text2Mel.AsProtobufJSON;
1698
2025
  }
1699
- export declare module Text2Mel {
2026
+ export declare namespace Text2Mel {
1700
2027
  /**
1701
2028
  * Standard JavaScript object representation for Text2Mel
1702
2029
  */
@@ -1744,6 +2071,10 @@ export declare class Text2Audio implements GrpcMessage {
1744
2071
  private _type;
1745
2072
  private _vits?;
1746
2073
  private _vitsTriton?;
2074
+ private _t2sCloudServiceElevenlabs?;
2075
+ private _t2sCloudServiceAmazon?;
2076
+ private _t2sCloudServiceGoogle?;
2077
+ private _t2sCloudServiceMicrosoft?;
1747
2078
  /**
1748
2079
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1749
2080
  * @param _value initial values object or instance of Text2Audio to deeply clone from
@@ -1755,6 +2086,14 @@ export declare class Text2Audio implements GrpcMessage {
1755
2086
  set vits(value: Vits | undefined);
1756
2087
  get vitsTriton(): VitsTriton | undefined;
1757
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);
1758
2097
  /**
1759
2098
  * Serialize message to binary data
1760
2099
  * @param instance message instance
@@ -1775,7 +2114,7 @@ export declare class Text2Audio implements GrpcMessage {
1775
2114
  */
1776
2115
  toProtobufJSON(options?: ToProtobufJSONOptions): Text2Audio.AsProtobufJSON;
1777
2116
  }
1778
- export declare module Text2Audio {
2117
+ export declare namespace Text2Audio {
1779
2118
  /**
1780
2119
  * Standard JavaScript object representation for Text2Audio
1781
2120
  */
@@ -1783,6 +2122,10 @@ export declare module Text2Audio {
1783
2122
  type: string;
1784
2123
  vits?: Vits.AsObject;
1785
2124
  vitsTriton?: VitsTriton.AsObject;
2125
+ t2sCloudServiceElevenlabs?: T2sCloudServiceElevenLabs.AsObject;
2126
+ t2sCloudServiceAmazon?: T2sCloudServiceAmazon.AsObject;
2127
+ t2sCloudServiceGoogle?: T2sCloudServiceGoogle.AsObject;
2128
+ t2sCloudServiceMicrosoft?: T2sCloudServiceMicrosoft.AsObject;
1786
2129
  }
1787
2130
  /**
1788
2131
  * Protobuf JSON representation for Text2Audio
@@ -1791,6 +2134,10 @@ export declare module Text2Audio {
1791
2134
  type: string;
1792
2135
  vits: Vits.AsProtobufJSON | null;
1793
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;
1794
2141
  }
1795
2142
  }
1796
2143
  /**
@@ -1866,7 +2213,7 @@ export declare class GlowTTS implements GrpcMessage {
1866
2213
  */
1867
2214
  toProtobufJSON(options?: ToProtobufJSONOptions): GlowTTS.AsProtobufJSON;
1868
2215
  }
1869
- export declare module GlowTTS {
2216
+ export declare namespace GlowTTS {
1870
2217
  /**
1871
2218
  * Standard JavaScript object representation for GlowTTS
1872
2219
  */
@@ -1971,7 +2318,7 @@ export declare class GlowTTSTriton implements GrpcMessage {
1971
2318
  */
1972
2319
  toProtobufJSON(options?: ToProtobufJSONOptions): GlowTTSTriton.AsProtobufJSON;
1973
2320
  }
1974
- export declare module GlowTTSTriton {
2321
+ export declare namespace GlowTTSTriton {
1975
2322
  /**
1976
2323
  * Standard JavaScript object representation for GlowTTSTriton
1977
2324
  */
@@ -2074,7 +2421,7 @@ export declare class Vits implements GrpcMessage {
2074
2421
  */
2075
2422
  toProtobufJSON(options?: ToProtobufJSONOptions): Vits.AsProtobufJSON;
2076
2423
  }
2077
- export declare module Vits {
2424
+ export declare namespace Vits {
2078
2425
  /**
2079
2426
  * Standard JavaScript object representation for Vits
2080
2427
  */
@@ -2179,7 +2526,7 @@ export declare class VitsTriton implements GrpcMessage {
2179
2526
  */
2180
2527
  toProtobufJSON(options?: ToProtobufJSONOptions): VitsTriton.AsProtobufJSON;
2181
2528
  }
2182
- export declare module VitsTriton {
2529
+ export declare namespace VitsTriton {
2183
2530
  /**
2184
2531
  * Standard JavaScript object representation for VitsTriton
2185
2532
  */
@@ -2209,6 +2556,411 @@ export declare module VitsTriton {
2209
2556
  tritonServerPort: string;
2210
2557
  }
2211
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;
2962
+ }
2963
+ }
2212
2964
  /**
2213
2965
  * Message implementation for ondewo.t2s.Mel2Audio
2214
2966
  */
@@ -2273,7 +3025,7 @@ export declare class Mel2Audio implements GrpcMessage {
2273
3025
  */
2274
3026
  toProtobufJSON(options?: ToProtobufJSONOptions): Mel2Audio.AsProtobufJSON;
2275
3027
  }
2276
- export declare module Mel2Audio {
3028
+ export declare namespace Mel2Audio {
2277
3029
  /**
2278
3030
  * Standard JavaScript object representation for Mel2Audio
2279
3031
  */
@@ -2357,7 +3109,7 @@ export declare class HiFiGan implements GrpcMessage {
2357
3109
  */
2358
3110
  toProtobufJSON(options?: ToProtobufJSONOptions): HiFiGan.AsProtobufJSON;
2359
3111
  }
2360
- export declare module HiFiGan {
3112
+ export declare namespace HiFiGan {
2361
3113
  /**
2362
3114
  * Standard JavaScript object representation for HiFiGan
2363
3115
  */
@@ -2441,7 +3193,7 @@ export declare class HiFiGanTriton implements GrpcMessage {
2441
3193
  */
2442
3194
  toProtobufJSON(options?: ToProtobufJSONOptions): HiFiGanTriton.AsProtobufJSON;
2443
3195
  }
2444
- export declare module HiFiGanTriton {
3196
+ export declare namespace HiFiGanTriton {
2445
3197
  /**
2446
3198
  * Standard JavaScript object representation for HiFiGanTriton
2447
3199
  */
@@ -2528,7 +3280,7 @@ export declare class MbMelganTriton implements GrpcMessage {
2528
3280
  */
2529
3281
  toProtobufJSON(options?: ToProtobufJSONOptions): MbMelganTriton.AsProtobufJSON;
2530
3282
  }
2531
- export declare module MbMelganTriton {
3283
+ export declare namespace MbMelganTriton {
2532
3284
  /**
2533
3285
  * Standard JavaScript object representation for MbMelganTriton
2534
3286
  */
@@ -2620,7 +3372,7 @@ export declare class Caching implements GrpcMessage {
2620
3372
  */
2621
3373
  toProtobufJSON(options?: ToProtobufJSONOptions): Caching.AsProtobufJSON;
2622
3374
  }
2623
- export declare module Caching {
3375
+ export declare namespace Caching {
2624
3376
  /**
2625
3377
  * Standard JavaScript object representation for Caching
2626
3378
  */
@@ -2678,6 +3430,7 @@ export declare class T2SNormalization implements GrpcMessage {
2678
3430
  private _arpabetMapping;
2679
3431
  private _numericMapping;
2680
3432
  private _callsignsMapping;
3433
+ private _phonemeCorrectionMapping;
2681
3434
  /**
2682
3435
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2683
3436
  * @param _value initial values object or instance of T2SNormalization to deeply clone from
@@ -2697,6 +3450,8 @@ export declare class T2SNormalization implements GrpcMessage {
2697
3450
  set numericMapping(value: string);
2698
3451
  get callsignsMapping(): string;
2699
3452
  set callsignsMapping(value: string);
3453
+ get phonemeCorrectionMapping(): string;
3454
+ set phonemeCorrectionMapping(value: string);
2700
3455
  /**
2701
3456
  * Serialize message to binary data
2702
3457
  * @param instance message instance
@@ -2717,7 +3472,7 @@ export declare class T2SNormalization implements GrpcMessage {
2717
3472
  */
2718
3473
  toProtobufJSON(options?: ToProtobufJSONOptions): T2SNormalization.AsProtobufJSON;
2719
3474
  }
2720
- export declare module T2SNormalization {
3475
+ export declare namespace T2SNormalization {
2721
3476
  /**
2722
3477
  * Standard JavaScript object representation for T2SNormalization
2723
3478
  */
@@ -2729,6 +3484,7 @@ export declare module T2SNormalization {
2729
3484
  arpabetMapping: string;
2730
3485
  numericMapping: string;
2731
3486
  callsignsMapping: string;
3487
+ phonemeCorrectionMapping: string;
2732
3488
  }
2733
3489
  /**
2734
3490
  * Protobuf JSON representation for T2SNormalization
@@ -2741,6 +3497,7 @@ export declare module T2SNormalization {
2741
3497
  arpabetMapping: string;
2742
3498
  numericMapping: string;
2743
3499
  callsignsMapping: string;
3500
+ phonemeCorrectionMapping: string;
2744
3501
  }
2745
3502
  }
2746
3503
  /**
@@ -2810,7 +3567,7 @@ export declare class Postprocessing implements GrpcMessage {
2810
3567
  */
2811
3568
  toProtobufJSON(options?: ToProtobufJSONOptions): Postprocessing.AsProtobufJSON;
2812
3569
  }
2813
- export declare module Postprocessing {
3570
+ export declare namespace Postprocessing {
2814
3571
  /**
2815
3572
  * Standard JavaScript object representation for Postprocessing
2816
3573
  */
@@ -2893,7 +3650,7 @@ export declare class Logmnse implements GrpcMessage {
2893
3650
  */
2894
3651
  toProtobufJSON(options?: ToProtobufJSONOptions): Logmnse.AsProtobufJSON;
2895
3652
  }
2896
- export declare module Logmnse {
3653
+ export declare namespace Logmnse {
2897
3654
  /**
2898
3655
  * Standard JavaScript object representation for Logmnse
2899
3656
  */
@@ -2978,7 +3735,7 @@ export declare class Wiener implements GrpcMessage {
2978
3735
  */
2979
3736
  toProtobufJSON(options?: ToProtobufJSONOptions): Wiener.AsProtobufJSON;
2980
3737
  }
2981
- export declare module Wiener {
3738
+ export declare namespace Wiener {
2982
3739
  /**
2983
3740
  * Standard JavaScript object representation for Wiener
2984
3741
  */
@@ -3055,7 +3812,7 @@ export declare class Apodization implements GrpcMessage {
3055
3812
  */
3056
3813
  toProtobufJSON(options?: ToProtobufJSONOptions): Apodization.AsProtobufJSON;
3057
3814
  }
3058
- export declare module Apodization {
3815
+ export declare namespace Apodization {
3059
3816
  /**
3060
3817
  * Standard JavaScript object representation for Apodization
3061
3818
  */
@@ -3145,7 +3902,7 @@ export declare class T2SCustomLengthScales implements GrpcMessage {
3145
3902
  */
3146
3903
  toProtobufJSON(options?: ToProtobufJSONOptions): T2SCustomLengthScales.AsProtobufJSON;
3147
3904
  }
3148
- export declare module T2SCustomLengthScales {
3905
+ export declare namespace T2SCustomLengthScales {
3149
3906
  /**
3150
3907
  * Standard JavaScript object representation for T2SCustomLengthScales
3151
3908
  */
@@ -3228,7 +3985,7 @@ export declare class PhonemizerId implements GrpcMessage {
3228
3985
  */
3229
3986
  toProtobufJSON(options?: ToProtobufJSONOptions): PhonemizerId.AsProtobufJSON;
3230
3987
  }
3231
- export declare module PhonemizerId {
3988
+ export declare namespace PhonemizerId {
3232
3989
  /**
3233
3990
  * Standard JavaScript object representation for PhonemizerId
3234
3991
  */
@@ -3300,7 +4057,7 @@ export declare class CustomPhonemizerProto implements GrpcMessage {
3300
4057
  */
3301
4058
  toProtobufJSON(options?: ToProtobufJSONOptions): CustomPhonemizerProto.AsProtobufJSON;
3302
4059
  }
3303
- export declare module CustomPhonemizerProto {
4060
+ export declare namespace CustomPhonemizerProto {
3304
4061
  /**
3305
4062
  * Standard JavaScript object representation for CustomPhonemizerProto
3306
4063
  */
@@ -3374,7 +4131,7 @@ export declare class Map implements GrpcMessage {
3374
4131
  */
3375
4132
  toProtobufJSON(options?: ToProtobufJSONOptions): Map.AsProtobufJSON;
3376
4133
  }
3377
- export declare module Map {
4134
+ export declare namespace Map {
3378
4135
  /**
3379
4136
  * Standard JavaScript object representation for Map
3380
4137
  */
@@ -3445,7 +4202,7 @@ export declare class ListCustomPhonemizerResponse implements GrpcMessage {
3445
4202
  */
3446
4203
  toProtobufJSON(options?: ToProtobufJSONOptions): ListCustomPhonemizerResponse.AsProtobufJSON;
3447
4204
  }
3448
- export declare module ListCustomPhonemizerResponse {
4205
+ export declare namespace ListCustomPhonemizerResponse {
3449
4206
  /**
3450
4207
  * Standard JavaScript object representation for ListCustomPhonemizerResponse
3451
4208
  */
@@ -3514,7 +4271,7 @@ export declare class ListCustomPhonemizerRequest implements GrpcMessage {
3514
4271
  */
3515
4272
  toProtobufJSON(options?: ToProtobufJSONOptions): ListCustomPhonemizerRequest.AsProtobufJSON;
3516
4273
  }
3517
- export declare module ListCustomPhonemizerRequest {
4274
+ export declare namespace ListCustomPhonemizerRequest {
3518
4275
  /**
3519
4276
  * Standard JavaScript object representation for ListCustomPhonemizerRequest
3520
4277
  */
@@ -3589,7 +4346,7 @@ export declare class UpdateCustomPhonemizerRequest implements GrpcMessage {
3589
4346
  */
3590
4347
  toProtobufJSON(options?: ToProtobufJSONOptions): UpdateCustomPhonemizerRequest.AsProtobufJSON;
3591
4348
  }
3592
- export declare module UpdateCustomPhonemizerRequest {
4349
+ export declare namespace UpdateCustomPhonemizerRequest {
3593
4350
  /**
3594
4351
  * Standard JavaScript object representation for UpdateCustomPhonemizerRequest
3595
4352
  */
@@ -3670,7 +4427,7 @@ export declare class CreateCustomPhonemizerRequest implements GrpcMessage {
3670
4427
  */
3671
4428
  toProtobufJSON(options?: ToProtobufJSONOptions): CreateCustomPhonemizerRequest.AsProtobufJSON;
3672
4429
  }
3673
- export declare module CreateCustomPhonemizerRequest {
4430
+ export declare namespace CreateCustomPhonemizerRequest {
3674
4431
  /**
3675
4432
  * Standard JavaScript object representation for CreateCustomPhonemizerRequest
3676
4433
  */