Class KeywordRecognitionResult
- java.lang.Object
-
- com.microsoft.cognitiveservices.speech.RecognitionResult
-
- com.microsoft.cognitiveservices.speech.KeywordRecognitionResult
-
- All Implemented Interfaces:
AutoCloseable
public final class KeywordRecognitionResult extends RecognitionResult
Defines result of keyword recognition.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Explicitly frees any external resource attached to the objectStringtoString()Returns a String that represents the keyword recognition result.-
Methods inherited from class com.microsoft.cognitiveservices.speech.RecognitionResult
getDuration, getImpl, getOffset, getProperties, getReason, getResultId, getText
-
-
-
-
Method Detail
-
close
public void close()
Explicitly frees any external resource attached to the object- Specified by:
closein interfaceAutoCloseable- Overrides:
closein classRecognitionResult
-
-