Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이준성
/
khuwitch
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Jinsu Park
2020-11-27 20:22:01 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ad38932e6f30f8298d544bdd99eb6bd8fdf87bb5
ad38932e
1 parent
949b55d2
Update: README.md 주석 수정
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
README.md
README.md
View file @
ad38932
...
...
@@ -21,7 +21,7 @@
```
html
<script>
<!--
Polly
를
사용하기
위한
자격증명을
설정한다
.
-->
// Polly를 사용하기 위한 자격증명을 설정한다.
AWS
.
config
.
region
=
'ap-northeast-2'
;
AWS
.
config
.
credentials
=
new
AWS
.
CognitoIdentityCredentials
({
IdentityPoolId
:
'ap-northeast-2:03db97c9-a857-45f3-be6e-3cf84d6f619b'
});
const
polly
=
new
AWS
.
Polly
({
...
...
@@ -37,7 +37,7 @@ let params = {
let
tts
=
new
AWS
.
Polly
.
Presigner
(
params
,
polly
)
//
Create presigned URL of synthesized speech file
//
tts로 변환한 음성 파일을 얻는다.
tts
.
getSynthesizeSpeechUrl
(
params
,
function
(
error
,
url
)
{
if
(
error
)
{
}
else
{
...
...
Please
register
or
login
to post a comment