강력한 신경망 모델을 적용하여 오디오를 텍스트로 변환합니다.
- REST 리소스: v2.projects.locations
- REST 리소스: v2.projects.locations.config
- REST 리소스: v2.projects.locations.customClasses
- REST 리소스: v2.projects.locations.operations
- REST 리소스: v2.projects.locations.phraseSets
- REST 리소스: v2.projects.locations.recognizers
서비스: speech.googleapis.com
이 서비스를 호출하려면 Google에서 제공하는 클라이언트 라이브러리를 사용하는 것이 좋습니다. 애플리케이션에서 자체 라이브러리를 사용하여 이 서비스를 호출해야 한다면 API 요청을 실행할 때 다음 정보를 사용해야 합니다.
검색 문서
검색 문서는 머신에서 읽을 수 있는 사양이며 REST API를 설명하고 사용하는 데 참조할 수 있습니다. 또한 클라이언트 라이브러리, IDE 플러그인, 기타 Google API와 상호작용하는 도구를 빌드하는 데 사용됩니다. 하나의 서비스는 여러 개의 검색 문서를 제공할 수 있습니다. 이 서비스는 다음 탐색 문서를 제공합니다.
서비스 엔드포인트
서비스 엔드포인트는 API 서비스의 네트워크 주소를 지정하는 기준 URL입니다. 하나의 서비스는 여러 서비스 엔드포인트를 포함할 수 있습니다. 이 서비스에는 다음 서비스 엔드포인트가 포함되고 아래의 모든 URI가 이 서비스 엔드포인트와 관련됩니다.
https://us-central1-speech.googleapis.com
https://us-east1-speech.googleapis.com
https://us-west1-speech.googleapis.com
https://europe-west1-speech.googleapis.com
https://europe-west2-speech.googleapis.com
https://europe-west3-speech.googleapis.com
https://europe-west4-speech.googleapis.com
https://asia-south1-speech.googleapis.com
https://asia-southeast1-speech.googleapis.com
https://asia-northeast1-speech.googleapis.com
https://australia-southeast1-speech.googleapis.com
https://northamerica-northeast1-speech.googleapis.com
https://us-speech.googleapis.com
https://eu-speech.googleapis.com
https://speech.googleapis.com
REST 리소스: v2.projects.locations
방법 | |
---|---|
get |
GET /v2/{name=projects/*/locations/*} 위치 정보를 가져옵니다. |
list |
GET /v2/{name=projects/*}/locations 이 서비스에 지원되는 위치 정보를 나열합니다. |
REST 리소스: v2.projects.locations.config
방법 | |
---|---|
get |
GET /v2/{name=projects/*/locations/*/config} 요청된 Config 를 반환합니다. |
update |
PATCH /v2/{config.name=projects/*/locations/*/config} Config 를 업데이트합니다. |
REST 리소스: v2.projects.locations.customClasses
방법 | |
---|---|
create |
POST /v2/{parent=projects/*/locations/*}/customClasses CustomClass 를 만듭니다. |
delete |
DELETE /v2/{name=projects/*/locations/*/customClasses/*} CustomClass 를 삭제합니다. |
get |
GET /v2/{name=projects/*/locations/*/customClasses/*} 요청된 CustomClass 를 반환합니다. |
list |
GET /v2/{parent=projects/*/locations/*}/customClasses CustomClass를 나열합니다. |
patch |
PATCH /v2/{customClass.name=projects/*/locations/*/customClasses/*} CustomClass 를 업데이트합니다. |
undelete |
POST /v2/{name=projects/*/locations/*/customClasses/*}:undelete CustomClass 를 삭제 취소합니다. |
REST 리소스: v2.projects.locations.operations
방법 | |
---|---|
cancel |
POST /v2/{name=projects/*/locations/*/operations/*}:cancel 장기 실행 작업에 대한 비동기 취소를 시작합니다. |
delete |
DELETE /v2/{name=projects/*/locations/*/operations/*} 장기 실행 작업을 삭제합니다. |
get |
GET /v2/{name=projects/*/locations/*/operations/*} 장기 실행 작업의 최신 상태를 가져옵니다. |
list |
GET /v2/{name=projects/*/locations/*}/operations 요청에 지정된 필터와 일치하는 작업을 나열합니다. |
REST 리소스: v2.projects.locations.phraseSets
방법 | |
---|---|
create |
POST /v2/{parent=projects/*/locations/*}/phraseSets PhraseSet 를 만듭니다. |
delete |
DELETE /v2/{name=projects/*/locations/*/phraseSets/*} PhraseSet 를 삭제합니다. |
get |
GET /v2/{name=projects/*/locations/*/phraseSets/*} 요청된 PhraseSet 를 반환합니다. |
list |
GET /v2/{parent=projects/*/locations/*}/phraseSets PhraseSet를 나열합니다. |
patch |
PATCH /v2/{phraseSet.name=projects/*/locations/*/phraseSets/*} PhraseSet 를 업데이트합니다. |
undelete |
POST /v2/{name=projects/*/locations/*/phraseSets/*}:undelete PhraseSet 를 삭제 취소합니다. |
REST 리소스: v2.projects.locations.recognizers
방법 | |
---|---|
batchRecognize |
POST /v2/{recognizer=projects/*/locations/*/recognizers/*}:batchRecognize 일괄 비동기 음성 인식을 수행합니다. 오디오 파일 N개가 포함된 요청을 보내고 스크립트 작성이 완료된 시간을 확인하기 위해 폴링할 수 있는 장기 실행 작업을 수신합니다. |
create |
POST /v2/{parent=projects/*/locations/*}/recognizers Recognizer 를 만듭니다. |
delete |
DELETE /v2/{name=projects/*/locations/*/recognizers/*} Recognizer 를 삭제합니다. |
get |
GET /v2/{name=projects/*/locations/*/recognizers/*} 요청된 Recognizer 를 반환합니다. |
list |
GET /v2/{parent=projects/*/locations/*}/recognizers 인식기를 나열합니다. |
patch |
PATCH /v2/{recognizer.name=projects/*/locations/*/recognizers/*} Recognizer 를 업데이트합니다. |
recognize |
POST /v2/{recognizer=projects/*/locations/*/recognizers/*}:recognize 동기 음성 인식을 수행합니다. 모든 오디오가 전송되고 처리된 후 결과를 수신합니다. |
undelete |
POST /v2/{name=projects/*/locations/*/recognizers/*}:undelete Recognizer 를 삭제 취소합니다. |