@ondewo/csi-client-angular 3.2.1 → 4.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 (65) hide show
  1. package/api/ondewo/csi/conversation.pb.d.ts +24 -24
  2. package/api/ondewo/nlu/agent.pb.d.ts +258 -18
  3. package/api/ondewo/nlu/agent.pbsc.d.ts +141 -60
  4. package/api/ondewo/nlu/ccai-project.pb.d.ts +1337 -0
  5. package/api/ondewo/nlu/ccai-project.pbconf.d.ts +6 -0
  6. package/api/ondewo/nlu/ccai-project.pbsc.d.ts +102 -0
  7. package/api/ondewo/nlu/common.pb.d.ts +957 -0
  8. package/api/ondewo/nlu/context.pb.d.ts +41 -0
  9. package/api/ondewo/nlu/entity-type.pb.d.ts +55 -14
  10. package/api/ondewo/nlu/entity-type.pbsc.d.ts +5 -5
  11. package/api/ondewo/nlu/intent.pb.d.ts +129 -9
  12. package/api/ondewo/nlu/intent.pbsc.d.ts +4 -4
  13. package/api/ondewo/nlu/operation-metadata.pb.d.ts +22 -1
  14. package/api/ondewo/nlu/project-role.pb.d.ts +26 -5
  15. package/api/ondewo/nlu/project-role.pbsc.d.ts +5 -5
  16. package/api/ondewo/nlu/server-statistics.pbsc.d.ts +14 -14
  17. package/api/ondewo/nlu/session.pb.d.ts +1593 -146
  18. package/api/ondewo/nlu/session.pbsc.d.ts +150 -5
  19. package/api/ondewo/nlu/user.pb.d.ts +761 -18
  20. package/api/ondewo/nlu/user.pbsc.d.ts +126 -13
  21. package/api/ondewo/nlu/webhook.pb.d.ts +545 -10
  22. package/api/ondewo/nlu/webhook.pbsc.d.ts +49 -0
  23. package/api/ondewo/s2t/speech-to-text.pb.d.ts +66 -315
  24. package/api/ondewo/t2s/text-to-speech.pb.d.ts +391 -5
  25. package/api/ondewo/t2s/text-to-speech.pbconf.d.ts +0 -5
  26. package/api/ondewo/t2s/text-to-speech.pbsc.d.ts +47 -64
  27. package/esm2022/api/ondewo/csi/conversation.pb.mjs +25 -25
  28. package/esm2022/api/ondewo/csi/conversation.pbsc.mjs +4 -4
  29. package/esm2022/api/ondewo/nlu/agent.pb.mjs +925 -41
  30. package/esm2022/api/ondewo/nlu/agent.pbsc.mjs +201 -50
  31. package/esm2022/api/ondewo/nlu/aiservices.pbsc.mjs +4 -4
  32. package/esm2022/api/ondewo/nlu/ccai-project.pb.mjs +2490 -0
  33. package/esm2022/api/ondewo/nlu/ccai-project.pbconf.mjs +13 -0
  34. package/esm2022/api/ondewo/nlu/ccai-project.pbsc.mjs +194 -0
  35. package/esm2022/api/ondewo/nlu/common.pb.mjs +1854 -1
  36. package/esm2022/api/ondewo/nlu/context.pb.mjs +152 -5
  37. package/esm2022/api/ondewo/nlu/context.pbsc.mjs +4 -4
  38. package/esm2022/api/ondewo/nlu/entity-type.pb.mjs +166 -19
  39. package/esm2022/api/ondewo/nlu/entity-type.pbsc.mjs +8 -8
  40. package/esm2022/api/ondewo/nlu/intent.pb.mjs +464 -22
  41. package/esm2022/api/ondewo/nlu/intent.pbsc.mjs +7 -7
  42. package/esm2022/api/ondewo/nlu/operation-metadata.pb.mjs +76 -3
  43. package/esm2022/api/ondewo/nlu/operations.pbsc.mjs +4 -4
  44. package/esm2022/api/ondewo/nlu/project-role.pb.mjs +81 -8
  45. package/esm2022/api/ondewo/nlu/project-role.pbsc.mjs +8 -8
  46. package/esm2022/api/ondewo/nlu/project-statistics.pbsc.mjs +4 -4
  47. package/esm2022/api/ondewo/nlu/server-statistics.pb.mjs +1 -1
  48. package/esm2022/api/ondewo/nlu/server-statistics.pbsc.mjs +17 -17
  49. package/esm2022/api/ondewo/nlu/session.pb.mjs +2970 -199
  50. package/esm2022/api/ondewo/nlu/session.pbsc.mjs +279 -8
  51. package/esm2022/api/ondewo/nlu/user.pb.mjs +1349 -20
  52. package/esm2022/api/ondewo/nlu/user.pbsc.mjs +226 -15
  53. package/esm2022/api/ondewo/nlu/utility.pbsc.mjs +4 -4
  54. package/esm2022/api/ondewo/nlu/webhook.pb.mjs +915 -24
  55. package/esm2022/api/ondewo/nlu/webhook.pbsc.mjs +95 -4
  56. package/esm2022/api/ondewo/s2t/speech-to-text.pb.mjs +226 -676
  57. package/esm2022/api/ondewo/s2t/speech-to-text.pbsc.mjs +4 -4
  58. package/esm2022/api/ondewo/t2s/text-to-speech.pb.mjs +872 -98
  59. package/esm2022/api/ondewo/t2s/text-to-speech.pbconf.mjs +1 -6
  60. package/esm2022/api/ondewo/t2s/text-to-speech.pbsc.mjs +101 -131
  61. package/esm2022/public-api.mjs +4 -1
  62. package/fesm2022/ondewo-csi-client-angular.mjs +36357 -24065
  63. package/fesm2022/ondewo-csi-client-angular.mjs.map +1 -1
  64. package/package.json +1 -1
  65. package/public-api.d.ts +3 -0
@@ -1437,6 +1437,7 @@ export declare class T2SInference implements GrpcMessage {
1437
1437
  static serializeBinaryToWriter(_instance: T2SInference, _writer: BinaryWriter): void;
1438
1438
  private _type;
1439
1439
  private _compositeInference?;
1440
+ private _singleInference?;
1440
1441
  private _caching?;
1441
1442
  /**
1442
1443
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
@@ -1447,6 +1448,8 @@ export declare class T2SInference implements GrpcMessage {
1447
1448
  set type(value: string);
1448
1449
  get compositeInference(): CompositeInference | undefined;
1449
1450
  set compositeInference(value: CompositeInference | undefined);
1451
+ get singleInference(): SingleInference | undefined;
1452
+ set singleInference(value: SingleInference | undefined);
1450
1453
  get caching(): Caching | undefined;
1451
1454
  set caching(value: Caching | undefined);
1452
1455
  /**
@@ -1476,6 +1479,7 @@ export declare module T2SInference {
1476
1479
  interface AsObject {
1477
1480
  type: string;
1478
1481
  compositeInference?: CompositeInference.AsObject;
1482
+ singleInference?: SingleInference.AsObject;
1479
1483
  caching?: Caching.AsObject;
1480
1484
  }
1481
1485
  /**
@@ -1484,6 +1488,7 @@ export declare module T2SInference {
1484
1488
  interface AsProtobufJSON {
1485
1489
  type: string;
1486
1490
  compositeInference: CompositeInference.AsProtobufJSON | null;
1491
+ singleInference: SingleInference.AsProtobufJSON | null;
1487
1492
  caching: Caching.AsProtobufJSON | null;
1488
1493
  }
1489
1494
  }
@@ -1561,6 +1566,75 @@ export declare module CompositeInference {
1561
1566
  mel2audio: Mel2Audio.AsProtobufJSON | null;
1562
1567
  }
1563
1568
  }
1569
+ /**
1570
+ * Message implementation for ondewo.t2s.SingleInference
1571
+ */
1572
+ export declare class SingleInference implements GrpcMessage {
1573
+ static id: string;
1574
+ /**
1575
+ * Deserialize binary data to message
1576
+ * @param instance message instance
1577
+ */
1578
+ static deserializeBinary(bytes: ByteSource): SingleInference;
1579
+ /**
1580
+ * Check all the properties and set default protobuf values if necessary
1581
+ * @param _instance message instance
1582
+ */
1583
+ static refineValues(_instance: SingleInference): void;
1584
+ /**
1585
+ * Deserializes / reads binary message into message instance using provided binary reader
1586
+ * @param _instance message instance
1587
+ * @param _reader binary reader instance
1588
+ */
1589
+ static deserializeBinaryFromReader(_instance: SingleInference, _reader: BinaryReader): void;
1590
+ /**
1591
+ * Serializes a message to binary format using provided binary reader
1592
+ * @param _instance message instance
1593
+ * @param _writer binary writer instance
1594
+ */
1595
+ static serializeBinaryToWriter(_instance: SingleInference, _writer: BinaryWriter): void;
1596
+ private _text2audio?;
1597
+ /**
1598
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1599
+ * @param _value initial values object or instance of SingleInference to deeply clone from
1600
+ */
1601
+ constructor(_value?: RecursivePartial<SingleInference.AsObject>);
1602
+ get text2audio(): Text2Audio | undefined;
1603
+ set text2audio(value: Text2Audio | undefined);
1604
+ /**
1605
+ * Serialize message to binary data
1606
+ * @param instance message instance
1607
+ */
1608
+ serializeBinary(): any;
1609
+ /**
1610
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1611
+ */
1612
+ toObject(): SingleInference.AsObject;
1613
+ /**
1614
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1615
+ */
1616
+ toJSON(): SingleInference.AsObject;
1617
+ /**
1618
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1619
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1620
+ * 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
1621
+ */
1622
+ toProtobufJSON(options?: ToProtobufJSONOptions): SingleInference.AsProtobufJSON;
1623
+ }
1624
+ export declare module SingleInference {
1625
+ /**
1626
+ * Standard JavaScript object representation for SingleInference
1627
+ */
1628
+ interface AsObject {
1629
+ text2audio?: Text2Audio.AsObject;
1630
+ }
1631
+ /**
1632
+ * Protobuf JSON representation for SingleInference
1633
+ */
1634
+ interface AsProtobufJSON {
1635
+ text2audio: Text2Audio.AsProtobufJSON | null;
1636
+ }
1637
+ }
1564
1638
  /**
1565
1639
  * Message implementation for ondewo.t2s.Text2Mel
1566
1640
  */
@@ -1640,6 +1714,85 @@ export declare module Text2Mel {
1640
1714
  glowTtsTriton: GlowTTSTriton.AsProtobufJSON | null;
1641
1715
  }
1642
1716
  }
1717
+ /**
1718
+ * Message implementation for ondewo.t2s.Text2Audio
1719
+ */
1720
+ export declare class Text2Audio implements GrpcMessage {
1721
+ static id: string;
1722
+ /**
1723
+ * Deserialize binary data to message
1724
+ * @param instance message instance
1725
+ */
1726
+ static deserializeBinary(bytes: ByteSource): Text2Audio;
1727
+ /**
1728
+ * Check all the properties and set default protobuf values if necessary
1729
+ * @param _instance message instance
1730
+ */
1731
+ static refineValues(_instance: Text2Audio): void;
1732
+ /**
1733
+ * Deserializes / reads binary message into message instance using provided binary reader
1734
+ * @param _instance message instance
1735
+ * @param _reader binary reader instance
1736
+ */
1737
+ static deserializeBinaryFromReader(_instance: Text2Audio, _reader: BinaryReader): void;
1738
+ /**
1739
+ * Serializes a message to binary format using provided binary reader
1740
+ * @param _instance message instance
1741
+ * @param _writer binary writer instance
1742
+ */
1743
+ static serializeBinaryToWriter(_instance: Text2Audio, _writer: BinaryWriter): void;
1744
+ private _type;
1745
+ private _vits?;
1746
+ private _vitsTriton?;
1747
+ /**
1748
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1749
+ * @param _value initial values object or instance of Text2Audio to deeply clone from
1750
+ */
1751
+ constructor(_value?: RecursivePartial<Text2Audio.AsObject>);
1752
+ get type(): string;
1753
+ set type(value: string);
1754
+ get vits(): Vits | undefined;
1755
+ set vits(value: Vits | undefined);
1756
+ get vitsTriton(): VitsTriton | undefined;
1757
+ set vitsTriton(value: VitsTriton | undefined);
1758
+ /**
1759
+ * Serialize message to binary data
1760
+ * @param instance message instance
1761
+ */
1762
+ serializeBinary(): any;
1763
+ /**
1764
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
1765
+ */
1766
+ toObject(): Text2Audio.AsObject;
1767
+ /**
1768
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
1769
+ */
1770
+ toJSON(): Text2Audio.AsObject;
1771
+ /**
1772
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
1773
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
1774
+ * 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
1775
+ */
1776
+ toProtobufJSON(options?: ToProtobufJSONOptions): Text2Audio.AsProtobufJSON;
1777
+ }
1778
+ export declare module Text2Audio {
1779
+ /**
1780
+ * Standard JavaScript object representation for Text2Audio
1781
+ */
1782
+ interface AsObject {
1783
+ type: string;
1784
+ vits?: Vits.AsObject;
1785
+ vitsTriton?: VitsTriton.AsObject;
1786
+ }
1787
+ /**
1788
+ * Protobuf JSON representation for Text2Audio
1789
+ */
1790
+ interface AsProtobufJSON {
1791
+ type: string;
1792
+ vits: Vits.AsProtobufJSON | null;
1793
+ vitsTriton: VitsTriton.AsProtobufJSON | null;
1794
+ }
1795
+ }
1643
1796
  /**
1644
1797
  * Message implementation for ondewo.t2s.GlowTTS
1645
1798
  */
@@ -1773,6 +1926,8 @@ export declare class GlowTTSTriton implements GrpcMessage {
1773
1926
  private _maxTextLength;
1774
1927
  private _paramConfigPath;
1775
1928
  private _tritonModelName;
1929
+ private _tritonServerHost;
1930
+ private _tritonServerPort;
1776
1931
  /**
1777
1932
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
1778
1933
  * @param _value initial values object or instance of GlowTTSTriton to deeply clone from
@@ -1792,6 +1947,10 @@ export declare class GlowTTSTriton implements GrpcMessage {
1792
1947
  set paramConfigPath(value: string);
1793
1948
  get tritonModelName(): string;
1794
1949
  set tritonModelName(value: string);
1950
+ get tritonServerHost(): string;
1951
+ set tritonServerHost(value: string);
1952
+ get tritonServerPort(): string;
1953
+ set tritonServerPort(value: string);
1795
1954
  /**
1796
1955
  * Serialize message to binary data
1797
1956
  * @param instance message instance
@@ -1824,6 +1983,8 @@ export declare module GlowTTSTriton {
1824
1983
  maxTextLength: string;
1825
1984
  paramConfigPath: string;
1826
1985
  tritonModelName: string;
1986
+ tritonServerHost: string;
1987
+ tritonServerPort: string;
1827
1988
  }
1828
1989
  /**
1829
1990
  * Protobuf JSON representation for GlowTTSTriton
@@ -1836,6 +1997,216 @@ export declare module GlowTTSTriton {
1836
1997
  maxTextLength: string;
1837
1998
  paramConfigPath: string;
1838
1999
  tritonModelName: string;
2000
+ tritonServerHost: string;
2001
+ tritonServerPort: string;
2002
+ }
2003
+ }
2004
+ /**
2005
+ * Message implementation for ondewo.t2s.Vits
2006
+ */
2007
+ export declare class Vits implements GrpcMessage {
2008
+ static id: string;
2009
+ /**
2010
+ * Deserialize binary data to message
2011
+ * @param instance message instance
2012
+ */
2013
+ static deserializeBinary(bytes: ByteSource): Vits;
2014
+ /**
2015
+ * Check all the properties and set default protobuf values if necessary
2016
+ * @param _instance message instance
2017
+ */
2018
+ static refineValues(_instance: Vits): void;
2019
+ /**
2020
+ * Deserializes / reads binary message into message instance using provided binary reader
2021
+ * @param _instance message instance
2022
+ * @param _reader binary reader instance
2023
+ */
2024
+ static deserializeBinaryFromReader(_instance: Vits, _reader: BinaryReader): void;
2025
+ /**
2026
+ * Serializes a message to binary format using provided binary reader
2027
+ * @param _instance message instance
2028
+ * @param _writer binary writer instance
2029
+ */
2030
+ static serializeBinaryToWriter(_instance: Vits, _writer: BinaryWriter): void;
2031
+ private _batchSize;
2032
+ private _useGpu;
2033
+ private _lengthScale;
2034
+ private _noiseScale;
2035
+ private _path;
2036
+ private _cleaners;
2037
+ private _paramConfigPath;
2038
+ /**
2039
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2040
+ * @param _value initial values object or instance of Vits to deeply clone from
2041
+ */
2042
+ constructor(_value?: RecursivePartial<Vits.AsObject>);
2043
+ get batchSize(): string;
2044
+ set batchSize(value: string);
2045
+ get useGpu(): boolean;
2046
+ set useGpu(value: boolean);
2047
+ get lengthScale(): number;
2048
+ set lengthScale(value: number);
2049
+ get noiseScale(): number;
2050
+ set noiseScale(value: number);
2051
+ get path(): string;
2052
+ set path(value: string);
2053
+ get cleaners(): string[];
2054
+ set cleaners(value: string[]);
2055
+ get paramConfigPath(): string;
2056
+ set paramConfigPath(value: string);
2057
+ /**
2058
+ * Serialize message to binary data
2059
+ * @param instance message instance
2060
+ */
2061
+ serializeBinary(): any;
2062
+ /**
2063
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
2064
+ */
2065
+ toObject(): Vits.AsObject;
2066
+ /**
2067
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
2068
+ */
2069
+ toJSON(): Vits.AsObject;
2070
+ /**
2071
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
2072
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
2073
+ * 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
2074
+ */
2075
+ toProtobufJSON(options?: ToProtobufJSONOptions): Vits.AsProtobufJSON;
2076
+ }
2077
+ export declare module Vits {
2078
+ /**
2079
+ * Standard JavaScript object representation for Vits
2080
+ */
2081
+ interface AsObject {
2082
+ batchSize: string;
2083
+ useGpu: boolean;
2084
+ lengthScale: number;
2085
+ noiseScale: number;
2086
+ path: string;
2087
+ cleaners: string[];
2088
+ paramConfigPath: string;
2089
+ }
2090
+ /**
2091
+ * Protobuf JSON representation for Vits
2092
+ */
2093
+ interface AsProtobufJSON {
2094
+ batchSize: string;
2095
+ useGpu: boolean;
2096
+ lengthScale: number;
2097
+ noiseScale: number;
2098
+ path: string;
2099
+ cleaners: string[];
2100
+ paramConfigPath: string;
2101
+ }
2102
+ }
2103
+ /**
2104
+ * Message implementation for ondewo.t2s.VitsTriton
2105
+ */
2106
+ export declare class VitsTriton implements GrpcMessage {
2107
+ static id: string;
2108
+ /**
2109
+ * Deserialize binary data to message
2110
+ * @param instance message instance
2111
+ */
2112
+ static deserializeBinary(bytes: ByteSource): VitsTriton;
2113
+ /**
2114
+ * Check all the properties and set default protobuf values if necessary
2115
+ * @param _instance message instance
2116
+ */
2117
+ static refineValues(_instance: VitsTriton): void;
2118
+ /**
2119
+ * Deserializes / reads binary message into message instance using provided binary reader
2120
+ * @param _instance message instance
2121
+ * @param _reader binary reader instance
2122
+ */
2123
+ static deserializeBinaryFromReader(_instance: VitsTriton, _reader: BinaryReader): void;
2124
+ /**
2125
+ * Serializes a message to binary format using provided binary reader
2126
+ * @param _instance message instance
2127
+ * @param _writer binary writer instance
2128
+ */
2129
+ static serializeBinaryToWriter(_instance: VitsTriton, _writer: BinaryWriter): void;
2130
+ private _batchSize;
2131
+ private _lengthScale;
2132
+ private _noiseScale;
2133
+ private _cleaners;
2134
+ private _maxTextLength;
2135
+ private _paramConfigPath;
2136
+ private _tritonModelName;
2137
+ private _tritonServerHost;
2138
+ private _tritonServerPort;
2139
+ /**
2140
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2141
+ * @param _value initial values object or instance of VitsTriton to deeply clone from
2142
+ */
2143
+ constructor(_value?: RecursivePartial<VitsTriton.AsObject>);
2144
+ get batchSize(): string;
2145
+ set batchSize(value: string);
2146
+ get lengthScale(): number;
2147
+ set lengthScale(value: number);
2148
+ get noiseScale(): number;
2149
+ set noiseScale(value: number);
2150
+ get cleaners(): string[];
2151
+ set cleaners(value: string[]);
2152
+ get maxTextLength(): string;
2153
+ set maxTextLength(value: string);
2154
+ get paramConfigPath(): string;
2155
+ set paramConfigPath(value: string);
2156
+ get tritonModelName(): string;
2157
+ set tritonModelName(value: string);
2158
+ get tritonServerHost(): string;
2159
+ set tritonServerHost(value: string);
2160
+ get tritonServerPort(): string;
2161
+ set tritonServerPort(value: string);
2162
+ /**
2163
+ * Serialize message to binary data
2164
+ * @param instance message instance
2165
+ */
2166
+ serializeBinary(): any;
2167
+ /**
2168
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
2169
+ */
2170
+ toObject(): VitsTriton.AsObject;
2171
+ /**
2172
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
2173
+ */
2174
+ toJSON(): VitsTriton.AsObject;
2175
+ /**
2176
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
2177
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
2178
+ * 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
2179
+ */
2180
+ toProtobufJSON(options?: ToProtobufJSONOptions): VitsTriton.AsProtobufJSON;
2181
+ }
2182
+ export declare module VitsTriton {
2183
+ /**
2184
+ * Standard JavaScript object representation for VitsTriton
2185
+ */
2186
+ interface AsObject {
2187
+ batchSize: string;
2188
+ lengthScale: number;
2189
+ noiseScale: number;
2190
+ cleaners: string[];
2191
+ maxTextLength: string;
2192
+ paramConfigPath: string;
2193
+ tritonModelName: string;
2194
+ tritonServerHost: string;
2195
+ tritonServerPort: string;
2196
+ }
2197
+ /**
2198
+ * Protobuf JSON representation for VitsTriton
2199
+ */
2200
+ interface AsProtobufJSON {
2201
+ batchSize: string;
2202
+ lengthScale: number;
2203
+ noiseScale: number;
2204
+ cleaners: string[];
2205
+ maxTextLength: string;
2206
+ paramConfigPath: string;
2207
+ tritonModelName: string;
2208
+ tritonServerHost: string;
2209
+ tritonServerPort: string;
1839
2210
  }
1840
2211
  }
1841
2212
  /**
@@ -2035,6 +2406,8 @@ export declare class HiFiGanTriton implements GrpcMessage {
2035
2406
  static serializeBinaryToWriter(_instance: HiFiGanTriton, _writer: BinaryWriter): void;
2036
2407
  private _configPath;
2037
2408
  private _tritonModelName;
2409
+ private _tritonServerHost;
2410
+ private _tritonServerPort;
2038
2411
  /**
2039
2412
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2040
2413
  * @param _value initial values object or instance of HiFiGanTriton to deeply clone from
@@ -2044,6 +2417,10 @@ export declare class HiFiGanTriton implements GrpcMessage {
2044
2417
  set configPath(value: string);
2045
2418
  get tritonModelName(): string;
2046
2419
  set tritonModelName(value: string);
2420
+ get tritonServerHost(): string;
2421
+ set tritonServerHost(value: string);
2422
+ get tritonServerPort(): string;
2423
+ set tritonServerPort(value: string);
2047
2424
  /**
2048
2425
  * Serialize message to binary data
2049
2426
  * @param instance message instance
@@ -2071,6 +2448,8 @@ export declare module HiFiGanTriton {
2071
2448
  interface AsObject {
2072
2449
  configPath: string;
2073
2450
  tritonModelName: string;
2451
+ tritonServerHost: string;
2452
+ tritonServerPort: string;
2074
2453
  }
2075
2454
  /**
2076
2455
  * Protobuf JSON representation for HiFiGanTriton
@@ -2078,6 +2457,8 @@ export declare module HiFiGanTriton {
2078
2457
  interface AsProtobufJSON {
2079
2458
  configPath: string;
2080
2459
  tritonModelName: string;
2460
+ tritonServerHost: string;
2461
+ tritonServerPort: string;
2081
2462
  }
2082
2463
  }
2083
2464
  /**
@@ -2110,7 +2491,8 @@ export declare class MbMelganTriton implements GrpcMessage {
2110
2491
  private _configPath;
2111
2492
  private _statsPath;
2112
2493
  private _tritonModelName;
2113
- private _tritonUrl;
2494
+ private _tritonServerHost;
2495
+ private _tritonServerPort;
2114
2496
  /**
2115
2497
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2116
2498
  * @param _value initial values object or instance of MbMelganTriton to deeply clone from
@@ -2122,8 +2504,10 @@ export declare class MbMelganTriton implements GrpcMessage {
2122
2504
  set statsPath(value: string);
2123
2505
  get tritonModelName(): string;
2124
2506
  set tritonModelName(value: string);
2125
- get tritonUrl(): string;
2126
- set tritonUrl(value: string);
2507
+ get tritonServerHost(): string;
2508
+ set tritonServerHost(value: string);
2509
+ get tritonServerPort(): string;
2510
+ set tritonServerPort(value: string);
2127
2511
  /**
2128
2512
  * Serialize message to binary data
2129
2513
  * @param instance message instance
@@ -2152,7 +2536,8 @@ export declare module MbMelganTriton {
2152
2536
  configPath: string;
2153
2537
  statsPath: string;
2154
2538
  tritonModelName: string;
2155
- tritonUrl: string;
2539
+ tritonServerHost: string;
2540
+ tritonServerPort: string;
2156
2541
  }
2157
2542
  /**
2158
2543
  * Protobuf JSON representation for MbMelganTriton
@@ -2161,7 +2546,8 @@ export declare module MbMelganTriton {
2161
2546
  configPath: string;
2162
2547
  statsPath: string;
2163
2548
  tritonModelName: string;
2164
- tritonUrl: string;
2549
+ tritonServerHost: string;
2550
+ tritonServerPort: string;
2165
2551
  }
2166
2552
  }
2167
2553
  /**
@@ -4,8 +4,3 @@ import { InjectionToken } from '@angular/core';
4
4
  * Use it only if your default settings are not set or the service requires other settings.
5
5
  */
6
6
  export declare const GRPC_TEXT2_SPEECH_CLIENT_SETTINGS: InjectionToken<any>;
7
- /**
8
- * Specific GrpcClientSettings for CustomPhonemizers.
9
- * Use it only if your default settings are not set or the service requires other settings.
10
- */
11
- export declare const GRPC_CUSTOM_PHONEMIZERS_CLIENT_SETTINGS: InjectionToken<any>;
@@ -104,6 +104,46 @@ export declare class Text2SpeechClient {
104
104
  * @returns Observable<GrpcEvent<thisProto.T2SGetServiceInfoResponse>>
105
105
  */
106
106
  getServiceInfo: (requestData: googleProtobuf000.Empty, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.T2SGetServiceInfoResponse>>;
107
+ /**
108
+ * Unary call: /ondewo.t2s.Text2Speech/GetCustomPhonemizer
109
+ *
110
+ * @param requestMessage Request message
111
+ * @param requestMetadata Request metadata
112
+ * @returns Observable<GrpcEvent<thisProto.CustomPhonemizerProto>>
113
+ */
114
+ getCustomPhonemizer: (requestData: thisProto.PhonemizerId, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.CustomPhonemizerProto>>;
115
+ /**
116
+ * Unary call: /ondewo.t2s.Text2Speech/CreateCustomPhonemizer
117
+ *
118
+ * @param requestMessage Request message
119
+ * @param requestMetadata Request metadata
120
+ * @returns Observable<GrpcEvent<thisProto.PhonemizerId>>
121
+ */
122
+ createCustomPhonemizer: (requestData: thisProto.CreateCustomPhonemizerRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.PhonemizerId>>;
123
+ /**
124
+ * Unary call: /ondewo.t2s.Text2Speech/DeleteCustomPhonemizer
125
+ *
126
+ * @param requestMessage Request message
127
+ * @param requestMetadata Request metadata
128
+ * @returns Observable<GrpcEvent<googleProtobuf000.Empty>>
129
+ */
130
+ deleteCustomPhonemizer: (requestData: thisProto.PhonemizerId, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<googleProtobuf000.Empty>>;
131
+ /**
132
+ * Unary call: /ondewo.t2s.Text2Speech/UpdateCustomPhonemizer
133
+ *
134
+ * @param requestMessage Request message
135
+ * @param requestMetadata Request metadata
136
+ * @returns Observable<GrpcEvent<thisProto.CustomPhonemizerProto>>
137
+ */
138
+ updateCustomPhonemizer: (requestData: thisProto.UpdateCustomPhonemizerRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.CustomPhonemizerProto>>;
139
+ /**
140
+ * Unary call: /ondewo.t2s.Text2Speech/ListCustomPhonemizer
141
+ *
142
+ * @param requestMessage Request message
143
+ * @param requestMetadata Request metadata
144
+ * @returns Observable<GrpcEvent<thisProto.ListCustomPhonemizerResponse>>
145
+ */
146
+ listCustomPhonemizer: (requestData: thisProto.ListCustomPhonemizerRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.ListCustomPhonemizerResponse>>;
107
147
  };
108
148
  constructor(settings: any, clientFactory: GrpcClientFactory<any>, handler: GrpcHandler);
109
149
  /**
@@ -194,65 +234,8 @@ export declare class Text2SpeechClient {
194
234
  * @returns Observable<thisProto.T2SGetServiceInfoResponse>
195
235
  */
196
236
  getServiceInfo(requestData: googleProtobuf000.Empty, requestMetadata?: GrpcMetadata): Observable<thisProto.T2SGetServiceInfoResponse>;
197
- static ɵfac: i0.ɵɵFactoryDeclaration<Text2SpeechClient, [{ optional: true; }, null, null]>;
198
- static ɵprov: i0.ɵɵInjectableDeclaration<Text2SpeechClient>;
199
- }
200
- /**
201
- * Service client implementation for ondewo.t2s.CustomPhonemizers
202
- */
203
- export declare class CustomPhonemizersClient {
204
- private handler;
205
- private client;
206
237
  /**
207
- * Raw RPC implementation for each service client method.
208
- * The raw methods provide more control on the incoming data and events. E.g. they can be useful to read status `OK` metadata.
209
- * Attention: these methods do not throw errors when non-zero status codes are received.
210
- */
211
- $raw: {
212
- /**
213
- * Unary call: /ondewo.t2s.CustomPhonemizers/GetCustomPhonemizer
214
- *
215
- * @param requestMessage Request message
216
- * @param requestMetadata Request metadata
217
- * @returns Observable<GrpcEvent<thisProto.CustomPhonemizerProto>>
218
- */
219
- getCustomPhonemizer: (requestData: thisProto.PhonemizerId, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.CustomPhonemizerProto>>;
220
- /**
221
- * Unary call: /ondewo.t2s.CustomPhonemizers/CreateCustomPhonemizer
222
- *
223
- * @param requestMessage Request message
224
- * @param requestMetadata Request metadata
225
- * @returns Observable<GrpcEvent<thisProto.PhonemizerId>>
226
- */
227
- createCustomPhonemizer: (requestData: thisProto.CreateCustomPhonemizerRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.PhonemizerId>>;
228
- /**
229
- * Unary call: /ondewo.t2s.CustomPhonemizers/DeleteCustomPhonemizer
230
- *
231
- * @param requestMessage Request message
232
- * @param requestMetadata Request metadata
233
- * @returns Observable<GrpcEvent<googleProtobuf000.Empty>>
234
- */
235
- deleteCustomPhonemizer: (requestData: thisProto.PhonemizerId, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<googleProtobuf000.Empty>>;
236
- /**
237
- * Unary call: /ondewo.t2s.CustomPhonemizers/UpdateCustomPhonemizer
238
- *
239
- * @param requestMessage Request message
240
- * @param requestMetadata Request metadata
241
- * @returns Observable<GrpcEvent<thisProto.CustomPhonemizerProto>>
242
- */
243
- updateCustomPhonemizer: (requestData: thisProto.UpdateCustomPhonemizerRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.CustomPhonemizerProto>>;
244
- /**
245
- * Unary call: /ondewo.t2s.CustomPhonemizers/ListCustomPhonemizer
246
- *
247
- * @param requestMessage Request message
248
- * @param requestMetadata Request metadata
249
- * @returns Observable<GrpcEvent<thisProto.ListCustomPhonemizerResponse>>
250
- */
251
- listCustomPhonemizer: (requestData: thisProto.ListCustomPhonemizerRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.ListCustomPhonemizerResponse>>;
252
- };
253
- constructor(settings: any, clientFactory: GrpcClientFactory<any>, handler: GrpcHandler);
254
- /**
255
- * Unary call @/ondewo.t2s.CustomPhonemizers/GetCustomPhonemizer
238
+ * Unary call @/ondewo.t2s.Text2Speech/GetCustomPhonemizer
256
239
  *
257
240
  * @param requestMessage Request message
258
241
  * @param requestMetadata Request metadata
@@ -260,7 +243,7 @@ export declare class CustomPhonemizersClient {
260
243
  */
261
244
  getCustomPhonemizer(requestData: thisProto.PhonemizerId, requestMetadata?: GrpcMetadata): Observable<thisProto.CustomPhonemizerProto>;
262
245
  /**
263
- * Unary call @/ondewo.t2s.CustomPhonemizers/CreateCustomPhonemizer
246
+ * Unary call @/ondewo.t2s.Text2Speech/CreateCustomPhonemizer
264
247
  *
265
248
  * @param requestMessage Request message
266
249
  * @param requestMetadata Request metadata
@@ -268,7 +251,7 @@ export declare class CustomPhonemizersClient {
268
251
  */
269
252
  createCustomPhonemizer(requestData: thisProto.CreateCustomPhonemizerRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.PhonemizerId>;
270
253
  /**
271
- * Unary call @/ondewo.t2s.CustomPhonemizers/DeleteCustomPhonemizer
254
+ * Unary call @/ondewo.t2s.Text2Speech/DeleteCustomPhonemizer
272
255
  *
273
256
  * @param requestMessage Request message
274
257
  * @param requestMetadata Request metadata
@@ -276,7 +259,7 @@ export declare class CustomPhonemizersClient {
276
259
  */
277
260
  deleteCustomPhonemizer(requestData: thisProto.PhonemizerId, requestMetadata?: GrpcMetadata): Observable<googleProtobuf000.Empty>;
278
261
  /**
279
- * Unary call @/ondewo.t2s.CustomPhonemizers/UpdateCustomPhonemizer
262
+ * Unary call @/ondewo.t2s.Text2Speech/UpdateCustomPhonemizer
280
263
  *
281
264
  * @param requestMessage Request message
282
265
  * @param requestMetadata Request metadata
@@ -284,13 +267,13 @@ export declare class CustomPhonemizersClient {
284
267
  */
285
268
  updateCustomPhonemizer(requestData: thisProto.UpdateCustomPhonemizerRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.CustomPhonemizerProto>;
286
269
  /**
287
- * Unary call @/ondewo.t2s.CustomPhonemizers/ListCustomPhonemizer
270
+ * Unary call @/ondewo.t2s.Text2Speech/ListCustomPhonemizer
288
271
  *
289
272
  * @param requestMessage Request message
290
273
  * @param requestMetadata Request metadata
291
274
  * @returns Observable<thisProto.ListCustomPhonemizerResponse>
292
275
  */
293
276
  listCustomPhonemizer(requestData: thisProto.ListCustomPhonemizerRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.ListCustomPhonemizerResponse>;
294
- static ɵfac: i0.ɵɵFactoryDeclaration<CustomPhonemizersClient, [{ optional: true; }, null, null]>;
295
- static ɵprov: i0.ɵɵInjectableDeclaration<CustomPhonemizersClient>;
277
+ static ɵfac: i0.ɵɵFactoryDeclaration<Text2SpeechClient, [{ optional: true; }, null, null]>;
278
+ static ɵprov: i0.ɵɵInjectableDeclaration<Text2SpeechClient>;
296
279
  }