GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3ProcessorVersionDeprecationInfo (google_api_document_ai v0.46.0)

View Source

Information about the upcoming deprecation of this processor version.

Attributes

  • deprecationTime (type: DateTime.t, default: nil) - The time at which this processor version will be deprecated.
  • replacementProcessorVersion (type: String.t, default: nil) - If set, the processor version that will be used as a replacement.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3ProcessorVersionDeprecationInfo{
    deprecationTime: DateTime.t() | nil,
    replacementProcessorVersion: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.