Show / Hide Table of Contents

Class DocumentMetadata

Collection of metadata related to document record.

Inheritance
object
RecordMetadata
DocumentMetadata
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatalabelingservicedataplaneService.Models
Assembly: OCI.DotNetSDK.Datalabelingservicedataplane.dll
Syntax
public class DocumentMetadata : RecordMetadata

Properties

JobId

Declaration
[JsonProperty(PropertyName = "jobId")]
public string JobId { get; set; }
Property Value
Type Description
string

Job id ocid of OCR batch call.

In this article
Back to top