Class DocumentClassificationFeature
Identifying the document type.
Inherited Members
Namespace: Oci.AidocumentService.Models
Assembly: OCI.DotNetSDK.Aidocument.dll
Syntax
public class DocumentClassificationFeature : DocumentFeature
Properties
MaxResults
Declaration
[JsonProperty(PropertyName = "maxResults")]
public int? MaxResults { get; set; }
Property Value
Type | Description |
---|---|
int? | The maximum number of results to return. |
ModelId
Declaration
[JsonProperty(PropertyName = "modelId")]
public string ModelId { get; set; }
Property Value
Type | Description |
---|---|
string | The custom model ID. |