Updated on 2022-04-29 GMT+08:00

SDK Introduction

SIS Overview

Speech Interaction Service (SIS) allows you to obtain speech interaction results by calling application programming interfaces (APIs) in real time.

Mappings Between Java Interfaces and APIs

Table Mappings between Java interfaces and APIs lists the mappings between the Java interfaces and SIS APIs.

Table 1 Mappings between Java interfaces and APIs

Class

Method

API

Function

AsrCustomizationClient

AsrCustomShortResponse getAsrShortResponse(AsrCustomShortRequest request)

POST /v1/{project_id}/asr/short-audio

Sentence Transcription

Mappings Between Python Interfaces and APIs

Table Mappings between Python interfaces and APIs lists the mappings between the Python interfaces and SIS APIs.

Table 2 Mappings between Python interfaces and APIs

Class

Method

API

Function

AsrCustomizationClient

get_short_response(request)

POST /v1/{project_id}/asr/short-audio

Sentence Transcription