Class CopyAuthorizationOptions


  • public final class CopyAuthorizationOptions
    extends Object
    Options that may be passed when copying models into the target Form Recognizer resource.
    • Constructor Detail

      • CopyAuthorizationOptions

        public CopyAuthorizationOptions()
    • Method Detail

      • getDescription

        public String getDescription()
        Get the model description.
        Returns:
        the model description value.
      • setDescription

        public CopyAuthorizationOptions setDescription​(String description)
        Set the model description.
        Parameters:
        description - the model description value to set.
        Returns:
        the CopyAuthorizationOptions object itself.