Skip to content

Commit

Permalink
docs: update return type in jsdoc for Buffers (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jun 12, 2019
1 parent a7a5e1b commit ec3df88
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ const AudioConfig = {
/**
* The message returned to the client by the `SynthesizeSpeech` method.
*
* @property {string} audioContent
* @property {Buffer} audioContent
* The audio data bytes encoded as specified in the request, including the
* header (For LINEAR16 audio, we include the WAV header). Note: as
* with all bytes fields, protobuffers use a pure binary representation,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ const AudioConfig = {
/**
* The message returned to the client by the `SynthesizeSpeech` method.
*
* @property {string} audioContent
* @property {Buffer} audioContent
* The audio data bytes encoded as specified in the request, including the
* header (For LINEAR16 audio, we include the WAV header). Note: as
* with all bytes fields, protobuffers use a pure binary representation,
Expand Down
10 changes: 5 additions & 5 deletions packages/google-cloud-texttospeech/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-06-05T14:28:30.740081Z",
"updateTime": "2019-06-12T11:26:09.313962Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.23.1",
"dockerImage": "googleapis/artman@sha256:9d5cae1454da64ac3a87028f8ef486b04889e351c83bb95e83b8fab3959faed0"
"version": "0.24.1",
"dockerImage": "googleapis/artman@sha256:6018498e15310260dc9b03c9d576608908ed9fbabe42e1494ff3d827fea27b19"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "47c142a7cecc6efc9f6f8af804b8be55392b795b",
"internalRef": "251635729"
"sha": "f117dac435e96ebe58d85280a3faf2350c4d4219",
"internalRef": "252714985"
}
},
{
Expand Down

0 comments on commit ec3df88

Please sign in to comment.