A C E G I O R S T V 

A

AudioCaptureException - Exception in com.naver.speech.clientapi
이 예외는 오디오에 관련된 오류를 처리합니다.
AudioCaptureException() - Constructor for exception com.naver.speech.clientapi.AudioCaptureException
현재 stack trace에 대한 예외를 발생시킵니다.
AudioCaptureException(String) - Constructor for exception com.naver.speech.clientapi.AudioCaptureException
현재 stack trace에 대한 예외를 발생시킵니다.

C

cancel() - Method in class com.naver.speech.clientapi.SpeechRecognizer
이 함수를 호출하는 즉시 음성인식의 모든 동작을 즉시 정지하는 이벤트를 발생시킵니다.
com.naver.speech.clientapi - package com.naver.speech.clientapi
 

E

ERROR_AUDIO_FINIALIZE - Static variable in class com.naver.speech.clientapi.SpeechRecognizer
오디오 자원 해제 오류
ERROR_AUDIO_INITIALIZE - Static variable in class com.naver.speech.clientapi.SpeechRecognizer
오디오 자원 초기화 오류
ERROR_AUDIO_RECORD - Static variable in class com.naver.speech.clientapi.SpeechRecognizer
음성 입력(녹음) 오류
ERROR_CLIENTINFO - Static variable in class com.naver.speech.clientapi.SpeechRecognizer
클라이언트 프로퍼티 오류
ERROR_EXCEED_TIME_LIMIT - Static variable in class com.naver.speech.clientapi.SpeechRecognizer
인증 time stamp 불량
ERROR_INVALID_PACKET - Static variable in class com.naver.speech.clientapi.SpeechRecognizer
전송/수신 패킷 오류
ERROR_INVALID_RESULT - Static variable in class com.naver.speech.clientapi.SpeechRecognizer
인식 결과 오류
ERROR_NETWORK_FINALIZE - Static variable in class com.naver.speech.clientapi.SpeechRecognizer
네트워크 자원 해제 오류
ERROR_NETWORK_INITIALIZE - Static variable in class com.naver.speech.clientapi.SpeechRecognizer
네트워크 자원 초기화 오류
ERROR_NETWORK_NACK - Static variable in class com.naver.speech.clientapi.SpeechRecognizer
인식 서버 오류
ERROR_NETWORK_READ - Static variable in class com.naver.speech.clientapi.SpeechRecognizer
네트워크 데이터 수신 오류
ERROR_NETWORK_WRITE - Static variable in class com.naver.speech.clientapi.SpeechRecognizer
네트워크 데이터 전송 오류
ERROR_NO_CLIENT_RUNNING - Static variable in class com.naver.speech.clientapi.SpeechRecognizer
클라이언트가 음성인식을 수행하고 있지 않는 상황에서, 특정 음성인식 관련 이벤트가 감지되었음
ERROR_OPENAPI_AUTH - Static variable in class com.naver.speech.clientapi.SpeechRecognizer
OpenAPI 인증 에러(Client ID 또는 AndroidManifest.xml의 package가 개발자센터에 등록한 값과 다름)
ERROR_QUOTA_OVERFLOW - Static variable in class com.naver.speech.clientapi.SpeechRecognizer
정해진 Quota를 다 소진함
ERROR_SECURITY - Static variable in class com.naver.speech.clientapi.SpeechRecognizer
인증 권한 오류
ERROR_SERVER_POOL - Static variable in class com.naver.speech.clientapi.SpeechRecognizer
음성인식 서버의 가용 풀(pool) 부족
ERROR_SESSION_EXPIRED - Static variable in class com.naver.speech.clientapi.SpeechRecognizer
음성인식 서버 세션 만료
ERROR_SPEECH_SIZE_EXCEEDED - Static variable in class com.naver.speech.clientapi.SpeechRecognizer
음성 패킷 사이즈 초과
ERROR_TIMEOUT - Static variable in class com.naver.speech.clientapi.SpeechRecognizer
일정 시간 이상 인식 서버로 음성을 전송하지 못하거나, 인식 결과를 받지 못하였음
ERROR_UNKOWN_EVENT - Static variable in class com.naver.speech.clientapi.SpeechRecognizer
클라이언트 내부에 규정되어 있지 않은 이벤트가 감지되었음
ERROR_VERSION - Static variable in class com.naver.speech.clientapi.SpeechRecognizer
프로토콜 버전 오류
ERROR_WRONG_LANGUAGE_TYPE - Static variable in class com.naver.speech.clientapi.SpeechRecognizer
올바른 Language Type이 아님
ERROR_WRONG_SERVICE_TYPE - Static variable in class com.naver.speech.clientapi.SpeechRecognizer
올바른 Service Type이 아님

G

getEndPointDetectType() - Method in class com.naver.speech.clientapi.SpeechConfig
 
getLanguageType() - Method in class com.naver.speech.clientapi.SpeechConfig
 
getResults() - Method in class com.naver.speech.clientapi.SpeechRecognitionResult
 

I

initialize() - Method in class com.naver.speech.clientapi.SpeechRecognizer
음성인식 자원을 초기화해줍니다.
isRunning() - Method in class com.naver.speech.clientapi.SpeechRecognizer
현재 음성인식의 수행 여부를 반환합니다.

O

onEndPointDetected() - Method in interface com.naver.speech.clientapi.SpeechRecognitionListener
EPD(end point detection) 즉, 음성 발성이 종료되었음을 클라이언트가 감지하였을 때 호출됩니다.
onEndPointDetected() - Method in class com.naver.speech.clientapi.SpeechRecognizer
onEndPointDetectTypeSelected(SpeechConfig.EndPointDetectType) - Method in interface com.naver.speech.clientapi.SpeechRecognitionListener
hybrid EPD 모드에서 EPD 종류가 결정되면 호출됩니다.
onEndPointDetectTypeSelected(int) - Method in class com.naver.speech.clientapi.SpeechRecognizer
SpeechRecognitionListener#onEndPointDetectTypeSelected(EndPointDetectType) 참고
onError(int) - Method in interface com.naver.speech.clientapi.SpeechRecognitionListener
음성인식중에 오류가 발생하였을 때 호출됩니다.
onError(int) - Method in class com.naver.speech.clientapi.SpeechRecognizer
onInactive() - Method in interface com.naver.speech.clientapi.SpeechRecognitionListener
음성인식이 완료된 상태일 때 호출됩니다.
onInactive() - Method in class com.naver.speech.clientapi.SpeechRecognizer
onPartialResult(String) - Method in interface com.naver.speech.clientapi.SpeechRecognitionListener
음성인식 서버로부터 인식 중간 결과를 받으면 호출됩니다.
onPartialResult(String) - Method in class com.naver.speech.clientapi.SpeechRecognizer
onReady() - Method in interface com.naver.speech.clientapi.SpeechRecognitionListener
음성인식 준비가 완료된 상태일 때 호출됩니다.
onReady() - Method in class com.naver.speech.clientapi.SpeechRecognizer
onRecord(short[]) - Method in interface com.naver.speech.clientapi.SpeechRecognitionListener
음성 입력을 받은 즉시 호출됩니다.
onRecord(short[]) - Method in class com.naver.speech.clientapi.SpeechRecognizer
onResult(SpeechRecognitionResult) - Method in interface com.naver.speech.clientapi.SpeechRecognitionListener
음성인식 서버로부터 인식 최종 결과를 받으면 호출됩니다.
onResult(Object[]) - Method in class com.naver.speech.clientapi.SpeechRecognizer

R

recognize(SpeechConfig) - Method in class com.naver.speech.clientapi.SpeechRecognizer
음성인식을 시작하는 이벤트를 발생시킵니다.
release() - Method in class com.naver.speech.clientapi.SpeechRecognizer
음성인식 자원을 해제해줍니다.

S

selectEPDTypeInHybrid(SpeechConfig.EndPointDetectType) - Method in class com.naver.speech.clientapi.SpeechRecognizer
음성인식의 EPD(end point detecion) 종류를 선택합니다.
setEndPointDetectType(SpeechConfig.EndPointDetectType) - Method in class com.naver.speech.clientapi.SpeechConfig
 
setLanguageType(SpeechConfig.LanguageType) - Method in class com.naver.speech.clientapi.SpeechConfig
 
setSpeechRecognitionListener(SpeechRecognitionListener) - Method in class com.naver.speech.clientapi.SpeechRecognizer
음성인식의 각종 콜백 함수를 정의할 리스너를 등록합니다.
SpeechConfig - Class in com.naver.speech.clientapi
이 클래스는 네이버 음성인식에서 제공하는 음성인식기에 대한 설정을 포함하고 있습니다.
SpeechConfig(SpeechConfig.LanguageType, SpeechConfig.EndPointDetectType) - Constructor for class com.naver.speech.clientapi.SpeechConfig
 
SpeechConfig.EndPointDetectType - Enum in com.naver.speech.clientapi
 
SpeechConfig.LanguageType - Enum in com.naver.speech.clientapi
 
SpeechConfig.ServiceType - Enum in com.naver.speech.clientapi
 
SpeechRecognitionException - Exception in com.naver.speech.clientapi
이 예외는 recognize(SpeechConfig) 메소드를 실행하는 도중에 발생한다.
SpeechRecognitionException() - Constructor for exception com.naver.speech.clientapi.SpeechRecognitionException
현재 stack trace에 대한 예외를 발생한다.
SpeechRecognitionException(String) - Constructor for exception com.naver.speech.clientapi.SpeechRecognitionException
현재 stack trace에 대한 예외를 발생한다.
SpeechRecognitionListener - Interface in com.naver.speech.clientapi
SpeechRecognizer 클래스에서 발생한 이벤트를 감지하여 해당하는 콜벡 메소드를 호출합니다.
speechRecognitionListener - Variable in class com.naver.speech.clientapi.SpeechRecognizer
 
SpeechRecognitionResult - Class in com.naver.speech.clientapi
 
SpeechRecognizer - Class in com.naver.speech.clientapi
이 클래스는 네이버 음성인식 서비스를 사용할 수 있도록 클라이언트 역할을 제공합니다.
SpeechRecognizer(Context, String) - Constructor for class com.naver.speech.clientapi.SpeechRecognizer
음성인식 클라이언트 인스턴스를 생성하고, OpenAPI 인증 작업을 수행합니다.
stop() - Method in class com.naver.speech.clientapi.SpeechRecognizer
이 함수를 호출하는 즉시 onEndPointDetected()로 천이됩니다.

T

toInteger() - Method in enum com.naver.speech.clientapi.SpeechConfig.EndPointDetectType
 

V

valueOf(String) - Static method in enum com.naver.speech.clientapi.SpeechConfig.EndPointDetectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.naver.speech.clientapi.SpeechConfig.LanguageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.naver.speech.clientapi.SpeechConfig.ServiceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.naver.speech.clientapi.SpeechConfig.EndPointDetectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.naver.speech.clientapi.SpeechConfig.LanguageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.naver.speech.clientapi.SpeechConfig.ServiceType
Returns an array containing the constants of this enum type, in the order they are declared.
A C E G I O R S T V