74 строки
5.0 KiB
YAML
74 строки
5.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.cognitiveservices.speech.NoMatchDetails"
|
|
fullName: "com.microsoft.cognitiveservices.speech.NoMatchDetails"
|
|
name: "NoMatchDetails"
|
|
nameWithType: "NoMatchDetails"
|
|
summary: "Contains detailed information for No<wbr>Match recognition results."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- 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.toString()?alt=java.lang.Object.toString&text=toString\" 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 **NoMatchDetails**"
|
|
methods:
|
|
- uid: "com.microsoft.cognitiveservices.speech.NoMatchDetails.close()"
|
|
fullName: "com.microsoft.cognitiveservices.speech.NoMatchDetails.close()"
|
|
name: "close()"
|
|
nameWithType: "NoMatchDetails.close()"
|
|
summary: "Explicitly frees any external resource attached to the object"
|
|
syntax: "public void close()"
|
|
desc: "Explicitly frees any external resource attached to the object"
|
|
- uid: "com.microsoft.cognitiveservices.speech.NoMatchDetails.fromResult(com.microsoft.cognitiveservices.speech.RecognitionResult)"
|
|
fullName: "com.microsoft.cognitiveservices.speech.NoMatchDetails.fromResult(RecognitionResult result)"
|
|
name: "fromResult(RecognitionResult result)"
|
|
nameWithType: "NoMatchDetails.fromResult(RecognitionResult result)"
|
|
summary: "Creates an instance of No<wbr>Match<wbr>Details object for the No<wbr>Match Speech<wbr>Recognition<wbr>Results."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The recognition result that has NoMatch returned in Reason."
|
|
name: "result"
|
|
type: "<xref href=\"com.microsoft.cognitiveservices.speech.RecognitionResult?alt=com.microsoft.cognitiveservices.speech.RecognitionResult&text=RecognitionResult\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static NoMatchDetails fromResult(RecognitionResult result)"
|
|
desc: "Creates an instance of NoMatchDetails object for the NoMatch SpeechRecognitionResults."
|
|
returns:
|
|
description: "The NoMatchDetails object being created."
|
|
type: "<xref href=\"com.microsoft.cognitiveservices.speech.NoMatchDetails?alt=com.microsoft.cognitiveservices.speech.NoMatchDetails&text=NoMatchDetails\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.cognitiveservices.speech.NoMatchDetails.getReason()"
|
|
fullName: "com.microsoft.cognitiveservices.speech.NoMatchDetails.getReason()"
|
|
name: "getReason()"
|
|
nameWithType: "NoMatchDetails.getReason()"
|
|
summary: "The reason why No<wbr>Match is returned."
|
|
syntax: "public NoMatchReason getReason()"
|
|
desc: "The reason why NoMatch is returned."
|
|
returns:
|
|
description: "Specifies the reason for NoMatch."
|
|
type: "<xref href=\"com.microsoft.cognitiveservices.speech.NoMatchReason?alt=com.microsoft.cognitiveservices.speech.NoMatchReason&text=NoMatchReason\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.cognitiveservices.speech.NoMatchDetails.toString()"
|
|
fullName: "com.microsoft.cognitiveservices.speech.NoMatchDetails.toString()"
|
|
name: "toString()"
|
|
nameWithType: "NoMatchDetails.toString()"
|
|
summary: "Returns a String that represents the no match details."
|
|
overridden: "java.lang.Object.toString()"
|
|
syntax: "public String toString()"
|
|
desc: "Returns a String that represents the no match details."
|
|
returns:
|
|
description: "A String that represents the no match details."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Contains detailed information for NoMatch recognition results."
|
|
metadata: {}
|
|
package: "com.microsoft.cognitiveservices.speech"
|
|
artifact: com.microsoft.cognitiveservices.speech:client-sdk:1.38.0
|