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
FieldsModifier and TypeFieldDescriptionstatic final DocumentIntelligenceOperationStatusThe operation has been canceled.static final DocumentIntelligenceOperationStatusThe operation has failed.static final DocumentIntelligenceOperationStatusThe operation has not started yet.static final DocumentIntelligenceOperationStatusThe operation is in progress.static final DocumentIntelligenceOperationStatusThe operation has been skipped.static final DocumentIntelligenceOperationStatusThe operation has succeeded. -
Constructor Summary
Constructors -
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.