azure-sdk-for-java icon indicating copy to clipboard operation
azure-sdk-for-java copied to clipboard

How to customize this value

Open LuyTech opened this issue 3 years ago • 2 comments

I don't want to wait so long time to get the summarization result, need to customize the value. https://github.com/Azure/azure-sdk-for-java/blob/e77d29a5d71cc37b73b3e1abb1034a65a2130c11/sdk/textanalytics/azure-ai-textanalytics/src/main/java/com/azure/ai/textanalytics/implementation/Utility.java#L156

LuyTech avatar Aug 05 '22 02:08 LuyTech

@samvaity could you follow up with @LuyTech on this?

joshfree avatar Aug 09 '22 21:08 joshfree

@LuyTech you should be able to use setPollInterval() on the PollerFlux directly to customize the polling interval on the calling API. Let us know if that helps.

samvaity avatar Aug 09 '22 22:08 samvaity