MCPcopy Create free account
hub / github.com/dashscope/dashscope-sdk-java / main

Method main

samples/QwenASRUsage.java:41–48  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

39 });
40 }
41 public static void main(String[] args) {
42 try {
43 streamCall();
44 } catch (ApiException | NoApiKeyException | UploadFileException e) {
45 System.out.println(e.getMessage());
46 }
47 System.exit(0);
48 }
49}

Callers

nothing calls this directly

Calls 2

streamCallMethod · 0.95
getMessageMethod · 0.80

Tested by

no test coverage detected