Partilhar via


DocumentIntelligenceOperationStatus Class

public final class DocumentIntelligenceOperationStatus
extends ExpandableStringEnum<DocumentIntelligenceOperationStatus>

Operation status.

Field Summary

Modifier and Type Field and Description
static final DocumentIntelligenceOperationStatus CANCELED

The operation has been canceled.

static final DocumentIntelligenceOperationStatus FAILED

The operation has failed.

static final DocumentIntelligenceOperationStatus NOT_STARTED

The operation has not started yet.

static final DocumentIntelligenceOperationStatus RUNNING

The operation is in progress.

static final DocumentIntelligenceOperationStatus SKIPPED

The operation has been skipped.

static final DocumentIntelligenceOperationStatus SUCCEEDED

The operation has succeeded.

Constructor Summary

Constructor Description
DocumentIntelligenceOperationStatus()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DocumentIntelligenceOperationStatus value.

Method Summary

Modifier and Type Method and Description
static DocumentIntelligenceOperationStatus fromString(String name)

Creates or finds a DocumentIntelligenceOperationStatus from its string representation.

static Collection<DocumentIntelligenceOperationStatus> values()

Gets known DocumentIntelligenceOperationStatus values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CANCELED

public static final DocumentIntelligenceOperationStatus CANCELED

The operation has been canceled.

FAILED

public static final DocumentIntelligenceOperationStatus FAILED

The operation has failed.

NOT_STARTED

public static final DocumentIntelligenceOperationStatus NOT_STARTED

The operation has not started yet.

RUNNING

public static final DocumentIntelligenceOperationStatus RUNNING

The operation is in progress.

SKIPPED

public static final DocumentIntelligenceOperationStatus SKIPPED

The operation has been skipped.

SUCCEEDED

public static final DocumentIntelligenceOperationStatus SUCCEEDED

The operation has succeeded.

Constructor Details

DocumentIntelligenceOperationStatus

@Deprecated
public DocumentIntelligenceOperationStatus()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DocumentIntelligenceOperationStatus value.

Method Details

fromString

public static DocumentIntelligenceOperationStatus fromString(String name)

Creates or finds a DocumentIntelligenceOperationStatus from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DocumentIntelligenceOperationStatus.

values

public static Collection values()

Gets known DocumentIntelligenceOperationStatus values.

Returns:

known DocumentIntelligenceOperationStatus values.

Applies to