DocumentClassificationActionData Class
DocumentClassificationActionData represents the data associated with a document classification action.
Definition
- Namespace:
UiPath.DocumentProcessing.Contracts.Action - Assembly:
UiPath.DocumentProcessing.Contracts
Description
Represents the data associated with a document classification action. Derives from DocumentActionData, implements ISerializable, ICloneable.
Members
Constructors
DocumentClassificationActionData()- The public default constructor.
Methods
ICloneable.Clone() object- Creates a new object that is a copy of the current instance.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)- Serializes the object as JSON and adds it to theSerializationInfoinstance.
Properties
Type UiPath.DocumentProcessing.Contracts.Actions.DocumentActionType { get; }- Set to Classification.