From Design pattern
Jump to: navigation, search
Line 1: Line 1:
 +
{{#css:
 +
#mw-content-text h3 span {
 +
font-weight: 600;
 +
padding-left: 0px;
 +
}
 +
 +
.mw-headline {
 +
font-weight: 600;
 +
}
 +
 +
span.mw-editsection {
 +
font-weight: 200;
 +
position: relative;
 +
float:right;
 +
margin-right: 25px
 +
}
 +
 +
span.mw-editsection a {
 +
font-weight: 200;
 +
}
 +
 +
.art-subpage {
 +
background: #F7F7F7;
 +
}
 +
 +
#mw-content-text p {
 +
padding-top: 0px;
 +
padding-bottom: 6px;
 +
}
 +
 +
.mw-content-ltr ul {
 +
margin: 0.3em 0 0 42px;
 +
}
 +
 +
 +
hr {
 +
margin-top: 0px;
 +
margin-bottom: 0px;
 +
margin-left: -31px;
 +
width: 720px;
 +
border-bottom: 1px solid #E0E0DD;
 +
border-left: 0px;
 +
border-right: 0px;
 +
border-top: 30px solid #F7F7F7;
 +
}
 +
<!--
 +
#sun-col {
 +
-webkit-column-count:2; /* Chrome, Safari, Opera */
 +
-moz-column-count:2; /* Firefox */
 +
column-count:2;
 +
}
 +
 +
#sun-col p {
 +
padding-left: 0px;
 +
-->
 +
}
 +
 +
}}
 
시스템이 사람의 음성을 이해, 분석한다.
 
시스템이 사람의 음성을 이해, 분석한다.
  

Revision as of 20:34, 28 May 2014

시스템이 사람의 음성을 이해, 분석한다.

Example

Analyzing voice

304번 사례

  • 주어진 외국어 문장을 따라 읽으면, 발음을 인식해서 맞는지 틀렸는지 피드백을 준다.

Typing by voice

음성을 인식하여 텍스트를 입력한다.

Examples

72번 사례

  • 정보를 문자로 전달 또는 음성 그 자체로 전달하기 전, 확인을 위해 보여준다.

Qualcomm toq_Typing by voice(659)

  • 사용자가 음성으로 입력한 내용을 문자로 변환하여 메세지를 전송한다.

아래 영상의 15-31초에 해당한다.

101번 사례

  • 음성을 인식하여 문자로 변환해준다

Her.png