Class DocumentIntelligenceOperationStatus
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DocumentIntelligenceOperationStatus>
com.azure.ai.documentintelligence.models.DocumentIntelligenceOperationStatus
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class DocumentIntelligenceOperationStatus
extends com.azure.core.util.ExpandableStringEnum<DocumentIntelligenceOperationStatus>
Operation status.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DocumentIntelligenceOperationStatus
The operation has been canceled.static final DocumentIntelligenceOperationStatus
The operation has failed.static final DocumentIntelligenceOperationStatus
The operation has not started yet.static final DocumentIntelligenceOperationStatus
The operation is in progress.static final DocumentIntelligenceOperationStatus
The operation has been skipped.static final DocumentIntelligenceOperationStatus
The operation has succeeded. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromString
(String name) Creates or finds a DocumentIntelligenceOperationStatus from its string representation.values()
Gets known DocumentIntelligenceOperationStatus values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
NOT_STARTED
The operation has not started yet. -
RUNNING
The operation is in progress. -
FAILED
The operation has failed. -
SUCCEEDED
The operation has succeeded. -
CANCELED
The operation has been canceled. -
SKIPPED
The operation has been skipped.
-
-
Constructor Details
-
DocumentIntelligenceOperationStatus
Deprecated.Use thefromString(String)
factory method.Creates a new instance of DocumentIntelligenceOperationStatus value.
-
-
Method Details
-
fromString
Creates or finds a DocumentIntelligenceOperationStatus from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding DocumentIntelligenceOperationStatus.
-
values
Gets known DocumentIntelligenceOperationStatus values.- Returns:
- known DocumentIntelligenceOperationStatus values.
-
fromString(String)
factory method.