azure-docs-sdk-java/docs-ref-autogen/com.microsoft.cognitiveserv...

62 строки
5.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.cognitiveservices.speech.KeywordRecognitionEventArgs"
fullName: "com.microsoft.cognitiveservices.speech.KeywordRecognitionEventArgs"
name: "KeywordRecognitionEventArgs"
nameWithType: "KeywordRecognitionEventArgs"
summary: "Defines content of an keyword recognizing/recognized events."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.cognitiveservices.speech.SessionEventArgs?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.cognitiveservices.speech.RecognitionEventArgs?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.microsoft.cognitiveservices.speech.RecognitionEventArgs?alt=com.microsoft.cognitiveservices.speech.RecognitionEventArgs&text=RecognitionEventArgs\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.microsoft.cognitiveservices.speech.RecognitionEventArgs.getRecognitionResult(com.microsoft.cognitiveservices.speech.util.SafeHandle,com.microsoft.cognitiveservices.speech.util.IntRef)?alt=com.microsoft.cognitiveservices.speech.RecognitionEventArgs.getRecognitionResult&text=getRecognitionResult\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.cognitiveservices.speech.RecognitionEventArgs.toString()?alt=com.microsoft.cognitiveservices.speech.RecognitionEventArgs.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"com.microsoft.cognitiveservices.speech.SessionEventArgs?alt=com.microsoft.cognitiveservices.speech.SessionEventArgs&text=SessionEventArgs\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.microsoft.cognitiveservices.speech.SessionEventArgs.close()?alt=com.microsoft.cognitiveservices.speech.SessionEventArgs.close&text=close\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.cognitiveservices.speech.SessionEventArgs.getSessionId()?alt=com.microsoft.cognitiveservices.speech.SessionEventArgs.getSessionId&text=getSessionId\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **KeywordRecognitionEventArgs**</br> extends <xref href=\"com.microsoft.cognitiveservices.speech.RecognitionEventArgs?alt=com.microsoft.cognitiveservices.speech.RecognitionEventArgs&text=RecognitionEventArgs\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.microsoft.cognitiveservices.speech.KeywordRecognitionEventArgs.getResult()"
fullName: "com.microsoft.cognitiveservices.speech.KeywordRecognitionEventArgs.getResult()"
name: "getResult()"
nameWithType: "KeywordRecognitionEventArgs.getResult()"
summary: "Represents the keyword recognition result."
modifiers:
- "final"
syntax: "public final KeywordRecognitionResult getResult()"
desc: "Represents the keyword recognition result."
returns:
description: "Represents the keyword recognition result."
type: "<xref href=\"com.microsoft.cognitiveservices.speech.KeywordRecognitionResult?alt=com.microsoft.cognitiveservices.speech.KeywordRecognitionResult&text=KeywordRecognitionResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.cognitiveservices.speech.KeywordRecognitionEventArgs.toString()"
fullName: "com.microsoft.cognitiveservices.speech.KeywordRecognitionEventArgs.toString()"
name: "toString()"
nameWithType: "KeywordRecognitionEventArgs.toString()"
summary: "Returns a String that represents the session id and the keyword recognition result event."
overridden: "com.microsoft.cognitiveservices.speech.RecognitionEventArgs.toString()"
syntax: "public String toString()"
desc: "Returns a String that represents the session id and the keyword recognition result event."
returns:
description: "A String that represents the keyword recognition result event."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Defines content of an keyword recognizing/recognized events."
metadata: {}
package: "com.microsoft.cognitiveservices.speech"
artifact: com.microsoft.cognitiveservices.speech:client-sdk:1.38.0