88 строки
6.4 KiB
YAML
88 строки
6.4 KiB
YAML
### YamlMime:JavaEnum
|
|
uid: "com.microsoft.cognitiveservices.speech.CancellationReason"
|
|
fullName: "com.microsoft.cognitiveservices.speech.CancellationReason"
|
|
name: "CancellationReason"
|
|
nameWithType: "CancellationReason"
|
|
summary: "Defines the possible reasons a recognition result might be canceled."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Enum?alt=java.lang.Enum&text=Enum\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)?alt=java.lang.Enum.<T>valueOf&text=<T>valueOf\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum.clone()?alt=java.lang.Enum.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum.compareTo(E)?alt=java.lang.Enum.compareTo&text=compareTo\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum.describeConstable()?alt=java.lang.Enum.describeConstable&text=describeConstable\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum.equals(java.lang.Object)?alt=java.lang.Enum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum.finalize()?alt=java.lang.Enum.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum.getDeclaringClass()?alt=java.lang.Enum.getDeclaringClass&text=getDeclaringClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum.hashCode()?alt=java.lang.Enum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum.name()?alt=java.lang.Enum.name&text=name\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum.ordinal()?alt=java.lang.Enum.ordinal&text=ordinal\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Enum.toString()?alt=java.lang.Enum.toString&text=toString\" 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.getClass()?alt=java.lang.Object.getClass&text=getClass\" 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 enum **CancellationReason**</br> extends <xref href=\"java.lang.Enum?alt=java.lang.Enum&text=Enum\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.cognitiveservices.speech.CancellationReason?alt=com.microsoft.cognitiveservices.speech.CancellationReason&text=CancellationReason\" data-throw-if-not-resolved=\"False\" />>"
|
|
fields:
|
|
- uid: "com.microsoft.cognitiveservices.speech.CancellationReason.CancelledByUser"
|
|
fullName: "com.microsoft.cognitiveservices.speech.CancellationReason.CancelledByUser"
|
|
name: "CancelledByUser"
|
|
nameWithType: "CancellationReason.CancelledByUser"
|
|
summary: "Indicates that request was cancelled by the user."
|
|
desc: "Indicates that request was cancelled by the user. Added in version 1.14.0"
|
|
- uid: "com.microsoft.cognitiveservices.speech.CancellationReason.EndOfStream"
|
|
fullName: "com.microsoft.cognitiveservices.speech.CancellationReason.EndOfStream"
|
|
name: "EndOfStream"
|
|
nameWithType: "CancellationReason.EndOfStream"
|
|
summary: "Indicates that the end of the audio stream was reached."
|
|
desc: "Indicates that the end of the audio stream was reached."
|
|
- uid: "com.microsoft.cognitiveservices.speech.CancellationReason.Error"
|
|
fullName: "com.microsoft.cognitiveservices.speech.CancellationReason.Error"
|
|
name: "Error"
|
|
nameWithType: "CancellationReason.Error"
|
|
summary: "Indicates that an error occurred during speech recognition."
|
|
desc: "Indicates that an error occurred during speech recognition."
|
|
methods:
|
|
- uid: "com.microsoft.cognitiveservices.speech.CancellationReason.getValue()"
|
|
fullName: "com.microsoft.cognitiveservices.speech.CancellationReason.getValue()"
|
|
name: "getValue()"
|
|
nameWithType: "CancellationReason.getValue()"
|
|
summary: "Returns the value of cancellation reason"
|
|
syntax: "public int getValue()"
|
|
desc: "Returns the value of cancellation reason"
|
|
returns:
|
|
description: "the cancellation id value"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.cognitiveservices.speech.CancellationReason.valueOf(java.lang.String)"
|
|
fullName: "com.microsoft.cognitiveservices.speech.CancellationReason.valueOf(String name)"
|
|
name: "valueOf(String name)"
|
|
nameWithType: "CancellationReason.valueOf(String name)"
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- name: "name"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static CancellationReason valueOf(String name)"
|
|
returns:
|
|
type: "<xref href=\"com.microsoft.cognitiveservices.speech.CancellationReason?alt=com.microsoft.cognitiveservices.speech.CancellationReason&text=CancellationReason\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.cognitiveservices.speech.CancellationReason.values()"
|
|
fullName: "com.microsoft.cognitiveservices.speech.CancellationReason.values()"
|
|
name: "values()"
|
|
nameWithType: "CancellationReason.values()"
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static CancellationReason[] values()"
|
|
returns:
|
|
type: "<xref href=\"com.microsoft.cognitiveservices.speech.CancellationReason?alt=com.microsoft.cognitiveservices.speech.CancellationReason&text=CancellationReason\" data-throw-if-not-resolved=\"False\" />[]"
|
|
desc: "Defines the possible reasons a recognition result might be canceled."
|
|
metadata: {}
|
|
package: "com.microsoft.cognitiveservices.speech"
|
|
artifact: com.microsoft.cognitiveservices.speech:client-sdk:1.38.0
|