Show / Hide Table of Contents

Namespace Oci.AivisionService.Models

Classes

AnalyzeDocumentDetails

The details of how to analyze a document.

AnalyzeDocumentResult

The document analysis results.

AnalyzeImageDetails

The details of how to analyze an image.

AnalyzeImageResult

The image analysis results.

AnalyzeVideoResult

Video analysis results.

BoundingPolygon

The object-bounding polygon box.

Cell

A single cell in a table.

ChangeModelCompartmentDetails

The compartment the model should be moved to.

ChangeProjectCompartmentDetails

Which compartment the project should be moved to.

CreateDocumentJobDetails

The batch document analysis details.

CreateImageJobDetails

The details of the batch image analysis.

CreateModelDetails

The information needed to create a new model.

CreateProjectDetails

The information needed to create a new project.

CreateVideoJobDetails

Details about the video analysis.

DataScienceLabelingDataset

The dataset created by the Data Labeling Service.

Dataset

The base entity which is the input for creating and training a model.

DatasetModelConverter

DetectedDocumentType

The detected document type.

DetectedLanguage

The language detected in a document.

Dimensions

The width and height of a page.

DocumentClassificationFeature

Identifying the document type.

DocumentDetails

The details of a document to analyze.

DocumentDetailsModelConverter

DocumentFeature

The type of document analysis.

DocumentFeatureModelConverter

DocumentField

Form field.

DocumentJob

The job details for a batch document analysis.

DocumentKeyValueDetectionFeature

Extracting form fields.

DocumentLanguageClassificationFeature

Detecting the language of the document.

DocumentMetadata

The document information.

DocumentTableDetectionFeature

Detecting and extracting data in tables.

DocumentTextDetectionFeature

Text recognition

Face

The detected face.

FaceDetectionFeature

The face detection parameters.

FieldLabel

The label in a field.

FieldName

The name of a form field.

FieldValue

The value of a form field.

FieldValueModelConverter

ImageClassificationFeature

The image classification parameters.

ImageDetails

The details of an image to analyze.

ImageDetailsModelConverter

ImageFeature

The type of image analysis.

ImageFeatureModelConverter

ImageJob

The job details for a batch image analysis.

ImageObject

The object detected in an image.

ImageObjectDetectionFeature

The object detection parameters.

ImageText

The detected text.

ImageTextDetectionFeature

The text detection parameters.

InlineDocumentDetails

The document incorporated in the request payload.

InlineImageDetails

The image incorporated in the request payload.

InputLocation

The location of the inputs.

InputLocationModelConverter

Label

A label describing an image. Every label returned by the pre-deployed model is in English.

Landmark

The landmark on the face.

Line

The line of text.

Model

Machine-learned Model.

ModelCollection

The results of a model search.

ModelSummary

The metadata about the model.

NormalizedVertex

An (x, y) coordinate in the image with dimensions normalized from zero to one. The origin is at top left, with the positive x-axis pointing right and the positive y-axis pointing down. The bottom right corner is at (1, 1).

ObjectListInlineInputLocation

A list of object locations in Object Storage.

ObjectLocation

A location in Object Storage that is uniquely identified by namespace name, bucket name and object name.

ObjectProperty

A property of a tracked object in a frame.

ObjectStorageDataset

The dataset that resides in Object Storage.

ObjectStorageDocumentDetails

A document in OCI Object Storage.

ObjectStorageImageDetails

The image residing in OCI Object Storage.

OntologyClass

Images and ImageObjects can be labeled with an OntologyClass.

OutputLocation

The Object Storage Location.

Page

One page document analysis result.

ProcessingError

The error in document processing.

Project

A Vision Project containing models.

ProjectCollection

The results of a project search.

ProjectSummary

the metadata about the project.

Table

The table extracted from a document.

TableRow

A single row in a table.

UpdateModelDetails

The metadata which can be edited after model creation.

UpdateProjectDetails

The metadata that can be edited after project creation.

ValueArray

The array of field values.

ValueDate

The date field value.

ValueInteger

The integer field value.

ValueNumber

The floating point number field value.

ValuePhoneNumber

The phone number field value.

ValueString

The string field value.

ValueTime

The time field value.

VideoFace

Detected face in a video.

VideoFaceDetectionFeature

Video face detection feature

VideoFaceFrame

A face frame.

VideoFaceSegment

A face segment in a video.

VideoFeature

Details about a video feature request.

VideoFeatureModelConverter

VideoJob

Job details for a video analysis.

VideoLabel

Detected label in a video.

VideoLabelDetectionFeature

Video label detection feature

VideoLabelSegment

A label segment in a video.

VideoMetadata

Video information.

VideoObject

Detected object in a video.

VideoObjectDetectionFeature

Video object detection feature

VideoObjectFrame

An object frame.

VideoObjectSegment

An object segment in a video.

VideoObjectTrackingFeature

Video object tracking feature

VideoSegment

A sequence of frames that was (or appears to be) continuously captured for a label/object/text?.

VideoText

Detected text in a video.

VideoTextDetectionFeature

Video text detection feature

VideoTextFrame

A text frame.

VideoTextSegment

A text segment in a video.

VideoTrackedObject

Tracked object in a video.

VideoTrackedObjectProperties

Properties of a tracked object in a video.

VideoTrackedObjectSegment

A segment of a tracked object in a video.

VideoTrackingFrame

A frame capturing a tracked object.

Word

A single word.

WorkRequest

The workrequest status details.

WorkRequestError

An error encountered while executing a work request.

WorkRequestErrorCollection

The results of a workRequestError search.

WorkRequestLogEntry

A log message from the execution of a work request.

WorkRequestLogEntryCollection

The results of a workRequestLog search.

WorkRequestResource

A resource created, or operated on, by a work request.

WorkRequestSummary

A summary of the status of a work request.

WorkRequestSummaryCollection

The results of a workRequest search.

Enums

ActionType

Possible types of actions.

Dataset.DatasetTypeEnum

Dimensions.UnitEnum

DocumentDetails.SourceEnum

DocumentFeature.FeatureTypeEnum

DocumentField.FieldTypeEnum

DocumentJob.LifecycleDetailsEnum

DocumentJob.LifecycleStateEnum

DocumentLanguage

The language of the document, abbreviated according to ISO 639-2.

DocumentType

The type of document.

FieldValue.ValueTypeEnum

ImageDetails.SourceEnum

ImageFeature.FeatureTypeEnum

ImageJob.LifecycleDetailsEnum

ImageJob.LifecycleStateEnum

InputLocation.SourceTypeEnum

Landmark.TypeEnum

Model.LifecycleStateEnum

Model.ModelTypeEnum

OperationStatus

Possible operation statuses.

OperationType

Possible operation types.

Project.LifecycleStateEnum

SortOrder

Sort order.

VideoFeature.FeatureTypeEnum

VideoJob.LifecycleDetailsEnum

VideoJob.LifecycleStateEnum

In this article
Back to top