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

123 строки
7.8 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.cognitiveservices.speech.RecognitionResult"
fullName: "com.microsoft.cognitiveservices.speech.RecognitionResult"
name: "RecognitionResult"
nameWithType: "RecognitionResult"
summary: "Contains detailed information about result of a recognition operation."
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 **RecognitionResult**</br> implements <xref href=\"java.lang.AutoCloseable?alt=java.lang.AutoCloseable&text=AutoCloseable\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.microsoft.cognitiveservices.speech.RecognitionResult.RecognitionResult(long)"
fullName: "com.microsoft.cognitiveservices.speech.RecognitionResult.RecognitionResult(long result)"
name: "RecognitionResult(long result)"
nameWithType: "RecognitionResult.RecognitionResult(long result)"
summary: "Internal constructor for creating a Recognition<wbr>Result from a native handle."
modifiers:
- "protected"
parameters:
- description: "The native handle."
name: "result"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
syntax: "protected RecognitionResult(long result)"
desc: "Internal constructor for creating a RecognitionResult from a native handle."
methods:
- uid: "com.microsoft.cognitiveservices.speech.RecognitionResult.close()"
fullName: "com.microsoft.cognitiveservices.speech.RecognitionResult.close()"
name: "close()"
nameWithType: "RecognitionResult.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.RecognitionResult.getDuration()"
fullName: "com.microsoft.cognitiveservices.speech.RecognitionResult.getDuration()"
name: "getDuration()"
nameWithType: "RecognitionResult.getDuration()"
summary: "Duration of recognized speech in 100nsec increments."
syntax: "public BigInteger getDuration()"
desc: "Duration of recognized speech in 100nsec increments."
returns:
description: "Duration of recognized speech in 100nsec increments."
type: "<xref href=\"java.math.BigInteger?alt=java.math.BigInteger&text=BigInteger\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.cognitiveservices.speech.RecognitionResult.getImpl()"
fullName: "com.microsoft.cognitiveservices.speech.RecognitionResult.getImpl()"
name: "getImpl()"
nameWithType: "RecognitionResult.getImpl()"
summary: "Returns the recognition result implementation."
syntax: "public SafeHandle getImpl()"
desc: "Returns the recognition result implementation."
returns:
description: "The implementation of the result."
type: "<xref href=\"com.microsoft.cognitiveservices.speech.util.SafeHandle?alt=com.microsoft.cognitiveservices.speech.util.SafeHandle&text=SafeHandle\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.cognitiveservices.speech.RecognitionResult.getOffset()"
fullName: "com.microsoft.cognitiveservices.speech.RecognitionResult.getOffset()"
name: "getOffset()"
nameWithType: "RecognitionResult.getOffset()"
summary: "Offset of recognized speech in 100nsec increments."
syntax: "public BigInteger getOffset()"
desc: "Offset of recognized speech in 100nsec increments."
returns:
description: "Offset of recognized speech in 100nsec increments."
type: "<xref href=\"java.math.BigInteger?alt=java.math.BigInteger&text=BigInteger\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.cognitiveservices.speech.RecognitionResult.getProperties()"
fullName: "com.microsoft.cognitiveservices.speech.RecognitionResult.getProperties()"
name: "getProperties()"
nameWithType: "RecognitionResult.getProperties()"
summary: "The set of properties exposed in the result."
syntax: "public PropertyCollection getProperties()"
desc: "The set of properties exposed in the result."
returns:
description: "The set of properties exposed in the result."
type: "<xref href=\"com.microsoft.cognitiveservices.speech.PropertyCollection?alt=com.microsoft.cognitiveservices.speech.PropertyCollection&text=PropertyCollection\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.cognitiveservices.speech.RecognitionResult.getReason()"
fullName: "com.microsoft.cognitiveservices.speech.RecognitionResult.getReason()"
name: "getReason()"
nameWithType: "RecognitionResult.getReason()"
summary: "Specifies reason the result was created."
syntax: "public ResultReason getReason()"
desc: "Specifies reason the result was created."
returns:
description: "Specifies reason of the result."
type: "<xref href=\"com.microsoft.cognitiveservices.speech.ResultReason?alt=com.microsoft.cognitiveservices.speech.ResultReason&text=ResultReason\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.cognitiveservices.speech.RecognitionResult.getResultId()"
fullName: "com.microsoft.cognitiveservices.speech.RecognitionResult.getResultId()"
name: "getResultId()"
nameWithType: "RecognitionResult.getResultId()"
summary: "Specifies the result identifier."
syntax: "public String getResultId()"
desc: "Specifies the result identifier."
returns:
description: "Specifies the result identifier."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.cognitiveservices.speech.RecognitionResult.getText()"
fullName: "com.microsoft.cognitiveservices.speech.RecognitionResult.getText()"
name: "getText()"
nameWithType: "RecognitionResult.getText()"
summary: "Presents the recognized text in the result."
syntax: "public String getText()"
desc: "Presents the recognized text in the result."
returns:
description: "Presents the recognized text in the result."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Contains detailed information about result of a recognition operation."
implements:
- "<xref href=\"java.lang.AutoCloseable?alt=java.lang.AutoCloseable&text=AutoCloseable\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.microsoft.cognitiveservices.speech"
artifact: com.microsoft.cognitiveservices.speech:client-sdk:1.38.0