...

Package documentai

import "google.golang.org/api/documentai/v1"
Overview
Index

Overview ▾

Package documentai provides access to the Cloud Document AI API.

For product documentation, see: https://cloud.google.com/document-ai/docs/

Library status

These client libraries are officially supported by Google. However, this library is considered complete and is in maintenance mode. This means that we will address critical bugs and security issues but will not add any new features.

When possible, we recommend using our newer [Cloud Client Libraries for Go](https://pkg.go.dev/cloud.google.com/go) that are still actively being worked and iterated on.

Creating a client

Usage example:

import "google.golang.org/api/documentai/v1"
...
ctx := context.Background()
documentaiService, err := documentai.NewService(ctx)

In this example, Google Application Default Credentials are used for authentication. For information on how to create and obtain Application Default Credentials, see https://developers.google.com/identity/protocols/application-default-credentials.

Other authentication options

To use an API key for authentication (note: some APIs do not support API keys), use google.golang.org/api/option.WithAPIKey:

documentaiService, err := documentai.NewService(ctx, option.WithAPIKey("AIza..."))

To use an OAuth token (e.g., a user token obtained via a three-legged OAuth flow, use google.golang.org/api/option.WithTokenSource:

config := &oauth2.Config{...}
// ...
token, err := config.Exchange(ctx, ...)
documentaiService, err := documentai.NewService(ctx, option.WithTokenSource(config.TokenSource(ctx, token)))

See google.golang.org/api/option.ClientOption for details on options.

Index ▾

Constants
type GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadata
    func (s *GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadataIndividualAutoLabelStatus
    func (s *GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadataIndividualAutoLabelStatus) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsResponse
type GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata
    func (s *GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadataIndividualBatchDeleteStatus
    func (s *GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadataIndividualBatchDeleteStatus) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsResponse
type GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata
    func (s *GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus
    func (s *GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsResponse
type GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadata
    func (s *GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadataIndividualBatchUpdateStatus
    func (s *GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadataIndividualBatchUpdateStatus) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsResponse
type GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata
    func (s *GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3CreateLabelerPoolOperationMetadata
    func (s *GoogleCloudDocumentaiUiv1beta3CreateLabelerPoolOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata
    func (s *GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3DeleteProcessorMetadata
    func (s *GoogleCloudDocumentaiUiv1beta3DeleteProcessorMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3DeleteProcessorVersionMetadata
    func (s *GoogleCloudDocumentaiUiv1beta3DeleteProcessorVersionMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionMetadata
    func (s *GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionResponse
type GoogleCloudDocumentaiUiv1beta3DisableProcessorMetadata
    func (s *GoogleCloudDocumentaiUiv1beta3DisableProcessorMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3DisableProcessorResponse
type GoogleCloudDocumentaiUiv1beta3DocumentId
    func (s *GoogleCloudDocumentaiUiv1beta3DocumentId) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId
    func (s *GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3DocumentIdUnmanagedDocumentId
    func (s *GoogleCloudDocumentaiUiv1beta3DocumentIdUnmanagedDocumentId) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3EnableProcessorMetadata
    func (s *GoogleCloudDocumentaiUiv1beta3EnableProcessorMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3EnableProcessorResponse
type GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionMetadata
    func (s *GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionResponse
    func (s *GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadata
    func (s *GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus
    func (s *GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat
    func (s *GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3ExportDocumentsResponse
type GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata
    func (s *GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse
    func (s *GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata
    func (s *GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult
    func (s *GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus
    func (s *GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3ImportDocumentsResponse
type GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionMetadata
    func (s *GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionResponse
    func (s *GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadata
    func (s *GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataDatasetResyncStatus
    func (s *GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataDatasetResyncStatus) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataIndividualDocumentResyncStatus
    func (s *GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataIndividualDocumentResyncStatus) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3ResyncDatasetResponse
type GoogleCloudDocumentaiUiv1beta3RevisionRef
    func (s *GoogleCloudDocumentaiUiv1beta3RevisionRef) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3SampleDocumentsMetadata
    func (s *GoogleCloudDocumentaiUiv1beta3SampleDocumentsMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponse
    func (s *GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocument
    func (s *GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocument) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
    func (s *GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionResponse
type GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadata
    func (s *GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation
    func (s *GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionResponse
    func (s *GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionMetadata
    func (s *GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionResponse
type GoogleCloudDocumentaiUiv1beta3UpdateDatasetOperationMetadata
    func (s *GoogleCloudDocumentaiUiv1beta3UpdateDatasetOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata
    func (s *GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiUiv1beta3UpdateLabelerPoolOperationMetadata
    func (s *GoogleCloudDocumentaiUiv1beta3UpdateLabelerPoolOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1Barcode
    func (s *GoogleCloudDocumentaiV1Barcode) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1BatchDocumentsInputConfig
    func (s *GoogleCloudDocumentaiV1BatchDocumentsInputConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1BatchProcessMetadata
    func (s *GoogleCloudDocumentaiV1BatchProcessMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus
    func (s *GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1BatchProcessRequest
    func (s *GoogleCloudDocumentaiV1BatchProcessRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1BatchProcessResponse
type GoogleCloudDocumentaiV1BoundingPoly
    func (s *GoogleCloudDocumentaiV1BoundingPoly) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1CommonOperationMetadata
    func (s *GoogleCloudDocumentaiV1CommonOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DeleteProcessorMetadata
    func (s *GoogleCloudDocumentaiV1DeleteProcessorMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DeleteProcessorVersionMetadata
    func (s *GoogleCloudDocumentaiV1DeleteProcessorVersionMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DeployProcessorVersionMetadata
    func (s *GoogleCloudDocumentaiV1DeployProcessorVersionMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DeployProcessorVersionRequest
type GoogleCloudDocumentaiV1DeployProcessorVersionResponse
type GoogleCloudDocumentaiV1DisableProcessorMetadata
    func (s *GoogleCloudDocumentaiV1DisableProcessorMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DisableProcessorRequest
type GoogleCloudDocumentaiV1DisableProcessorResponse
type GoogleCloudDocumentaiV1Document
    func (s *GoogleCloudDocumentaiV1Document) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentEntity
    func (s *GoogleCloudDocumentaiV1DocumentEntity) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1DocumentEntity) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1DocumentEntityNormalizedValue
    func (s *GoogleCloudDocumentaiV1DocumentEntityNormalizedValue) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1DocumentEntityNormalizedValue) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1DocumentEntityRelation
    func (s *GoogleCloudDocumentaiV1DocumentEntityRelation) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentOutputConfig
    func (s *GoogleCloudDocumentaiV1DocumentOutputConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig
    func (s *GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfigShardingConfig
    func (s *GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfigShardingConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentPage
    func (s *GoogleCloudDocumentaiV1DocumentPage) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentPageAnchor
    func (s *GoogleCloudDocumentaiV1DocumentPageAnchor) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentPageAnchorPageRef
    func (s *GoogleCloudDocumentaiV1DocumentPageAnchorPageRef) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1DocumentPageAnchorPageRef) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1DocumentPageBlock
    func (s *GoogleCloudDocumentaiV1DocumentPageBlock) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentPageDetectedBarcode
    func (s *GoogleCloudDocumentaiV1DocumentPageDetectedBarcode) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentPageDetectedLanguage
    func (s *GoogleCloudDocumentaiV1DocumentPageDetectedLanguage) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1DocumentPageDetectedLanguage) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1DocumentPageDimension
    func (s *GoogleCloudDocumentaiV1DocumentPageDimension) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1DocumentPageDimension) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1DocumentPageFormField
    func (s *GoogleCloudDocumentaiV1DocumentPageFormField) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentPageImage
    func (s *GoogleCloudDocumentaiV1DocumentPageImage) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentPageImageQualityScores
    func (s *GoogleCloudDocumentaiV1DocumentPageImageQualityScores) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1DocumentPageImageQualityScores) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect
    func (s *GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1DocumentPageLayout
    func (s *GoogleCloudDocumentaiV1DocumentPageLayout) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1DocumentPageLayout) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1DocumentPageLine
    func (s *GoogleCloudDocumentaiV1DocumentPageLine) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentPageMatrix
    func (s *GoogleCloudDocumentaiV1DocumentPageMatrix) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentPageParagraph
    func (s *GoogleCloudDocumentaiV1DocumentPageParagraph) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentPageSymbol
    func (s *GoogleCloudDocumentaiV1DocumentPageSymbol) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentPageTable
    func (s *GoogleCloudDocumentaiV1DocumentPageTable) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentPageTableTableCell
    func (s *GoogleCloudDocumentaiV1DocumentPageTableTableCell) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentPageTableTableRow
    func (s *GoogleCloudDocumentaiV1DocumentPageTableTableRow) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentPageToken
    func (s *GoogleCloudDocumentaiV1DocumentPageToken) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak
    func (s *GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo
    func (s *GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1DocumentPageVisualElement
    func (s *GoogleCloudDocumentaiV1DocumentPageVisualElement) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentProvenance
    func (s *GoogleCloudDocumentaiV1DocumentProvenance) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentProvenanceParent
    func (s *GoogleCloudDocumentaiV1DocumentProvenanceParent) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentRevision
    func (s *GoogleCloudDocumentaiV1DocumentRevision) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentRevisionHumanReview
    func (s *GoogleCloudDocumentaiV1DocumentRevisionHumanReview) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentSchema
    func (s *GoogleCloudDocumentaiV1DocumentSchema) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentSchemaEntityType
    func (s *GoogleCloudDocumentaiV1DocumentSchemaEntityType) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentSchemaEntityTypeEnumValues
    func (s *GoogleCloudDocumentaiV1DocumentSchemaEntityTypeEnumValues) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty
    func (s *GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentSchemaMetadata
    func (s *GoogleCloudDocumentaiV1DocumentSchemaMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentShardInfo
    func (s *GoogleCloudDocumentaiV1DocumentShardInfo) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentStyle
    func (s *GoogleCloudDocumentaiV1DocumentStyle) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentStyleFontSize
    func (s *GoogleCloudDocumentaiV1DocumentStyleFontSize) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1DocumentStyleFontSize) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1DocumentTextAnchor
    func (s *GoogleCloudDocumentaiV1DocumentTextAnchor) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment
    func (s *GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1DocumentTextChange
    func (s *GoogleCloudDocumentaiV1DocumentTextChange) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1EnableProcessorMetadata
    func (s *GoogleCloudDocumentaiV1EnableProcessorMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1EnableProcessorRequest
type GoogleCloudDocumentaiV1EnableProcessorResponse
type GoogleCloudDocumentaiV1EvaluateProcessorVersionMetadata
    func (s *GoogleCloudDocumentaiV1EvaluateProcessorVersionMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest
    func (s *GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1EvaluateProcessorVersionResponse
    func (s *GoogleCloudDocumentaiV1EvaluateProcessorVersionResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1Evaluation
    func (s *GoogleCloudDocumentaiV1Evaluation) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics
    func (s *GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1EvaluationCounters
    func (s *GoogleCloudDocumentaiV1EvaluationCounters) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1EvaluationMetrics
    func (s *GoogleCloudDocumentaiV1EvaluationMetrics) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1EvaluationMetrics) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics
    func (s *GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1EvaluationReference
    func (s *GoogleCloudDocumentaiV1EvaluationReference) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1FetchProcessorTypesResponse
    func (s *GoogleCloudDocumentaiV1FetchProcessorTypesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1GcsDocument
    func (s *GoogleCloudDocumentaiV1GcsDocument) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1GcsDocuments
    func (s *GoogleCloudDocumentaiV1GcsDocuments) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1GcsPrefix
    func (s *GoogleCloudDocumentaiV1GcsPrefix) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1HumanReviewStatus
    func (s *GoogleCloudDocumentaiV1HumanReviewStatus) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1ListEvaluationsResponse
    func (s *GoogleCloudDocumentaiV1ListEvaluationsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1ListProcessorTypesResponse
    func (s *GoogleCloudDocumentaiV1ListProcessorTypesResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1ListProcessorVersionsResponse
    func (s *GoogleCloudDocumentaiV1ListProcessorVersionsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1ListProcessorsResponse
    func (s *GoogleCloudDocumentaiV1ListProcessorsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1NormalizedVertex
    func (s *GoogleCloudDocumentaiV1NormalizedVertex) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1NormalizedVertex) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1OcrConfig
    func (s *GoogleCloudDocumentaiV1OcrConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1OcrConfigHints
    func (s *GoogleCloudDocumentaiV1OcrConfigHints) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1OcrConfigPremiumFeatures
    func (s *GoogleCloudDocumentaiV1OcrConfigPremiumFeatures) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1ProcessOptions
    func (s *GoogleCloudDocumentaiV1ProcessOptions) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1ProcessOptionsIndividualPageSelector
    func (s *GoogleCloudDocumentaiV1ProcessOptionsIndividualPageSelector) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1ProcessRequest
    func (s *GoogleCloudDocumentaiV1ProcessRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1ProcessResponse
    func (s *GoogleCloudDocumentaiV1ProcessResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1Processor
    func (s *GoogleCloudDocumentaiV1Processor) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1ProcessorType
    func (s *GoogleCloudDocumentaiV1ProcessorType) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1ProcessorTypeLocationInfo
    func (s *GoogleCloudDocumentaiV1ProcessorTypeLocationInfo) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1ProcessorVersion
    func (s *GoogleCloudDocumentaiV1ProcessorVersion) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1ProcessorVersionAlias
    func (s *GoogleCloudDocumentaiV1ProcessorVersionAlias) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo
    func (s *GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1RawDocument
    func (s *GoogleCloudDocumentaiV1RawDocument) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1ReviewDocumentOperationMetadata
    func (s *GoogleCloudDocumentaiV1ReviewDocumentOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1ReviewDocumentRequest
    func (s *GoogleCloudDocumentaiV1ReviewDocumentRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1ReviewDocumentResponse
    func (s *GoogleCloudDocumentaiV1ReviewDocumentResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1SetDefaultProcessorVersionMetadata
    func (s *GoogleCloudDocumentaiV1SetDefaultProcessorVersionMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1SetDefaultProcessorVersionRequest
    func (s *GoogleCloudDocumentaiV1SetDefaultProcessorVersionRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1SetDefaultProcessorVersionResponse
type GoogleCloudDocumentaiV1TrainProcessorVersionMetadata
    func (s *GoogleCloudDocumentaiV1TrainProcessorVersionMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation
    func (s *GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1TrainProcessorVersionRequest
    func (s *GoogleCloudDocumentaiV1TrainProcessorVersionRequest) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1TrainProcessorVersionRequestCustomDocumentExtractionOptions
    func (s *GoogleCloudDocumentaiV1TrainProcessorVersionRequestCustomDocumentExtractionOptions) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions
    func (s *GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1TrainProcessorVersionRequestInputData
    func (s *GoogleCloudDocumentaiV1TrainProcessorVersionRequestInputData) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1TrainProcessorVersionResponse
    func (s *GoogleCloudDocumentaiV1TrainProcessorVersionResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1UndeployProcessorVersionMetadata
    func (s *GoogleCloudDocumentaiV1UndeployProcessorVersionMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1UndeployProcessorVersionRequest
type GoogleCloudDocumentaiV1UndeployProcessorVersionResponse
type GoogleCloudDocumentaiV1Vertex
    func (s *GoogleCloudDocumentaiV1Vertex) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1Barcode
    func (s *GoogleCloudDocumentaiV1beta1Barcode) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse
    func (s *GoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1BoundingPoly
    func (s *GoogleCloudDocumentaiV1beta1BoundingPoly) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1Document
    func (s *GoogleCloudDocumentaiV1beta1Document) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1DocumentEntity
    func (s *GoogleCloudDocumentaiV1beta1DocumentEntity) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1beta1DocumentEntity) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue
    func (s *GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1beta1DocumentEntityRelation
    func (s *GoogleCloudDocumentaiV1beta1DocumentEntityRelation) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1DocumentPage
    func (s *GoogleCloudDocumentaiV1beta1DocumentPage) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1DocumentPageAnchor
    func (s *GoogleCloudDocumentaiV1beta1DocumentPageAnchor) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef
    func (s *GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1beta1DocumentPageBlock
    func (s *GoogleCloudDocumentaiV1beta1DocumentPageBlock) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1DocumentPageDetectedBarcode
    func (s *GoogleCloudDocumentaiV1beta1DocumentPageDetectedBarcode) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage
    func (s *GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1beta1DocumentPageDimension
    func (s *GoogleCloudDocumentaiV1beta1DocumentPageDimension) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1beta1DocumentPageDimension) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1beta1DocumentPageFormField
    func (s *GoogleCloudDocumentaiV1beta1DocumentPageFormField) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1DocumentPageImage
    func (s *GoogleCloudDocumentaiV1beta1DocumentPageImage) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1DocumentPageImageQualityScores
    func (s *GoogleCloudDocumentaiV1beta1DocumentPageImageQualityScores) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1beta1DocumentPageImageQualityScores) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1beta1DocumentPageImageQualityScoresDetectedDefect
    func (s *GoogleCloudDocumentaiV1beta1DocumentPageImageQualityScoresDetectedDefect) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1beta1DocumentPageImageQualityScoresDetectedDefect) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1beta1DocumentPageLayout
    func (s *GoogleCloudDocumentaiV1beta1DocumentPageLayout) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1beta1DocumentPageLayout) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1beta1DocumentPageLine
    func (s *GoogleCloudDocumentaiV1beta1DocumentPageLine) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1DocumentPageMatrix
    func (s *GoogleCloudDocumentaiV1beta1DocumentPageMatrix) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1DocumentPageParagraph
    func (s *GoogleCloudDocumentaiV1beta1DocumentPageParagraph) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1DocumentPageSymbol
    func (s *GoogleCloudDocumentaiV1beta1DocumentPageSymbol) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1DocumentPageTable
    func (s *GoogleCloudDocumentaiV1beta1DocumentPageTable) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1DocumentPageTableTableCell
    func (s *GoogleCloudDocumentaiV1beta1DocumentPageTableTableCell) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow
    func (s *GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1DocumentPageToken
    func (s *GoogleCloudDocumentaiV1beta1DocumentPageToken) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1DocumentPageTokenDetectedBreak
    func (s *GoogleCloudDocumentaiV1beta1DocumentPageTokenDetectedBreak) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1DocumentPageTokenStyleInfo
    func (s *GoogleCloudDocumentaiV1beta1DocumentPageTokenStyleInfo) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1beta1DocumentPageTokenStyleInfo) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1beta1DocumentPageVisualElement
    func (s *GoogleCloudDocumentaiV1beta1DocumentPageVisualElement) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1DocumentProvenance
    func (s *GoogleCloudDocumentaiV1beta1DocumentProvenance) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1DocumentProvenanceParent
    func (s *GoogleCloudDocumentaiV1beta1DocumentProvenanceParent) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1DocumentRevision
    func (s *GoogleCloudDocumentaiV1beta1DocumentRevision) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview
    func (s *GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1DocumentShardInfo
    func (s *GoogleCloudDocumentaiV1beta1DocumentShardInfo) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1DocumentStyle
    func (s *GoogleCloudDocumentaiV1beta1DocumentStyle) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1DocumentStyleFontSize
    func (s *GoogleCloudDocumentaiV1beta1DocumentStyleFontSize) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1beta1DocumentStyleFontSize) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1beta1DocumentTextAnchor
    func (s *GoogleCloudDocumentaiV1beta1DocumentTextAnchor) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1DocumentTextAnchorTextSegment
    func (s *GoogleCloudDocumentaiV1beta1DocumentTextAnchorTextSegment) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1DocumentTextChange
    func (s *GoogleCloudDocumentaiV1beta1DocumentTextChange) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1GcsDestination
    func (s *GoogleCloudDocumentaiV1beta1GcsDestination) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1GcsSource
    func (s *GoogleCloudDocumentaiV1beta1GcsSource) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1InputConfig
    func (s *GoogleCloudDocumentaiV1beta1InputConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1NormalizedVertex
    func (s *GoogleCloudDocumentaiV1beta1NormalizedVertex) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1beta1NormalizedVertex) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1beta1OperationMetadata
    func (s *GoogleCloudDocumentaiV1beta1OperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1OutputConfig
    func (s *GoogleCloudDocumentaiV1beta1OutputConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1ProcessDocumentResponse
    func (s *GoogleCloudDocumentaiV1beta1ProcessDocumentResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta1Vertex
    func (s *GoogleCloudDocumentaiV1beta1Vertex) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2Barcode
    func (s *GoogleCloudDocumentaiV1beta2Barcode) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2BatchProcessDocumentsResponse
    func (s *GoogleCloudDocumentaiV1beta2BatchProcessDocumentsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2BoundingPoly
    func (s *GoogleCloudDocumentaiV1beta2BoundingPoly) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2Document
    func (s *GoogleCloudDocumentaiV1beta2Document) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2DocumentEntity
    func (s *GoogleCloudDocumentaiV1beta2DocumentEntity) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1beta2DocumentEntity) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue
    func (s *GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1beta2DocumentEntityRelation
    func (s *GoogleCloudDocumentaiV1beta2DocumentEntityRelation) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2DocumentLabel
    func (s *GoogleCloudDocumentaiV1beta2DocumentLabel) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1beta2DocumentLabel) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1beta2DocumentPage
    func (s *GoogleCloudDocumentaiV1beta2DocumentPage) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2DocumentPageAnchor
    func (s *GoogleCloudDocumentaiV1beta2DocumentPageAnchor) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef
    func (s *GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1beta2DocumentPageBlock
    func (s *GoogleCloudDocumentaiV1beta2DocumentPageBlock) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2DocumentPageDetectedBarcode
    func (s *GoogleCloudDocumentaiV1beta2DocumentPageDetectedBarcode) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage
    func (s *GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1beta2DocumentPageDimension
    func (s *GoogleCloudDocumentaiV1beta2DocumentPageDimension) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1beta2DocumentPageDimension) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1beta2DocumentPageFormField
    func (s *GoogleCloudDocumentaiV1beta2DocumentPageFormField) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2DocumentPageImage
    func (s *GoogleCloudDocumentaiV1beta2DocumentPageImage) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScores
    func (s *GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScores) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScores) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScoresDetectedDefect
    func (s *GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScoresDetectedDefect) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScoresDetectedDefect) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1beta2DocumentPageLayout
    func (s *GoogleCloudDocumentaiV1beta2DocumentPageLayout) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1beta2DocumentPageLayout) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1beta2DocumentPageLine
    func (s *GoogleCloudDocumentaiV1beta2DocumentPageLine) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2DocumentPageMatrix
    func (s *GoogleCloudDocumentaiV1beta2DocumentPageMatrix) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2DocumentPageParagraph
    func (s *GoogleCloudDocumentaiV1beta2DocumentPageParagraph) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2DocumentPageSymbol
    func (s *GoogleCloudDocumentaiV1beta2DocumentPageSymbol) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2DocumentPageTable
    func (s *GoogleCloudDocumentaiV1beta2DocumentPageTable) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2DocumentPageTableTableCell
    func (s *GoogleCloudDocumentaiV1beta2DocumentPageTableTableCell) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow
    func (s *GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2DocumentPageToken
    func (s *GoogleCloudDocumentaiV1beta2DocumentPageToken) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2DocumentPageTokenDetectedBreak
    func (s *GoogleCloudDocumentaiV1beta2DocumentPageTokenDetectedBreak) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2DocumentPageTokenStyleInfo
    func (s *GoogleCloudDocumentaiV1beta2DocumentPageTokenStyleInfo) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1beta2DocumentPageTokenStyleInfo) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1beta2DocumentPageVisualElement
    func (s *GoogleCloudDocumentaiV1beta2DocumentPageVisualElement) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2DocumentProvenance
    func (s *GoogleCloudDocumentaiV1beta2DocumentProvenance) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2DocumentProvenanceParent
    func (s *GoogleCloudDocumentaiV1beta2DocumentProvenanceParent) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2DocumentRevision
    func (s *GoogleCloudDocumentaiV1beta2DocumentRevision) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview
    func (s *GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2DocumentShardInfo
    func (s *GoogleCloudDocumentaiV1beta2DocumentShardInfo) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2DocumentStyle
    func (s *GoogleCloudDocumentaiV1beta2DocumentStyle) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2DocumentStyleFontSize
    func (s *GoogleCloudDocumentaiV1beta2DocumentStyleFontSize) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1beta2DocumentStyleFontSize) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1beta2DocumentTextAnchor
    func (s *GoogleCloudDocumentaiV1beta2DocumentTextAnchor) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment
    func (s *GoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2DocumentTextChange
    func (s *GoogleCloudDocumentaiV1beta2DocumentTextChange) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2GcsDestination
    func (s *GoogleCloudDocumentaiV1beta2GcsDestination) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2GcsSource
    func (s *GoogleCloudDocumentaiV1beta2GcsSource) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2InputConfig
    func (s *GoogleCloudDocumentaiV1beta2InputConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2NormalizedVertex
    func (s *GoogleCloudDocumentaiV1beta2NormalizedVertex) MarshalJSON() ([]byte, error)
    func (s *GoogleCloudDocumentaiV1beta2NormalizedVertex) UnmarshalJSON(data []byte) error
type GoogleCloudDocumentaiV1beta2OperationMetadata
    func (s *GoogleCloudDocumentaiV1beta2OperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2OutputConfig
    func (s *GoogleCloudDocumentaiV1beta2OutputConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2ProcessDocumentResponse
    func (s *GoogleCloudDocumentaiV1beta2ProcessDocumentResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta2Vertex
    func (s *GoogleCloudDocumentaiV1beta2Vertex) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsMetadata
    func (s *GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsMetadataIndividualBatchDeleteStatus
    func (s *GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsMetadataIndividualBatchDeleteStatus) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsResponse
type GoogleCloudDocumentaiV1beta3BatchProcessMetadata
    func (s *GoogleCloudDocumentaiV1beta3BatchProcessMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus
    func (s *GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3BatchProcessResponse
type GoogleCloudDocumentaiV1beta3CommonOperationMetadata
    func (s *GoogleCloudDocumentaiV1beta3CommonOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3Dataset
    func (s *GoogleCloudDocumentaiV1beta3Dataset) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3DatasetDocumentWarehouseConfig
    func (s *GoogleCloudDocumentaiV1beta3DatasetDocumentWarehouseConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3DatasetGCSManagedConfig
    func (s *GoogleCloudDocumentaiV1beta3DatasetGCSManagedConfig) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3DatasetSpannerIndexingConfig
type GoogleCloudDocumentaiV1beta3DatasetUnmanagedDatasetConfig
type GoogleCloudDocumentaiV1beta3DeleteProcessorMetadata
    func (s *GoogleCloudDocumentaiV1beta3DeleteProcessorMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3DeleteProcessorVersionMetadata
    func (s *GoogleCloudDocumentaiV1beta3DeleteProcessorVersionMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3DeployProcessorVersionMetadata
    func (s *GoogleCloudDocumentaiV1beta3DeployProcessorVersionMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3DeployProcessorVersionResponse
type GoogleCloudDocumentaiV1beta3DisableProcessorMetadata
    func (s *GoogleCloudDocumentaiV1beta3DisableProcessorMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3DisableProcessorResponse
type GoogleCloudDocumentaiV1beta3DocumentId
    func (s *GoogleCloudDocumentaiV1beta3DocumentId) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3DocumentIdGCSManagedDocumentId
    func (s *GoogleCloudDocumentaiV1beta3DocumentIdGCSManagedDocumentId) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId
    func (s *GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3EnableProcessorMetadata
    func (s *GoogleCloudDocumentaiV1beta3EnableProcessorMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3EnableProcessorResponse
type GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionMetadata
    func (s *GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionResponse
    func (s *GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3GcsPrefix
    func (s *GoogleCloudDocumentaiV1beta3GcsPrefix) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3HumanReviewStatus
    func (s *GoogleCloudDocumentaiV1beta3HumanReviewStatus) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3ImportDocumentsMetadata
    func (s *GoogleCloudDocumentaiV1beta3ImportDocumentsMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataImportConfigValidationResult
    func (s *GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataImportConfigValidationResult) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataIndividualImportStatus
    func (s *GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataIndividualImportStatus) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3ImportDocumentsResponse
type GoogleCloudDocumentaiV1beta3ImportProcessorVersionMetadata
    func (s *GoogleCloudDocumentaiV1beta3ImportProcessorVersionMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3ImportProcessorVersionResponse
    func (s *GoogleCloudDocumentaiV1beta3ImportProcessorVersionResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata
    func (s *GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3ReviewDocumentResponse
    func (s *GoogleCloudDocumentaiV1beta3ReviewDocumentResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3RevisionRef
    func (s *GoogleCloudDocumentaiV1beta3RevisionRef) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionMetadata
    func (s *GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionResponse
type GoogleCloudDocumentaiV1beta3TrainProcessorVersionMetadata
    func (s *GoogleCloudDocumentaiV1beta3TrainProcessorVersionMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3TrainProcessorVersionMetadataDatasetValidation
    func (s *GoogleCloudDocumentaiV1beta3TrainProcessorVersionMetadataDatasetValidation) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3TrainProcessorVersionResponse
    func (s *GoogleCloudDocumentaiV1beta3TrainProcessorVersionResponse) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3UndeployProcessorVersionMetadata
    func (s *GoogleCloudDocumentaiV1beta3UndeployProcessorVersionMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudDocumentaiV1beta3UndeployProcessorVersionResponse
type GoogleCloudDocumentaiV1beta3UpdateDatasetOperationMetadata
    func (s *GoogleCloudDocumentaiV1beta3UpdateDatasetOperationMetadata) MarshalJSON() ([]byte, error)
type GoogleCloudLocationListLocationsResponse
    func (s *GoogleCloudLocationListLocationsResponse) MarshalJSON() ([]byte, error)
type GoogleCloudLocationLocation
    func (s *GoogleCloudLocationLocation) MarshalJSON() ([]byte, error)
type GoogleLongrunningListOperationsResponse
    func (s *GoogleLongrunningListOperationsResponse) MarshalJSON() ([]byte, error)
type GoogleLongrunningOperation
    func (s *GoogleLongrunningOperation) MarshalJSON() ([]byte, error)
type GoogleProtobufEmpty
type GoogleRpcStatus
    func (s *GoogleRpcStatus) MarshalJSON() ([]byte, error)
type GoogleTypeColor
    func (s *GoogleTypeColor) MarshalJSON() ([]byte, error)
    func (s *GoogleTypeColor) UnmarshalJSON(data []byte) error
type GoogleTypeDate
    func (s *GoogleTypeDate) MarshalJSON() ([]byte, error)
type GoogleTypeDateTime
    func (s *GoogleTypeDateTime) MarshalJSON() ([]byte, error)
type GoogleTypeMoney
    func (s *GoogleTypeMoney) MarshalJSON() ([]byte, error)
type GoogleTypePostalAddress
    func (s *GoogleTypePostalAddress) MarshalJSON() ([]byte, error)
type GoogleTypeTimeZone
    func (s *GoogleTypeTimeZone) MarshalJSON() ([]byte, error)
type OperationsDeleteCall
    func (c *OperationsDeleteCall) Context(ctx context.Context) *OperationsDeleteCall
    func (c *OperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *OperationsDeleteCall) Fields(s ...googleapi.Field) *OperationsDeleteCall
    func (c *OperationsDeleteCall) Header() http.Header
type OperationsService
    func NewOperationsService(s *Service) *OperationsService
    func (r *OperationsService) Delete(name string) *OperationsDeleteCall
type ProjectsLocationsFetchProcessorTypesCall
    func (c *ProjectsLocationsFetchProcessorTypesCall) Context(ctx context.Context) *ProjectsLocationsFetchProcessorTypesCall
    func (c *ProjectsLocationsFetchProcessorTypesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDocumentaiV1FetchProcessorTypesResponse, error)
    func (c *ProjectsLocationsFetchProcessorTypesCall) Fields(s ...googleapi.Field) *ProjectsLocationsFetchProcessorTypesCall
    func (c *ProjectsLocationsFetchProcessorTypesCall) Header() http.Header
    func (c *ProjectsLocationsFetchProcessorTypesCall) IfNoneMatch(entityTag string) *ProjectsLocationsFetchProcessorTypesCall
type ProjectsLocationsGetCall
    func (c *ProjectsLocationsGetCall) Context(ctx context.Context) *ProjectsLocationsGetCall
    func (c *ProjectsLocationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudLocationLocation, error)
    func (c *ProjectsLocationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsGetCall
    func (c *ProjectsLocationsGetCall) Header() http.Header
    func (c *ProjectsLocationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsGetCall
type ProjectsLocationsListCall
    func (c *ProjectsLocationsListCall) Context(ctx context.Context) *ProjectsLocationsListCall
    func (c *ProjectsLocationsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudLocationListLocationsResponse, error)
    func (c *ProjectsLocationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsListCall
    func (c *ProjectsLocationsListCall) Filter(filter string) *ProjectsLocationsListCall
    func (c *ProjectsLocationsListCall) Header() http.Header
    func (c *ProjectsLocationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsListCall
    func (c *ProjectsLocationsListCall) PageSize(pageSize int64) *ProjectsLocationsListCall
    func (c *ProjectsLocationsListCall) PageToken(pageToken string) *ProjectsLocationsListCall
    func (c *ProjectsLocationsListCall) Pages(ctx context.Context, f func(*GoogleCloudLocationListLocationsResponse) error) error
type ProjectsLocationsOperationsCancelCall
    func (c *ProjectsLocationsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsOperationsCancelCall
    func (c *ProjectsLocationsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)
    func (c *ProjectsLocationsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsCancelCall
    func (c *ProjectsLocationsOperationsCancelCall) Header() http.Header
type ProjectsLocationsOperationsGetCall
    func (c *ProjectsLocationsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsOperationsGetCall
    func (c *ProjectsLocationsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsGetCall
    func (c *ProjectsLocationsOperationsGetCall) Header() http.Header
    func (c *ProjectsLocationsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsOperationsGetCall
type ProjectsLocationsOperationsListCall
    func (c *ProjectsLocationsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsOperationsListCall
    func (c *ProjectsLocationsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)
    func (c *ProjectsLocationsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsListCall
    func (c *ProjectsLocationsOperationsListCall) Filter(filter string) *ProjectsLocationsOperationsListCall
    func (c *ProjectsLocationsOperationsListCall) Header() http.Header
    func (c *ProjectsLocationsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsOperationsListCall
    func (c *ProjectsLocationsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsOperationsListCall
    func (c *ProjectsLocationsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsOperationsListCall
    func (c *ProjectsLocationsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error
type ProjectsLocationsOperationsService
    func NewProjectsLocationsOperationsService(s *Service) *ProjectsLocationsOperationsService
    func (r *ProjectsLocationsOperationsService) Cancel(name string) *ProjectsLocationsOperationsCancelCall
    func (r *ProjectsLocationsOperationsService) Get(name string) *ProjectsLocationsOperationsGetCall
    func (r *ProjectsLocationsOperationsService) List(name string) *ProjectsLocationsOperationsListCall
type ProjectsLocationsProcessorTypesGetCall
    func (c *ProjectsLocationsProcessorTypesGetCall) Context(ctx context.Context) *ProjectsLocationsProcessorTypesGetCall
    func (c *ProjectsLocationsProcessorTypesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDocumentaiV1ProcessorType, error)
    func (c *ProjectsLocationsProcessorTypesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorTypesGetCall
    func (c *ProjectsLocationsProcessorTypesGetCall) Header() http.Header
    func (c *ProjectsLocationsProcessorTypesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsProcessorTypesGetCall
type ProjectsLocationsProcessorTypesListCall
    func (c *ProjectsLocationsProcessorTypesListCall) Context(ctx context.Context) *ProjectsLocationsProcessorTypesListCall
    func (c *ProjectsLocationsProcessorTypesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDocumentaiV1ListProcessorTypesResponse, error)
    func (c *ProjectsLocationsProcessorTypesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorTypesListCall
    func (c *ProjectsLocationsProcessorTypesListCall) Header() http.Header
    func (c *ProjectsLocationsProcessorTypesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsProcessorTypesListCall
    func (c *ProjectsLocationsProcessorTypesListCall) PageSize(pageSize int64) *ProjectsLocationsProcessorTypesListCall
    func (c *ProjectsLocationsProcessorTypesListCall) PageToken(pageToken string) *ProjectsLocationsProcessorTypesListCall
    func (c *ProjectsLocationsProcessorTypesListCall) Pages(ctx context.Context, f func(*GoogleCloudDocumentaiV1ListProcessorTypesResponse) error) error
type ProjectsLocationsProcessorTypesService
    func NewProjectsLocationsProcessorTypesService(s *Service) *ProjectsLocationsProcessorTypesService
    func (r *ProjectsLocationsProcessorTypesService) Get(name string) *ProjectsLocationsProcessorTypesGetCall
    func (r *ProjectsLocationsProcessorTypesService) List(parent string) *ProjectsLocationsProcessorTypesListCall
type ProjectsLocationsProcessorsBatchProcessCall
    func (c *ProjectsLocationsProcessorsBatchProcessCall) Context(ctx context.Context) *ProjectsLocationsProcessorsBatchProcessCall
    func (c *ProjectsLocationsProcessorsBatchProcessCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsProcessorsBatchProcessCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsBatchProcessCall
    func (c *ProjectsLocationsProcessorsBatchProcessCall) Header() http.Header
type ProjectsLocationsProcessorsCreateCall
    func (c *ProjectsLocationsProcessorsCreateCall) Context(ctx context.Context) *ProjectsLocationsProcessorsCreateCall
    func (c *ProjectsLocationsProcessorsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDocumentaiV1Processor, error)
    func (c *ProjectsLocationsProcessorsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsCreateCall
    func (c *ProjectsLocationsProcessorsCreateCall) Header() http.Header
type ProjectsLocationsProcessorsDeleteCall
    func (c *ProjectsLocationsProcessorsDeleteCall) Context(ctx context.Context) *ProjectsLocationsProcessorsDeleteCall
    func (c *ProjectsLocationsProcessorsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsProcessorsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsDeleteCall
    func (c *ProjectsLocationsProcessorsDeleteCall) Header() http.Header
type ProjectsLocationsProcessorsDisableCall
    func (c *ProjectsLocationsProcessorsDisableCall) Context(ctx context.Context) *ProjectsLocationsProcessorsDisableCall
    func (c *ProjectsLocationsProcessorsDisableCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsProcessorsDisableCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsDisableCall
    func (c *ProjectsLocationsProcessorsDisableCall) Header() http.Header
type ProjectsLocationsProcessorsEnableCall
    func (c *ProjectsLocationsProcessorsEnableCall) Context(ctx context.Context) *ProjectsLocationsProcessorsEnableCall
    func (c *ProjectsLocationsProcessorsEnableCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsProcessorsEnableCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsEnableCall
    func (c *ProjectsLocationsProcessorsEnableCall) Header() http.Header
type ProjectsLocationsProcessorsGetCall
    func (c *ProjectsLocationsProcessorsGetCall) Context(ctx context.Context) *ProjectsLocationsProcessorsGetCall
    func (c *ProjectsLocationsProcessorsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDocumentaiV1Processor, error)
    func (c *ProjectsLocationsProcessorsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsGetCall
    func (c *ProjectsLocationsProcessorsGetCall) Header() http.Header
    func (c *ProjectsLocationsProcessorsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsProcessorsGetCall
type ProjectsLocationsProcessorsHumanReviewConfigReviewDocumentCall
    func (c *ProjectsLocationsProcessorsHumanReviewConfigReviewDocumentCall) Context(ctx context.Context) *ProjectsLocationsProcessorsHumanReviewConfigReviewDocumentCall
    func (c *ProjectsLocationsProcessorsHumanReviewConfigReviewDocumentCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsProcessorsHumanReviewConfigReviewDocumentCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsHumanReviewConfigReviewDocumentCall
    func (c *ProjectsLocationsProcessorsHumanReviewConfigReviewDocumentCall) Header() http.Header
type ProjectsLocationsProcessorsHumanReviewConfigService
    func NewProjectsLocationsProcessorsHumanReviewConfigService(s *Service) *ProjectsLocationsProcessorsHumanReviewConfigService
    func (r *ProjectsLocationsProcessorsHumanReviewConfigService) ReviewDocument(humanReviewConfig string, googleclouddocumentaiv1reviewdocumentrequest *GoogleCloudDocumentaiV1ReviewDocumentRequest) *ProjectsLocationsProcessorsHumanReviewConfigReviewDocumentCall
type ProjectsLocationsProcessorsListCall
    func (c *ProjectsLocationsProcessorsListCall) Context(ctx context.Context) *ProjectsLocationsProcessorsListCall
    func (c *ProjectsLocationsProcessorsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDocumentaiV1ListProcessorsResponse, error)
    func (c *ProjectsLocationsProcessorsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsListCall
    func (c *ProjectsLocationsProcessorsListCall) Header() http.Header
    func (c *ProjectsLocationsProcessorsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsProcessorsListCall
    func (c *ProjectsLocationsProcessorsListCall) PageSize(pageSize int64) *ProjectsLocationsProcessorsListCall
    func (c *ProjectsLocationsProcessorsListCall) PageToken(pageToken string) *ProjectsLocationsProcessorsListCall
    func (c *ProjectsLocationsProcessorsListCall) Pages(ctx context.Context, f func(*GoogleCloudDocumentaiV1ListProcessorsResponse) error) error
type ProjectsLocationsProcessorsProcessCall
    func (c *ProjectsLocationsProcessorsProcessCall) Context(ctx context.Context) *ProjectsLocationsProcessorsProcessCall
    func (c *ProjectsLocationsProcessorsProcessCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDocumentaiV1ProcessResponse, error)
    func (c *ProjectsLocationsProcessorsProcessCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsProcessCall
    func (c *ProjectsLocationsProcessorsProcessCall) Header() http.Header
type ProjectsLocationsProcessorsProcessorVersionsBatchProcessCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsBatchProcessCall) Context(ctx context.Context) *ProjectsLocationsProcessorsProcessorVersionsBatchProcessCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsBatchProcessCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsProcessorsProcessorVersionsBatchProcessCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsProcessorVersionsBatchProcessCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsBatchProcessCall) Header() http.Header
type ProjectsLocationsProcessorsProcessorVersionsDeleteCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsDeleteCall) Context(ctx context.Context) *ProjectsLocationsProcessorsProcessorVersionsDeleteCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsProcessorsProcessorVersionsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsProcessorVersionsDeleteCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsDeleteCall) Header() http.Header
type ProjectsLocationsProcessorsProcessorVersionsDeployCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsDeployCall) Context(ctx context.Context) *ProjectsLocationsProcessorsProcessorVersionsDeployCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsDeployCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsProcessorsProcessorVersionsDeployCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsProcessorVersionsDeployCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsDeployCall) Header() http.Header
type ProjectsLocationsProcessorsProcessorVersionsEvaluateProcessorVersionCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluateProcessorVersionCall) Context(ctx context.Context) *ProjectsLocationsProcessorsProcessorVersionsEvaluateProcessorVersionCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluateProcessorVersionCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluateProcessorVersionCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsProcessorVersionsEvaluateProcessorVersionCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluateProcessorVersionCall) Header() http.Header
type ProjectsLocationsProcessorsProcessorVersionsEvaluationsGetCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluationsGetCall) Context(ctx context.Context) *ProjectsLocationsProcessorsProcessorVersionsEvaluationsGetCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDocumentaiV1Evaluation, error)
    func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsProcessorVersionsEvaluationsGetCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluationsGetCall) Header() http.Header
    func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsProcessorsProcessorVersionsEvaluationsGetCall
type ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall) Context(ctx context.Context) *ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDocumentaiV1ListEvaluationsResponse, error)
    func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall) Header() http.Header
    func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall) PageSize(pageSize int64) *ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall) PageToken(pageToken string) *ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall) Pages(ctx context.Context, f func(*GoogleCloudDocumentaiV1ListEvaluationsResponse) error) error
type ProjectsLocationsProcessorsProcessorVersionsEvaluationsService
    func NewProjectsLocationsProcessorsProcessorVersionsEvaluationsService(s *Service) *ProjectsLocationsProcessorsProcessorVersionsEvaluationsService
    func (r *ProjectsLocationsProcessorsProcessorVersionsEvaluationsService) Get(name string) *ProjectsLocationsProcessorsProcessorVersionsEvaluationsGetCall
    func (r *ProjectsLocationsProcessorsProcessorVersionsEvaluationsService) List(parent string) *ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall
type ProjectsLocationsProcessorsProcessorVersionsGetCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsGetCall) Context(ctx context.Context) *ProjectsLocationsProcessorsProcessorVersionsGetCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDocumentaiV1ProcessorVersion, error)
    func (c *ProjectsLocationsProcessorsProcessorVersionsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsProcessorVersionsGetCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsGetCall) Header() http.Header
    func (c *ProjectsLocationsProcessorsProcessorVersionsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsProcessorsProcessorVersionsGetCall
type ProjectsLocationsProcessorsProcessorVersionsListCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsListCall) Context(ctx context.Context) *ProjectsLocationsProcessorsProcessorVersionsListCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDocumentaiV1ListProcessorVersionsResponse, error)
    func (c *ProjectsLocationsProcessorsProcessorVersionsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsProcessorVersionsListCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsListCall) Header() http.Header
    func (c *ProjectsLocationsProcessorsProcessorVersionsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsProcessorsProcessorVersionsListCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsListCall) PageSize(pageSize int64) *ProjectsLocationsProcessorsProcessorVersionsListCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsListCall) PageToken(pageToken string) *ProjectsLocationsProcessorsProcessorVersionsListCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsListCall) Pages(ctx context.Context, f func(*GoogleCloudDocumentaiV1ListProcessorVersionsResponse) error) error
type ProjectsLocationsProcessorsProcessorVersionsProcessCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsProcessCall) Context(ctx context.Context) *ProjectsLocationsProcessorsProcessorVersionsProcessCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsProcessCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDocumentaiV1ProcessResponse, error)
    func (c *ProjectsLocationsProcessorsProcessorVersionsProcessCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsProcessorVersionsProcessCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsProcessCall) Header() http.Header
type ProjectsLocationsProcessorsProcessorVersionsService
    func NewProjectsLocationsProcessorsProcessorVersionsService(s *Service) *ProjectsLocationsProcessorsProcessorVersionsService
    func (r *ProjectsLocationsProcessorsProcessorVersionsService) BatchProcess(name string, googleclouddocumentaiv1batchprocessrequest *GoogleCloudDocumentaiV1BatchProcessRequest) *ProjectsLocationsProcessorsProcessorVersionsBatchProcessCall
    func (r *ProjectsLocationsProcessorsProcessorVersionsService) Delete(name string) *ProjectsLocationsProcessorsProcessorVersionsDeleteCall
    func (r *ProjectsLocationsProcessorsProcessorVersionsService) Deploy(name string, googleclouddocumentaiv1deployprocessorversionrequest *GoogleCloudDocumentaiV1DeployProcessorVersionRequest) *ProjectsLocationsProcessorsProcessorVersionsDeployCall
    func (r *ProjectsLocationsProcessorsProcessorVersionsService) EvaluateProcessorVersion(processorVersion string, googleclouddocumentaiv1evaluateprocessorversionrequest *GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest) *ProjectsLocationsProcessorsProcessorVersionsEvaluateProcessorVersionCall
    func (r *ProjectsLocationsProcessorsProcessorVersionsService) Get(name string) *ProjectsLocationsProcessorsProcessorVersionsGetCall
    func (r *ProjectsLocationsProcessorsProcessorVersionsService) List(parent string) *ProjectsLocationsProcessorsProcessorVersionsListCall
    func (r *ProjectsLocationsProcessorsProcessorVersionsService) Process(name string, googleclouddocumentaiv1processrequest *GoogleCloudDocumentaiV1ProcessRequest) *ProjectsLocationsProcessorsProcessorVersionsProcessCall
    func (r *ProjectsLocationsProcessorsProcessorVersionsService) Train(parent string, googleclouddocumentaiv1trainprocessorversionrequest *GoogleCloudDocumentaiV1TrainProcessorVersionRequest) *ProjectsLocationsProcessorsProcessorVersionsTrainCall
    func (r *ProjectsLocationsProcessorsProcessorVersionsService) Undeploy(name string, googleclouddocumentaiv1undeployprocessorversionrequest *GoogleCloudDocumentaiV1UndeployProcessorVersionRequest) *ProjectsLocationsProcessorsProcessorVersionsUndeployCall
type ProjectsLocationsProcessorsProcessorVersionsTrainCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsTrainCall) Context(ctx context.Context) *ProjectsLocationsProcessorsProcessorVersionsTrainCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsTrainCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsProcessorsProcessorVersionsTrainCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsProcessorVersionsTrainCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsTrainCall) Header() http.Header
type ProjectsLocationsProcessorsProcessorVersionsUndeployCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsUndeployCall) Context(ctx context.Context) *ProjectsLocationsProcessorsProcessorVersionsUndeployCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsUndeployCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsProcessorsProcessorVersionsUndeployCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsProcessorVersionsUndeployCall
    func (c *ProjectsLocationsProcessorsProcessorVersionsUndeployCall) Header() http.Header
type ProjectsLocationsProcessorsService
    func NewProjectsLocationsProcessorsService(s *Service) *ProjectsLocationsProcessorsService
    func (r *ProjectsLocationsProcessorsService) BatchProcess(name string, googleclouddocumentaiv1batchprocessrequest *GoogleCloudDocumentaiV1BatchProcessRequest) *ProjectsLocationsProcessorsBatchProcessCall
    func (r *ProjectsLocationsProcessorsService) Create(parent string, googleclouddocumentaiv1processor *GoogleCloudDocumentaiV1Processor) *ProjectsLocationsProcessorsCreateCall
    func (r *ProjectsLocationsProcessorsService) Delete(name string) *ProjectsLocationsProcessorsDeleteCall
    func (r *ProjectsLocationsProcessorsService) Disable(name string, googleclouddocumentaiv1disableprocessorrequest *GoogleCloudDocumentaiV1DisableProcessorRequest) *ProjectsLocationsProcessorsDisableCall
    func (r *ProjectsLocationsProcessorsService) Enable(name string, googleclouddocumentaiv1enableprocessorrequest *GoogleCloudDocumentaiV1EnableProcessorRequest) *ProjectsLocationsProcessorsEnableCall
    func (r *ProjectsLocationsProcessorsService) Get(name string) *ProjectsLocationsProcessorsGetCall
    func (r *ProjectsLocationsProcessorsService) List(parent string) *ProjectsLocationsProcessorsListCall
    func (r *ProjectsLocationsProcessorsService) Process(name string, googleclouddocumentaiv1processrequest *GoogleCloudDocumentaiV1ProcessRequest) *ProjectsLocationsProcessorsProcessCall
    func (r *ProjectsLocationsProcessorsService) SetDefaultProcessorVersion(processor string, googleclouddocumentaiv1setdefaultprocessorversionrequest *GoogleCloudDocumentaiV1SetDefaultProcessorVersionRequest) *ProjectsLocationsProcessorsSetDefaultProcessorVersionCall
type ProjectsLocationsProcessorsSetDefaultProcessorVersionCall
    func (c *ProjectsLocationsProcessorsSetDefaultProcessorVersionCall) Context(ctx context.Context) *ProjectsLocationsProcessorsSetDefaultProcessorVersionCall
    func (c *ProjectsLocationsProcessorsSetDefaultProcessorVersionCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsLocationsProcessorsSetDefaultProcessorVersionCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsSetDefaultProcessorVersionCall
    func (c *ProjectsLocationsProcessorsSetDefaultProcessorVersionCall) Header() http.Header
type ProjectsLocationsService
    func NewProjectsLocationsService(s *Service) *ProjectsLocationsService
    func (r *ProjectsLocationsService) FetchProcessorTypes(parent string) *ProjectsLocationsFetchProcessorTypesCall
    func (r *ProjectsLocationsService) Get(name string) *ProjectsLocationsGetCall
    func (r *ProjectsLocationsService) List(name string) *ProjectsLocationsListCall
type ProjectsOperationsGetCall
    func (c *ProjectsOperationsGetCall) Context(ctx context.Context) *ProjectsOperationsGetCall
    func (c *ProjectsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)
    func (c *ProjectsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsOperationsGetCall
    func (c *ProjectsOperationsGetCall) Header() http.Header
    func (c *ProjectsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsOperationsGetCall
type ProjectsOperationsService
    func NewProjectsOperationsService(s *Service) *ProjectsOperationsService
    func (r *ProjectsOperationsService) Get(name string) *ProjectsOperationsGetCall
type ProjectsService
    func NewProjectsService(s *Service) *ProjectsService
type Service
    func New(client *http.Client) (*Service, error)
    func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error)

Package files

documentai-gen.go

Constants

OAuth2 scopes used by this API.

const (
    // See, edit, configure, and delete your Google Cloud data and see the email
    // address for your Google Account.
    CloudPlatformScope = "https://www.googleapis.com/auth/cloud-platform"
)

type GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadata

GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadata: Metadata of the auto-labeling documents operation.

type GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // IndividualAutoLabelStatuses: The list of individual auto-labeling statuses
    // of the dataset documents.
    IndividualAutoLabelStatuses []*GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadataIndividualAutoLabelStatus `json:"individualAutoLabelStatuses,omitempty"`
    // TotalDocumentCount: Total number of the auto-labeling documents.
    TotalDocumentCount int64 `json:"totalDocumentCount,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadataIndividualAutoLabelStatus

GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadataIndividualAutoLabelSt atus: The status of individual documents in the auto-labeling process.

type GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadataIndividualAutoLabelStatus struct {
    // DocumentId: The document id of the auto-labeled document. This will replace
    // the gcs_uri.
    DocumentId *GoogleCloudDocumentaiUiv1beta3DocumentId `json:"documentId,omitempty"`
    // Status: The status of the document auto-labeling.
    Status *GoogleRpcStatus `json:"status,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DocumentId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DocumentId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadataIndividualAutoLabelStatus) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadataIndividualAutoLabelStatus) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsResponse

GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsResponse: The response proto of AutoLabelDocuments method.

type GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsResponse struct {
}

type GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata

type GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ErrorDocumentCount: Total number of documents that failed to be deleted in
    // storage.
    ErrorDocumentCount int64 `json:"errorDocumentCount,omitempty"`
    // IndividualBatchDeleteStatuses: The list of response details of each
    // document.
    IndividualBatchDeleteStatuses []*GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadataIndividualBatchDeleteStatus `json:"individualBatchDeleteStatuses,omitempty"`
    // TotalDocumentCount: Total number of documents deleting from dataset.
    TotalDocumentCount int64 `json:"totalDocumentCount,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadataIndividualBatchDeleteStatus

GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadataIndividualBatchDele teStatus: The status of each individual document in the batch delete process.

type GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadataIndividualBatchDeleteStatus struct {
    // DocumentId: The document id of the document.
    DocumentId *GoogleCloudDocumentaiUiv1beta3DocumentId `json:"documentId,omitempty"`
    // Status: The status of deleting the document in storage.
    Status *GoogleRpcStatus `json:"status,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DocumentId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DocumentId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadataIndividualBatchDeleteStatus) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadataIndividualBatchDeleteStatus) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsResponse

GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsResponse: Response of the delete documents operation.

type GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsResponse struct {
}

type GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata

type GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // DestDatasetType: The destination dataset split type.
    //
    // Possible values:
    //   "DATASET_SPLIT_TYPE_UNSPECIFIED" - Default value if the enum is not set.
    //   "DATASET_SPLIT_TRAIN" - Identifies the train documents.
    //   "DATASET_SPLIT_TEST" - Identifies the test documents.
    //   "DATASET_SPLIT_UNASSIGNED" - Identifies the unassigned documents.
    DestDatasetType string `json:"destDatasetType,omitempty"`
    // DestSplitType: The destination dataset split type.
    //
    // Possible values:
    //   "DATASET_SPLIT_TYPE_UNSPECIFIED" - Default value if the enum is not set.
    //   "DATASET_SPLIT_TRAIN" - Identifies the train documents.
    //   "DATASET_SPLIT_TEST" - Identifies the test documents.
    //   "DATASET_SPLIT_UNASSIGNED" - Identifies the unassigned documents.
    DestSplitType string `json:"destSplitType,omitempty"`
    // IndividualBatchMoveStatuses: The list of response details of each document.
    IndividualBatchMoveStatuses []*GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus `json:"individualBatchMoveStatuses,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus

GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveSt atus: The status of each individual document in the batch move process.

type GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus struct {
    // DocumentId: The document id of the document.
    DocumentId *GoogleCloudDocumentaiUiv1beta3DocumentId `json:"documentId,omitempty"`
    // Status: The status of moving the document.
    Status *GoogleRpcStatus `json:"status,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DocumentId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DocumentId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsResponse

GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsResponse: Response of the batch move documents operation.

type GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsResponse struct {
}

type GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadata

type GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // IndividualBatchUpdateStatuses: The list of response details of each
    // document.
    IndividualBatchUpdateStatuses []*GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadataIndividualBatchUpdateStatus `json:"individualBatchUpdateStatuses,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadataIndividualBatchUpdateStatus

GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadataIndividualBatchUpda teStatus: The status of each individual document in the batch update process.

type GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadataIndividualBatchUpdateStatus struct {
    // DocumentId: The document id of the document.
    DocumentId *GoogleCloudDocumentaiUiv1beta3DocumentId `json:"documentId,omitempty"`
    // Status: The status of updating the document in storage.
    Status *GoogleRpcStatus `json:"status,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DocumentId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DocumentId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadataIndividualBatchUpdateStatus) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadataIndividualBatchUpdateStatus) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsResponse

GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsResponse: Response of the batch update documents operation.

type GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsResponse struct {
}

type GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata

GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata: The common metadata for long running operations.

type GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata struct {
    // CreateTime: The creation time of the operation.
    CreateTime string `json:"createTime,omitempty"`
    // Resource: A related resource to this operation.
    Resource string `json:"resource,omitempty"`
    // State: The state of the operation.
    //
    // Possible values:
    //   "STATE_UNSPECIFIED" - Unspecified state.
    //   "RUNNING" - Operation is still running.
    //   "CANCELLING" - Operation is being cancelled.
    //   "SUCCEEDED" - Operation succeeded.
    //   "FAILED" - Operation failed.
    //   "CANCELLED" - Operation is cancelled.
    State string `json:"state,omitempty"`
    // StateMessage: A message providing more details about the current state of
    // processing.
    StateMessage string `json:"stateMessage,omitempty"`
    // UpdateTime: The last update time of the operation.
    UpdateTime string `json:"updateTime,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3CreateLabelerPoolOperationMetadata

GoogleCloudDocumentaiUiv1beta3CreateLabelerPoolOperationMetadata: The long-running operation metadata for the CreateLabelerPool method.

type GoogleCloudDocumentaiUiv1beta3CreateLabelerPoolOperationMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3CreateLabelerPoolOperationMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3CreateLabelerPoolOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata

GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata: The long-running operation metadata for DeleteLabelerPool.

type GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3DeleteProcessorMetadata

GoogleCloudDocumentaiUiv1beta3DeleteProcessorMetadata: The long-running operation metadata for the DeleteProcessor method.

type GoogleCloudDocumentaiUiv1beta3DeleteProcessorMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3DeleteProcessorMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3DeleteProcessorMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3DeleteProcessorVersionMetadata

GoogleCloudDocumentaiUiv1beta3DeleteProcessorVersionMetadata: The long-running operation metadata for the DeleteProcessorVersion method.

type GoogleCloudDocumentaiUiv1beta3DeleteProcessorVersionMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3DeleteProcessorVersionMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3DeleteProcessorVersionMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionMetadata

GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionMetadata: The long-running operation metadata for the DeployProcessorVersion method.

type GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionResponse

GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionResponse: Response message for the DeployProcessorVersion method.

type GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionResponse struct {
}

type GoogleCloudDocumentaiUiv1beta3DisableProcessorMetadata

GoogleCloudDocumentaiUiv1beta3DisableProcessorMetadata: The long-running operation metadata for the DisableProcessor method.

type GoogleCloudDocumentaiUiv1beta3DisableProcessorMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3DisableProcessorMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3DisableProcessorMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3DisableProcessorResponse

GoogleCloudDocumentaiUiv1beta3DisableProcessorResponse: Response message for the DisableProcessor method. Intentionally empty proto for adding fields in future.

type GoogleCloudDocumentaiUiv1beta3DisableProcessorResponse struct {
}

type GoogleCloudDocumentaiUiv1beta3DocumentId

GoogleCloudDocumentaiUiv1beta3DocumentId: Document Identifier.

type GoogleCloudDocumentaiUiv1beta3DocumentId struct {
    // GcsManagedDocId: A document id within user-managed Cloud Storage.
    GcsManagedDocId *GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId `json:"gcsManagedDocId,omitempty"`
    // RevisionRef: Points to a specific revision of the document if set.
    RevisionRef *GoogleCloudDocumentaiUiv1beta3RevisionRef `json:"revisionRef,omitempty"`
    // UnmanagedDocId: A document id within unmanaged dataset.
    UnmanagedDocId *GoogleCloudDocumentaiUiv1beta3DocumentIdUnmanagedDocumentId `json:"unmanagedDocId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GcsManagedDocId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GcsManagedDocId") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3DocumentId) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3DocumentId) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId

GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId: Identifies a document uniquely within the scope of a dataset in the user-managed Cloud Storage option.

type GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId struct {
    // CwDocId: Id of the document (indexed) managed by Content Warehouse.
    CwDocId string `json:"cwDocId,omitempty"`
    // GcsUri: Required. The Cloud Storage URI where the actual document is stored.
    GcsUri string `json:"gcsUri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CwDocId") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CwDocId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3DocumentIdUnmanagedDocumentId

GoogleCloudDocumentaiUiv1beta3DocumentIdUnmanagedDocumentId: Identifies a document uniquely within the scope of a dataset in unmanaged option.

type GoogleCloudDocumentaiUiv1beta3DocumentIdUnmanagedDocumentId struct {
    // DocId: Required. The id of the document.
    DocId string `json:"docId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DocId") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DocId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3DocumentIdUnmanagedDocumentId) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3DocumentIdUnmanagedDocumentId) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3EnableProcessorMetadata

GoogleCloudDocumentaiUiv1beta3EnableProcessorMetadata: The long-running operation metadata for the EnableProcessor method.

type GoogleCloudDocumentaiUiv1beta3EnableProcessorMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3EnableProcessorMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3EnableProcessorMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3EnableProcessorResponse

GoogleCloudDocumentaiUiv1beta3EnableProcessorResponse: Response message for the EnableProcessor method. Intentionally empty proto for adding fields in future.

type GoogleCloudDocumentaiUiv1beta3EnableProcessorResponse struct {
}

type GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionMetadata

GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionMetadata: Metadata of the EvaluateProcessorVersion method.

type GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionResponse

GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionResponse: Response of the EvaluateProcessorVersion method.

type GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionResponse struct {
    // Evaluation: The resource name of the created evaluation.
    Evaluation string `json:"evaluation,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Evaluation") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Evaluation") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionResponse) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionResponse) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadata

GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadata: Metadata of the batch export documents operation.

type GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // IndividualExportStatuses: The list of response details of each document.
    IndividualExportStatuses []*GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus `json:"individualExportStatuses,omitempty"`
    // SplitExportStats: The list of statistics for each dataset split type.
    SplitExportStats []*GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat `json:"splitExportStats,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus

GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus: The status of each individual document in the export process.

type GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus struct {
    // DocumentId: The path to source docproto of the document.
    DocumentId *GoogleCloudDocumentaiUiv1beta3DocumentId `json:"documentId,omitempty"`
    // OutputGcsDestination: The output_gcs_destination of the exported document if
    // it was successful, otherwise empty.
    OutputGcsDestination string `json:"outputGcsDestination,omitempty"`
    // Status: The status of the exporting of the document.
    Status *GoogleRpcStatus `json:"status,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DocumentId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DocumentId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat

GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat: The statistic representing a dataset split type for this export.

type GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat struct {
    // SplitType: The dataset split type.
    //
    // Possible values:
    //   "DATASET_SPLIT_TYPE_UNSPECIFIED" - Default value if the enum is not set.
    //   "DATASET_SPLIT_TRAIN" - Identifies the train documents.
    //   "DATASET_SPLIT_TEST" - Identifies the test documents.
    //   "DATASET_SPLIT_UNASSIGNED" - Identifies the unassigned documents.
    SplitType string `json:"splitType,omitempty"`
    // TotalDocumentCount: Total number of documents with the given dataset split
    // type to be exported.
    TotalDocumentCount int64 `json:"totalDocumentCount,omitempty"`
    // ForceSendFields is a list of field names (e.g. "SplitType") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "SplitType") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataSplitExportStat) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3ExportDocumentsResponse

GoogleCloudDocumentaiUiv1beta3ExportDocumentsResponse: The response proto of ExportDocuments method.

type GoogleCloudDocumentaiUiv1beta3ExportDocumentsResponse struct {
}

type GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata

GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata: Metadata message associated with the ExportProcessorVersion operation.

type GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata struct {
    // CommonMetadata: The common metadata about the operation.
    CommonMetadata *GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse

GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse: Response message associated with the ExportProcessorVersion operation.

type GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse struct {
    // GcsUri: The Cloud Storage URI containing the output artifacts.
    GcsUri string `json:"gcsUri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GcsUri") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GcsUri") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata

GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata: Metadata of the import document operation.

type GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ImportConfigValidationResults: Validation statuses of the batch documents
    // import config.
    ImportConfigValidationResults []*GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult `json:"importConfigValidationResults,omitempty"`
    // IndividualImportStatuses: The list of response details of each document.
    IndividualImportStatuses []*GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus `json:"individualImportStatuses,omitempty"`
    // TotalDocumentCount: Total number of the documents that are qualified for
    // importing.
    TotalDocumentCount int64 `json:"totalDocumentCount,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult

GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationRe sult: The validation status of each import config. Status is set to an error if there are no documents to import in the `import_config`, or `OK` if the operation will try to proceed with at least one document.

type GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult struct {
    // InputGcsSource: The source Cloud Storage URI specified in the import config.
    InputGcsSource string `json:"inputGcsSource,omitempty"`
    // Status: The validation status of import config.
    Status *GoogleRpcStatus `json:"status,omitempty"`
    // ForceSendFields is a list of field names (e.g. "InputGcsSource") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "InputGcsSource") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataImportConfigValidationResult) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus

GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus: The status of each individual document in the import process.

type GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus struct {
    // InputGcsSource: The source Cloud Storage URI of the document.
    InputGcsSource string `json:"inputGcsSource,omitempty"`
    // OutputDocumentId: The document id of imported document if it was successful,
    // otherwise empty.
    OutputDocumentId *GoogleCloudDocumentaiUiv1beta3DocumentId `json:"outputDocumentId,omitempty"`
    // OutputGcsDestination: The output_gcs_destination of the processed document
    // if it was successful, otherwise empty.
    OutputGcsDestination string `json:"outputGcsDestination,omitempty"`
    // Status: The status of the importing of the document.
    Status *GoogleRpcStatus `json:"status,omitempty"`
    // ForceSendFields is a list of field names (e.g. "InputGcsSource") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "InputGcsSource") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3ImportDocumentsResponse

GoogleCloudDocumentaiUiv1beta3ImportDocumentsResponse: Response of the import document operation.

type GoogleCloudDocumentaiUiv1beta3ImportDocumentsResponse struct {
}

type GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionMetadata

GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionMetadata: The long-running operation metadata for the ImportProcessorVersion method.

type GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionMetadata struct {
    // CommonMetadata: The basic metadata for the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionResponse

GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionResponse: The response message for the ImportProcessorVersion method.

type GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionResponse struct {
    // ProcessorVersion: The destination processor version name.
    ProcessorVersion string `json:"processorVersion,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ProcessorVersion") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ProcessorVersion") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionResponse) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionResponse) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadata

GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadata: The metadata proto of `ResyncDataset` method.

type GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // DatasetResyncStatuses: The list of dataset resync statuses. Not checked when
    // ResyncDatasetRequest.dataset_documents is specified.
    DatasetResyncStatuses []*GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataDatasetResyncStatus `json:"datasetResyncStatuses,omitempty"`
    // IndividualDocumentResyncStatuses: The list of document resync statuses. The
    // same document could have multiple `individual_document_resync_statuses` if
    // it has multiple inconsistencies.
    IndividualDocumentResyncStatuses []*GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataIndividualDocumentResyncStatus `json:"individualDocumentResyncStatuses,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataDatasetResyncStatus

GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataDatasetResyncStatus: Resync status against inconsistency types on the dataset level.

type GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataDatasetResyncStatus struct {
    // DatasetInconsistencyType: The type of the inconsistency of the dataset.
    //
    // Possible values:
    //   "DATASET_INCONSISTENCY_TYPE_UNSPECIFIED" - Default value.
    //   "DATASET_INCONSISTENCY_TYPE_NO_STORAGE_MARKER" - The marker file under the
    // dataset folder is not found.
    DatasetInconsistencyType string `json:"datasetInconsistencyType,omitempty"`
    // Status: The status of resyncing the dataset with regards to the detected
    // inconsistency. Empty if ResyncDatasetRequest.validate_only is `true`.
    Status *GoogleRpcStatus `json:"status,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DatasetInconsistencyType")
    // to unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DatasetInconsistencyType") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataDatasetResyncStatus) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataDatasetResyncStatus) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataIndividualDocumentResyncStatus

GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataIndividualDocumentResyncSt atus: Resync status for each document per inconsistency type.

type GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataIndividualDocumentResyncStatus struct {
    // DocumentId: The document identifier.
    DocumentId *GoogleCloudDocumentaiUiv1beta3DocumentId `json:"documentId,omitempty"`
    // DocumentInconsistencyType: The type of document inconsistency.
    //
    // Possible values:
    //   "DOCUMENT_INCONSISTENCY_TYPE_UNSPECIFIED" - Default value.
    //   "DOCUMENT_INCONSISTENCY_TYPE_INVALID_DOCPROTO" - The document proto is
    // invalid.
    //   "DOCUMENT_INCONSISTENCY_TYPE_MISMATCHED_METADATA" - Indexed docproto
    // metadata is mismatched.
    //   "DOCUMENT_INCONSISTENCY_TYPE_NO_PAGE_IMAGE" - The page image or thumbnails
    // are missing.
    DocumentInconsistencyType string `json:"documentInconsistencyType,omitempty"`
    // Status: The status of resyncing the document with regards to the detected
    // inconsistency. Empty if ResyncDatasetRequest.validate_only is `true`.
    Status *GoogleRpcStatus `json:"status,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DocumentId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DocumentId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataIndividualDocumentResyncStatus) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataIndividualDocumentResyncStatus) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3ResyncDatasetResponse

GoogleCloudDocumentaiUiv1beta3ResyncDatasetResponse: The response proto of ResyncDataset method.

type GoogleCloudDocumentaiUiv1beta3ResyncDatasetResponse struct {
}

type GoogleCloudDocumentaiUiv1beta3RevisionRef

GoogleCloudDocumentaiUiv1beta3RevisionRef: The revision reference specifies which revision on the document to read.

type GoogleCloudDocumentaiUiv1beta3RevisionRef struct {
    // LatestProcessorVersion: Reads the revision generated by the processor
    // version. The format takes the full resource name of processor version.
    // `projects/{project}/locations/{location}/processors/{processor}/processorVers
    // ions/{processorVersion}`
    LatestProcessorVersion string `json:"latestProcessorVersion,omitempty"`
    // RevisionCase: Reads the revision by the predefined case.
    //
    // Possible values:
    //   "REVISION_CASE_UNSPECIFIED" - Unspecified case, fall back to read the
    // `LATEST_HUMAN_REVIEW`.
    //   "LATEST_HUMAN_REVIEW" - The latest revision made by a human.
    //   "LATEST_TIMESTAMP" - The latest revision based on timestamp.
    //   "BASE_OCR_REVISION" - The first (OCR) revision.
    RevisionCase string `json:"revisionCase,omitempty"`
    // RevisionId: Reads the revision given by the id.
    RevisionId string `json:"revisionId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "LatestProcessorVersion") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "LatestProcessorVersion") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3RevisionRef) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3RevisionRef) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3SampleDocumentsMetadata

GoogleCloudDocumentaiUiv1beta3SampleDocumentsMetadata: Metadata of the sample documents operation.

type GoogleCloudDocumentaiUiv1beta3SampleDocumentsMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3SampleDocumentsMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3SampleDocumentsMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponse

GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponse: Response of the sample documents operation.

type GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponse struct {
    // SampleTestStatus: The status of sampling documents in test split.
    SampleTestStatus *GoogleRpcStatus `json:"sampleTestStatus,omitempty"`
    // SampleTrainingStatus: The status of sampling documents in training split.
    SampleTrainingStatus *GoogleRpcStatus `json:"sampleTrainingStatus,omitempty"`
    // SelectedDocuments: The result of the sampling process.
    SelectedDocuments []*GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocument `json:"selectedDocuments,omitempty"`
    // ForceSendFields is a list of field names (e.g. "SampleTestStatus") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "SampleTestStatus") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponse) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocument

type GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocument struct {
    // DocumentId: An internal identifier for document.
    DocumentId string `json:"documentId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DocumentId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DocumentId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocument) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3SampleDocumentsResponseSelectedDocument) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata

GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata: The long-running operation metadata for the SetDefaultProcessorVersion method.

type GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionResponse

GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionResponse: Response message for the SetDefaultProcessorVersion method.

type GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionResponse struct {
}

type GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadata

GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadata: The metadata that represents a processor version being created.

type GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // TestDatasetValidation: The test dataset validation information.
    TestDatasetValidation *GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation `json:"testDatasetValidation,omitempty"`
    // TrainingDatasetValidation: The training dataset validation information.
    TrainingDatasetValidation *GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation `json:"trainingDatasetValidation,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation

GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation:

The dataset validation information. This includes any and all errors with

documents and the dataset.

type GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation struct {
    // DatasetErrorCount: The total number of dataset errors.
    DatasetErrorCount int64 `json:"datasetErrorCount,omitempty"`
    // DatasetErrors: Error information for the dataset as a whole. A maximum of 10
    // dataset errors will be returned. A single dataset error is terminal for
    // training.
    DatasetErrors []*GoogleRpcStatus `json:"datasetErrors,omitempty"`
    // DocumentErrorCount: The total number of document errors.
    DocumentErrorCount int64 `json:"documentErrorCount,omitempty"`
    // DocumentErrors: Error information pertaining to specific documents. A
    // maximum of 10 document errors will be returned. Any document with errors
    // will not be used throughout training.
    DocumentErrors []*GoogleRpcStatus `json:"documentErrors,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DatasetErrorCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DatasetErrorCount") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionResponse

GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionResponse: The response for TrainProcessorVersion.

type GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionResponse struct {
    // ProcessorVersion: The resource name of the processor version produced by
    // training.
    ProcessorVersion string `json:"processorVersion,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ProcessorVersion") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ProcessorVersion") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionResponse) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionResponse) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionMetadata

GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionMetadata: The long-running operation metadata for the UndeployProcessorVersion method.

type GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionResponse

GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionResponse: Response message for the UndeployProcessorVersion method.

type GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionResponse struct {
}

type GoogleCloudDocumentaiUiv1beta3UpdateDatasetOperationMetadata

type GoogleCloudDocumentaiUiv1beta3UpdateDatasetOperationMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3UpdateDatasetOperationMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3UpdateDatasetOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata

GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata: The long-running operation metadata for updating the human review configuration.

type GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiUiv1beta3UpdateLabelerPoolOperationMetadata

GoogleCloudDocumentaiUiv1beta3UpdateLabelerPoolOperationMetadata: The long-running operation metadata for UpdateLabelerPool.

type GoogleCloudDocumentaiUiv1beta3UpdateLabelerPoolOperationMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiUiv1beta3UpdateLabelerPoolOperationMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiUiv1beta3UpdateLabelerPoolOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1Barcode

GoogleCloudDocumentaiV1Barcode: Encodes the detailed information of a barcode.

type GoogleCloudDocumentaiV1Barcode struct {
    // Format: Format of a barcode. The supported formats are: - `CODE_128`: Code
    // 128 type. - `CODE_39`: Code 39 type. - `CODE_93`: Code 93 type. - `CODABAR`:
    // Codabar type. - `DATA_MATRIX`: 2D Data Matrix type. - `ITF`: ITF type. -
    // `EAN_13`: EAN-13 type. - `EAN_8`: EAN-8 type. - `QR_CODE`: 2D QR code type.
    // - `UPC_A`: UPC-A type. - `UPC_E`: UPC-E type. - `PDF417`: PDF417 type. -
    // `AZTEC`: 2D Aztec code type. - `DATABAR`: GS1 DataBar code type.
    Format string `json:"format,omitempty"`
    // RawValue: Raw value encoded in the barcode. For example:
    // `'MEBKM:TITLE:Google;URL:https://www.google.com;;'`.
    RawValue string `json:"rawValue,omitempty"`
    // ValueFormat: Value format describes the format of the value that a barcode
    // encodes. The supported formats are: - `CONTACT_INFO`: Contact information. -
    // `EMAIL`: Email address. - `ISBN`: ISBN identifier. - `PHONE`: Phone number.
    // - `PRODUCT`: Product. - `SMS`: SMS message. - `TEXT`: Text string. - `URL`:
    // URL address. - `WIFI`: Wifi information. - `GEO`: Geo-localization. -
    // `CALENDAR_EVENT`: Calendar event. - `DRIVER_LICENSE`: Driver's license.
    ValueFormat string `json:"valueFormat,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Format") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Format") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1Barcode) MarshalJSON

func (s *GoogleCloudDocumentaiV1Barcode) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1BatchDocumentsInputConfig

GoogleCloudDocumentaiV1BatchDocumentsInputConfig: The common config to specify a set of documents used as input.

type GoogleCloudDocumentaiV1BatchDocumentsInputConfig struct {
    // GcsDocuments: The set of documents individually specified on Cloud Storage.
    GcsDocuments *GoogleCloudDocumentaiV1GcsDocuments `json:"gcsDocuments,omitempty"`
    // GcsPrefix: The set of documents that match the specified Cloud Storage
    // `gcs_prefix`.
    GcsPrefix *GoogleCloudDocumentaiV1GcsPrefix `json:"gcsPrefix,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GcsDocuments") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GcsDocuments") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1BatchDocumentsInputConfig) MarshalJSON

func (s *GoogleCloudDocumentaiV1BatchDocumentsInputConfig) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1BatchProcessMetadata

GoogleCloudDocumentaiV1BatchProcessMetadata: The long-running operation metadata for BatchProcessDocuments.

type GoogleCloudDocumentaiV1BatchProcessMetadata struct {
    // CreateTime: The creation time of the operation.
    CreateTime string `json:"createTime,omitempty"`
    // IndividualProcessStatuses: The list of response details of each document.
    IndividualProcessStatuses []*GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus `json:"individualProcessStatuses,omitempty"`
    // State: The state of the current batch processing.
    //
    // Possible values:
    //   "STATE_UNSPECIFIED" - The default value. This value is used if the state
    // is omitted.
    //   "WAITING" - Request operation is waiting for scheduling.
    //   "RUNNING" - Request is being processed.
    //   "SUCCEEDED" - The batch processing completed successfully.
    //   "CANCELLING" - The batch processing was being cancelled.
    //   "CANCELLED" - The batch processing was cancelled.
    //   "FAILED" - The batch processing has failed.
    State string `json:"state,omitempty"`
    // StateMessage: A message providing more details about the current state of
    // processing. For example, the error message if the operation is failed.
    StateMessage string `json:"stateMessage,omitempty"`
    // UpdateTime: The last update time of the operation.
    UpdateTime string `json:"updateTime,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1BatchProcessMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1BatchProcessMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus

GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus: The status of a each individual document in the batch process.

type GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus struct {
    // HumanReviewStatus: The status of human review on the processed document.
    HumanReviewStatus *GoogleCloudDocumentaiV1HumanReviewStatus `json:"humanReviewStatus,omitempty"`
    // InputGcsSource: The source of the document, same as the input_gcs_source
    // field in the request when the batch process started.
    InputGcsSource string `json:"inputGcsSource,omitempty"`
    // OutputGcsDestination: The Cloud Storage output destination (in the request
    // as DocumentOutputConfig.GcsOutputConfig.gcs_uri) of the processed document
    // if it was successful, otherwise empty.
    OutputGcsDestination string `json:"outputGcsDestination,omitempty"`
    // Status: The status processing the document.
    Status *GoogleRpcStatus `json:"status,omitempty"`
    // ForceSendFields is a list of field names (e.g. "HumanReviewStatus") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "HumanReviewStatus") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus) MarshalJSON

func (s *GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1BatchProcessRequest

GoogleCloudDocumentaiV1BatchProcessRequest: Request message for BatchProcessDocuments.

type GoogleCloudDocumentaiV1BatchProcessRequest struct {
    // DocumentOutputConfig: The output configuration for the BatchProcessDocuments
    // method.
    DocumentOutputConfig *GoogleCloudDocumentaiV1DocumentOutputConfig `json:"documentOutputConfig,omitempty"`
    // InputDocuments: The input documents for the BatchProcessDocuments method.
    InputDocuments *GoogleCloudDocumentaiV1BatchDocumentsInputConfig `json:"inputDocuments,omitempty"`
    // Labels: Optional. The labels with user-defined metadata for the request.
    // Label keys and values can be no longer than 63 characters (Unicode
    // codepoints) and can only contain lowercase letters, numeric characters,
    // underscores, and dashes. International characters are allowed. Label values
    // are optional. Label keys must start with a letter.
    Labels map[string]string `json:"labels,omitempty"`
    // ProcessOptions: Inference-time options for the process API
    ProcessOptions *GoogleCloudDocumentaiV1ProcessOptions `json:"processOptions,omitempty"`
    // SkipHumanReview: Whether human review should be skipped for this request.
    // Default to `false`.
    SkipHumanReview bool `json:"skipHumanReview,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DocumentOutputConfig") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DocumentOutputConfig") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1BatchProcessRequest) MarshalJSON

func (s *GoogleCloudDocumentaiV1BatchProcessRequest) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1BatchProcessResponse

GoogleCloudDocumentaiV1BatchProcessResponse: Response message for BatchProcessDocuments.

type GoogleCloudDocumentaiV1BatchProcessResponse struct {
}

type GoogleCloudDocumentaiV1BoundingPoly

GoogleCloudDocumentaiV1BoundingPoly: A bounding polygon for the detected image annotation.

type GoogleCloudDocumentaiV1BoundingPoly struct {
    // NormalizedVertices: The bounding polygon normalized vertices.
    NormalizedVertices []*GoogleCloudDocumentaiV1NormalizedVertex `json:"normalizedVertices,omitempty"`
    // Vertices: The bounding polygon vertices.
    Vertices []*GoogleCloudDocumentaiV1Vertex `json:"vertices,omitempty"`
    // ForceSendFields is a list of field names (e.g. "NormalizedVertices") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NormalizedVertices") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1BoundingPoly) MarshalJSON

func (s *GoogleCloudDocumentaiV1BoundingPoly) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1CommonOperationMetadata

GoogleCloudDocumentaiV1CommonOperationMetadata: The common metadata for long running operations.

type GoogleCloudDocumentaiV1CommonOperationMetadata struct {
    // CreateTime: The creation time of the operation.
    CreateTime string `json:"createTime,omitempty"`
    // Resource: A related resource to this operation.
    Resource string `json:"resource,omitempty"`
    // State: The state of the operation.
    //
    // Possible values:
    //   "STATE_UNSPECIFIED" - Unspecified state.
    //   "RUNNING" - Operation is still running.
    //   "CANCELLING" - Operation is being cancelled.
    //   "SUCCEEDED" - Operation succeeded.
    //   "FAILED" - Operation failed.
    //   "CANCELLED" - Operation is cancelled.
    State string `json:"state,omitempty"`
    // StateMessage: A message providing more details about the current state of
    // processing.
    StateMessage string `json:"stateMessage,omitempty"`
    // UpdateTime: The last update time of the operation.
    UpdateTime string `json:"updateTime,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1CommonOperationMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1CommonOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DeleteProcessorMetadata

GoogleCloudDocumentaiV1DeleteProcessorMetadata: The long-running operation metadata for the DeleteProcessor method.

type GoogleCloudDocumentaiV1DeleteProcessorMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiV1CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DeleteProcessorMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1DeleteProcessorMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DeleteProcessorVersionMetadata

GoogleCloudDocumentaiV1DeleteProcessorVersionMetadata: The long-running operation metadata for the DeleteProcessorVersion method.

type GoogleCloudDocumentaiV1DeleteProcessorVersionMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiV1CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DeleteProcessorVersionMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1DeleteProcessorVersionMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DeployProcessorVersionMetadata

GoogleCloudDocumentaiV1DeployProcessorVersionMetadata: The long-running operation metadata for the DeployProcessorVersion method.

type GoogleCloudDocumentaiV1DeployProcessorVersionMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiV1CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DeployProcessorVersionMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1DeployProcessorVersionMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DeployProcessorVersionRequest

GoogleCloudDocumentaiV1DeployProcessorVersionRequest: Request message for the DeployProcessorVersion method.

type GoogleCloudDocumentaiV1DeployProcessorVersionRequest struct {
}

type GoogleCloudDocumentaiV1DeployProcessorVersionResponse

GoogleCloudDocumentaiV1DeployProcessorVersionResponse: Response message for the DeployProcessorVersion method.

type GoogleCloudDocumentaiV1DeployProcessorVersionResponse struct {
}

type GoogleCloudDocumentaiV1DisableProcessorMetadata

GoogleCloudDocumentaiV1DisableProcessorMetadata: The long-running operation metadata for the DisableProcessor method.

type GoogleCloudDocumentaiV1DisableProcessorMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiV1CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DisableProcessorMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1DisableProcessorMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DisableProcessorRequest

GoogleCloudDocumentaiV1DisableProcessorRequest: Request message for the DisableProcessor method.

type GoogleCloudDocumentaiV1DisableProcessorRequest struct {
}

type GoogleCloudDocumentaiV1DisableProcessorResponse

GoogleCloudDocumentaiV1DisableProcessorResponse: Response message for the DisableProcessor method. Intentionally empty proto for adding fields in future.

type GoogleCloudDocumentaiV1DisableProcessorResponse struct {
}

type GoogleCloudDocumentaiV1Document

GoogleCloudDocumentaiV1Document: Document represents the canonical document resource in Document AI. It is an interchange format that provides insights into documents and allows for collaboration between users and Document AI to iterate and optimize for quality.

type GoogleCloudDocumentaiV1Document struct {
    // Content: Optional. Inline document content, represented as a stream of
    // bytes. Note: As with all `bytes` fields, protobuffers use a pure binary
    // representation, whereas JSON representations use base64.
    Content string `json:"content,omitempty"`
    // Entities: A list of entities detected on Document.text. For document shards,
    // entities in this list may cross shard boundaries.
    Entities []*GoogleCloudDocumentaiV1DocumentEntity `json:"entities,omitempty"`
    // EntityRelations: Placeholder. Relationship among Document.entities.
    EntityRelations []*GoogleCloudDocumentaiV1DocumentEntityRelation `json:"entityRelations,omitempty"`
    // Error: Any error that occurred while processing this document.
    Error *GoogleRpcStatus `json:"error,omitempty"`
    // MimeType: An IANA published media type (MIME type)
    // (https://www.iana.org/assignments/media-types/media-types.xhtml).
    MimeType string `json:"mimeType,omitempty"`
    // Pages: Visual page layout for the Document.
    Pages []*GoogleCloudDocumentaiV1DocumentPage `json:"pages,omitempty"`
    // Revisions: Placeholder. Revision history of this document.
    Revisions []*GoogleCloudDocumentaiV1DocumentRevision `json:"revisions,omitempty"`
    // ShardInfo: Information about the sharding if this document is sharded part
    // of a larger document. If the document is not sharded, this message is not
    // specified.
    ShardInfo *GoogleCloudDocumentaiV1DocumentShardInfo `json:"shardInfo,omitempty"`
    // Text: Optional. UTF-8 encoded text in reading order from the document.
    Text string `json:"text,omitempty"`
    // TextChanges: Placeholder. A list of text corrections made to Document.text.
    // This is usually used for annotating corrections to OCR mistakes. Text
    // changes for a given revision may not overlap with each other.
    TextChanges []*GoogleCloudDocumentaiV1DocumentTextChange `json:"textChanges,omitempty"`
    // TextStyles: Styles for the Document.text.
    TextStyles []*GoogleCloudDocumentaiV1DocumentStyle `json:"textStyles,omitempty"`
    // Uri: Optional. Currently supports Google Cloud Storage URI of the form
    // `gs://bucket_name/object_name`. Object versioning is not supported. For more
    // information, refer to Google Cloud Storage Request URIs
    // (https://cloud.google.com/storage/docs/reference-uris).
    Uri string `json:"uri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Content") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Content") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1Document) MarshalJSON

func (s *GoogleCloudDocumentaiV1Document) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentEntity

GoogleCloudDocumentaiV1DocumentEntity: An entity that could be a phrase in the text or a property that belongs to the document. It is a known entity type, such as a person, an organization, or location.

type GoogleCloudDocumentaiV1DocumentEntity struct {
    // Confidence: Optional. Confidence of detected Schema entity. Range `[0, 1]`.
    Confidence float64 `json:"confidence,omitempty"`
    // Id: Optional. Canonical id. This will be a unique value in the entity list
    // for this document.
    Id string `json:"id,omitempty"`
    // MentionId: Optional. Deprecated. Use `id` field instead.
    MentionId string `json:"mentionId,omitempty"`
    // MentionText: Optional. Text value of the entity e.g. `1600 Amphitheatre
    // Pkwy`.
    MentionText string `json:"mentionText,omitempty"`
    // NormalizedValue: Optional. Normalized entity value. Absent if the extracted
    // value could not be converted or the type (e.g. address) is not supported for
    // certain parsers. This field is also only populated for certain supported
    // document types.
    NormalizedValue *GoogleCloudDocumentaiV1DocumentEntityNormalizedValue `json:"normalizedValue,omitempty"`
    // PageAnchor: Optional. Represents the provenance of this entity wrt. the
    // location on the page where it was found.
    PageAnchor *GoogleCloudDocumentaiV1DocumentPageAnchor `json:"pageAnchor,omitempty"`
    // Properties: Optional. Entities can be nested to form a hierarchical data
    // structure representing the content in the document.
    Properties []*GoogleCloudDocumentaiV1DocumentEntity `json:"properties,omitempty"`
    // Provenance: Optional. The history of this annotation.
    Provenance *GoogleCloudDocumentaiV1DocumentProvenance `json:"provenance,omitempty"`
    // Redacted: Optional. Whether the entity will be redacted for
    // de-identification purposes.
    Redacted bool `json:"redacted,omitempty"`
    // TextAnchor: Optional. Provenance of the entity. Text anchor indexing into
    // the Document.text.
    TextAnchor *GoogleCloudDocumentaiV1DocumentTextAnchor `json:"textAnchor,omitempty"`
    // Type: Required. Entity type from a schema e.g. `Address`.
    Type string `json:"type,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Confidence") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Confidence") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentEntity) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentEntity) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1DocumentEntity) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentEntity) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1DocumentEntityNormalizedValue

GoogleCloudDocumentaiV1DocumentEntityNormalizedValue: Parsed and normalized entity value.

type GoogleCloudDocumentaiV1DocumentEntityNormalizedValue struct {
    // AddressValue: Postal address. See also:
    // https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
    AddressValue *GoogleTypePostalAddress `json:"addressValue,omitempty"`
    // BooleanValue: Boolean value. Can be used for entities with binary values, or
    // for checkboxes.
    BooleanValue bool `json:"booleanValue,omitempty"`
    // DateValue: Date value. Includes year, month, day. See also:
    // https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
    DateValue *GoogleTypeDate `json:"dateValue,omitempty"`
    // DatetimeValue: DateTime value. Includes date, time, and timezone. See also:
    // https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
    DatetimeValue *GoogleTypeDateTime `json:"datetimeValue,omitempty"`
    // FloatValue: Float value.
    FloatValue float64 `json:"floatValue,omitempty"`
    // IntegerValue: Integer value.
    IntegerValue int64 `json:"integerValue,omitempty"`
    // MoneyValue: Money value. See also:
    // https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
    MoneyValue *GoogleTypeMoney `json:"moneyValue,omitempty"`
    // Text: Optional. An optional field to store a normalized string. For some
    // entity types, one of respective `structured_value` fields may also be
    // populated. Also not all the types of `structured_value` will be normalized.
    // For example, some processors may not generate `float` or `integer`
    // normalized text by default. Below are sample formats mapped to structured
    // values. - Money/Currency type (`money_value`) is in the ISO 4217 text
    // format. - Date type (`date_value`) is in the ISO 8601 text format. -
    // Datetime type (`datetime_value`) is in the ISO 8601 text format.
    Text string `json:"text,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AddressValue") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AddressValue") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentEntityNormalizedValue) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentEntityNormalizedValue) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1DocumentEntityNormalizedValue) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentEntityNormalizedValue) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1DocumentEntityRelation

GoogleCloudDocumentaiV1DocumentEntityRelation: Relationship between Entities.

type GoogleCloudDocumentaiV1DocumentEntityRelation struct {
    // ObjectId: Object entity id.
    ObjectId string `json:"objectId,omitempty"`
    // Relation: Relationship description.
    Relation string `json:"relation,omitempty"`
    // SubjectId: Subject entity id.
    SubjectId string `json:"subjectId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ObjectId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ObjectId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentEntityRelation) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentEntityRelation) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentOutputConfig

GoogleCloudDocumentaiV1DocumentOutputConfig: Config that controls the output of documents. All documents will be written as a JSON file.

type GoogleCloudDocumentaiV1DocumentOutputConfig struct {
    // GcsOutputConfig: Output config to write the results to Cloud Storage.
    GcsOutputConfig *GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig `json:"gcsOutputConfig,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GcsOutputConfig") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GcsOutputConfig") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentOutputConfig) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentOutputConfig) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig

GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig: The configuration used when outputting documents.

type GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig struct {
    // FieldMask: Specifies which fields to include in the output documents. Only
    // supports top level document and pages field so it must be in the form of
    // `{document_field_name}` or `pages.{page_field_name}`.
    FieldMask string `json:"fieldMask,omitempty"`
    // GcsUri: The Cloud Storage uri (a directory) of the output.
    GcsUri string `json:"gcsUri,omitempty"`
    // ShardingConfig: Specifies the sharding config for the output document.
    ShardingConfig *GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfigShardingConfig `json:"shardingConfig,omitempty"`
    // ForceSendFields is a list of field names (e.g. "FieldMask") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FieldMask") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfigShardingConfig

GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfigShardingConfig: The sharding config for the output document.

type GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfigShardingConfig struct {
    // PagesOverlap: The number of overlapping pages between consecutive shards.
    PagesOverlap int64 `json:"pagesOverlap,omitempty"`
    // PagesPerShard: The number of pages per shard.
    PagesPerShard int64 `json:"pagesPerShard,omitempty"`
    // ForceSendFields is a list of field names (e.g. "PagesOverlap") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "PagesOverlap") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfigShardingConfig) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfigShardingConfig) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentPage

GoogleCloudDocumentaiV1DocumentPage: A page in a Document.

type GoogleCloudDocumentaiV1DocumentPage struct {
    // Blocks: A list of visually detected text blocks on the page. A block has a
    // set of lines (collected into paragraphs) that have a common line-spacing and
    // orientation.
    Blocks []*GoogleCloudDocumentaiV1DocumentPageBlock `json:"blocks,omitempty"`
    // DetectedBarcodes: A list of detected barcodes.
    DetectedBarcodes []*GoogleCloudDocumentaiV1DocumentPageDetectedBarcode `json:"detectedBarcodes,omitempty"`
    // DetectedLanguages: A list of detected languages together with confidence.
    DetectedLanguages []*GoogleCloudDocumentaiV1DocumentPageDetectedLanguage `json:"detectedLanguages,omitempty"`
    // Dimension: Physical dimension of the page.
    Dimension *GoogleCloudDocumentaiV1DocumentPageDimension `json:"dimension,omitempty"`
    // FormFields: A list of visually detected form fields on the page.
    FormFields []*GoogleCloudDocumentaiV1DocumentPageFormField `json:"formFields,omitempty"`
    // Image: Rendered image for this page. This image is preprocessed to remove
    // any skew, rotation, and distortions such that the annotation bounding boxes
    // can be upright and axis-aligned.
    Image *GoogleCloudDocumentaiV1DocumentPageImage `json:"image,omitempty"`
    // ImageQualityScores: Image quality scores.
    ImageQualityScores *GoogleCloudDocumentaiV1DocumentPageImageQualityScores `json:"imageQualityScores,omitempty"`
    // Layout: Layout for the page.
    Layout *GoogleCloudDocumentaiV1DocumentPageLayout `json:"layout,omitempty"`
    // Lines: A list of visually detected text lines on the page. A collection of
    // tokens that a human would perceive as a line.
    Lines []*GoogleCloudDocumentaiV1DocumentPageLine `json:"lines,omitempty"`
    // PageNumber: 1-based index for current Page in a parent Document. Useful when
    // a page is taken out of a Document for individual processing.
    PageNumber int64 `json:"pageNumber,omitempty"`
    // Paragraphs: A list of visually detected text paragraphs on the page. A
    // collection of lines that a human would perceive as a paragraph.
    Paragraphs []*GoogleCloudDocumentaiV1DocumentPageParagraph `json:"paragraphs,omitempty"`
    // Provenance: The history of this page.
    Provenance *GoogleCloudDocumentaiV1DocumentProvenance `json:"provenance,omitempty"`
    // Symbols: A list of visually detected symbols on the page.
    Symbols []*GoogleCloudDocumentaiV1DocumentPageSymbol `json:"symbols,omitempty"`
    // Tables: A list of visually detected tables on the page.
    Tables []*GoogleCloudDocumentaiV1DocumentPageTable `json:"tables,omitempty"`
    // Tokens: A list of visually detected tokens on the page.
    Tokens []*GoogleCloudDocumentaiV1DocumentPageToken `json:"tokens,omitempty"`
    // Transforms: Transformation matrices that were applied to the original
    // document image to produce Page.image.
    Transforms []*GoogleCloudDocumentaiV1DocumentPageMatrix `json:"transforms,omitempty"`
    // VisualElements: A list of detected non-text visual elements e.g. checkbox,
    // signature etc. on the page.
    VisualElements []*GoogleCloudDocumentaiV1DocumentPageVisualElement `json:"visualElements,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Blocks") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Blocks") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentPage) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPage) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentPageAnchor

GoogleCloudDocumentaiV1DocumentPageAnchor: Referencing the visual context of the entity in the Document.pages. Page anchors can be cross-page, consist of multiple bounding polygons and optionally reference specific layout element types.

type GoogleCloudDocumentaiV1DocumentPageAnchor struct {
    // PageRefs: One or more references to visual page elements
    PageRefs []*GoogleCloudDocumentaiV1DocumentPageAnchorPageRef `json:"pageRefs,omitempty"`
    // ForceSendFields is a list of field names (e.g. "PageRefs") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "PageRefs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentPageAnchor) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPageAnchor) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentPageAnchorPageRef

GoogleCloudDocumentaiV1DocumentPageAnchorPageRef: Represents a weak reference to a page element within a document.

type GoogleCloudDocumentaiV1DocumentPageAnchorPageRef struct {
    // BoundingPoly: Optional. Identifies the bounding polygon of a layout element
    // on the page. If `layout_type` is set, the bounding polygon must be exactly
    // the same to the layout element it's referring to.
    BoundingPoly *GoogleCloudDocumentaiV1BoundingPoly `json:"boundingPoly,omitempty"`
    // Confidence: Optional. Confidence of detected page element, if applicable.
    // Range `[0, 1]`.
    Confidence float64 `json:"confidence,omitempty"`
    // LayoutId: Optional. Deprecated. Use PageRef.bounding_poly instead.
    LayoutId string `json:"layoutId,omitempty"`
    // LayoutType: Optional. The type of the layout element that is being
    // referenced if any.
    //
    // Possible values:
    //   "LAYOUT_TYPE_UNSPECIFIED" - Layout Unspecified.
    //   "BLOCK" - References a Page.blocks element.
    //   "PARAGRAPH" - References a Page.paragraphs element.
    //   "LINE" - References a Page.lines element.
    //   "TOKEN" - References a Page.tokens element.
    //   "VISUAL_ELEMENT" - References a Page.visual_elements element.
    //   "TABLE" - Refrrences a Page.tables element.
    //   "FORM_FIELD" - References a Page.form_fields element.
    LayoutType string `json:"layoutType,omitempty"`
    // Page: Required. Index into the Document.pages element, for example using
    // `Document.pages` to locate the related page element. This field is skipped
    // when its value is the default `0`. See
    // https://developers.google.com/protocol-buffers/docs/proto3#json.
    Page int64 `json:"page,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "BoundingPoly") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BoundingPoly") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentPageAnchorPageRef) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPageAnchorPageRef) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1DocumentPageAnchorPageRef) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPageAnchorPageRef) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1DocumentPageBlock

GoogleCloudDocumentaiV1DocumentPageBlock: A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.

type GoogleCloudDocumentaiV1DocumentPageBlock struct {
    // DetectedLanguages: A list of detected languages together with confidence.
    DetectedLanguages []*GoogleCloudDocumentaiV1DocumentPageDetectedLanguage `json:"detectedLanguages,omitempty"`
    // Layout: Layout for Block.
    Layout *GoogleCloudDocumentaiV1DocumentPageLayout `json:"layout,omitempty"`
    // Provenance: The history of this annotation.
    Provenance *GoogleCloudDocumentaiV1DocumentProvenance `json:"provenance,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DetectedLanguages") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DetectedLanguages") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentPageBlock) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPageBlock) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentPageDetectedBarcode

GoogleCloudDocumentaiV1DocumentPageDetectedBarcode: A detected barcode.

type GoogleCloudDocumentaiV1DocumentPageDetectedBarcode struct {
    // Barcode: Detailed barcode information of the DetectedBarcode.
    Barcode *GoogleCloudDocumentaiV1Barcode `json:"barcode,omitempty"`
    // Layout: Layout for DetectedBarcode.
    Layout *GoogleCloudDocumentaiV1DocumentPageLayout `json:"layout,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Barcode") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Barcode") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentPageDetectedBarcode) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPageDetectedBarcode) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentPageDetectedLanguage

GoogleCloudDocumentaiV1DocumentPageDetectedLanguage: Detected language for a structural component.

type GoogleCloudDocumentaiV1DocumentPageDetectedLanguage struct {
    // Confidence: Confidence of detected language. Range `[0, 1]`.
    Confidence float64 `json:"confidence,omitempty"`
    // LanguageCode: The BCP-47 language code
    // (https://www.unicode.org/reports/tr35/#Unicode_locale_identifier), such as
    // `en-US` or `sr-Latn`.
    LanguageCode string `json:"languageCode,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Confidence") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Confidence") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentPageDetectedLanguage) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPageDetectedLanguage) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1DocumentPageDetectedLanguage) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPageDetectedLanguage) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1DocumentPageDimension

GoogleCloudDocumentaiV1DocumentPageDimension: Dimension for the page.

type GoogleCloudDocumentaiV1DocumentPageDimension struct {
    // Height: Page height.
    Height float64 `json:"height,omitempty"`
    // Unit: Dimension unit.
    Unit string `json:"unit,omitempty"`
    // Width: Page width.
    Width float64 `json:"width,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Height") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Height") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentPageDimension) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPageDimension) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1DocumentPageDimension) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPageDimension) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1DocumentPageFormField

GoogleCloudDocumentaiV1DocumentPageFormField: A form field detected on the page.

type GoogleCloudDocumentaiV1DocumentPageFormField struct {
    // CorrectedKeyText: Created for Labeling UI to export key text. If corrections
    // were made to the text identified by the `field_name.text_anchor`, this field
    // will contain the correction.
    CorrectedKeyText string `json:"correctedKeyText,omitempty"`
    // CorrectedValueText: Created for Labeling UI to export value text. If
    // corrections were made to the text identified by the
    // `field_value.text_anchor`, this field will contain the correction.
    CorrectedValueText string `json:"correctedValueText,omitempty"`
    // FieldName: Layout for the FormField name. e.g. `Address`, `Email`, `Grand
    // total`, `Phone number`, etc.
    FieldName *GoogleCloudDocumentaiV1DocumentPageLayout `json:"fieldName,omitempty"`
    // FieldValue: Layout for the FormField value.
    FieldValue *GoogleCloudDocumentaiV1DocumentPageLayout `json:"fieldValue,omitempty"`
    // NameDetectedLanguages: A list of detected languages for name together with
    // confidence.
    NameDetectedLanguages []*GoogleCloudDocumentaiV1DocumentPageDetectedLanguage `json:"nameDetectedLanguages,omitempty"`
    // Provenance: The history of this annotation.
    Provenance *GoogleCloudDocumentaiV1DocumentProvenance `json:"provenance,omitempty"`
    // ValueDetectedLanguages: A list of detected languages for value together with
    // confidence.
    ValueDetectedLanguages []*GoogleCloudDocumentaiV1DocumentPageDetectedLanguage `json:"valueDetectedLanguages,omitempty"`
    // ValueType: If the value is non-textual, this field represents the type.
    // Current valid values are: - blank (this indicates the `field_value` is
    // normal text) - `unfilled_checkbox` - `filled_checkbox`
    ValueType string `json:"valueType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CorrectedKeyText") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CorrectedKeyText") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentPageFormField) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPageFormField) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentPageImage

GoogleCloudDocumentaiV1DocumentPageImage: Rendered image contents for this page.

type GoogleCloudDocumentaiV1DocumentPageImage struct {
    // Content: Raw byte content of the image.
    Content string `json:"content,omitempty"`
    // Height: Height of the image in pixels.
    Height int64 `json:"height,omitempty"`
    // MimeType: Encoding media type (MIME type)
    // (https://www.iana.org/assignments/media-types/media-types.xhtml) for the
    // image.
    MimeType string `json:"mimeType,omitempty"`
    // Width: Width of the image in pixels.
    Width int64 `json:"width,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Content") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Content") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentPageImage) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPageImage) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentPageImageQualityScores

GoogleCloudDocumentaiV1DocumentPageImageQualityScores: Image quality scores for the page image.

type GoogleCloudDocumentaiV1DocumentPageImageQualityScores struct {
    // DetectedDefects: A list of detected defects.
    DetectedDefects []*GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect `json:"detectedDefects,omitempty"`
    // QualityScore: The overall quality score. Range `[0, 1]` where `1` is perfect
    // quality.
    QualityScore float64 `json:"qualityScore,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DetectedDefects") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DetectedDefects") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentPageImageQualityScores) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPageImageQualityScores) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1DocumentPageImageQualityScores) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPageImageQualityScores) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect

GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect: Image Quality Defects

type GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect struct {
    // Confidence: Confidence of detected defect. Range `[0, 1]` where `1`
    // indicates strong confidence that the defect exists.
    Confidence float64 `json:"confidence,omitempty"`
    // Type: Name of the defect type. Supported values are: -
    // `quality/defect_blurry` - `quality/defect_noisy` - `quality/defect_dark` -
    // `quality/defect_faint` - `quality/defect_text_too_small` -
    // `quality/defect_document_cutoff` - `quality/defect_text_cutoff` -
    // `quality/defect_glare`
    Type string `json:"type,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Confidence") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Confidence") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1DocumentPageLayout

GoogleCloudDocumentaiV1DocumentPageLayout: Visual element describing a layout unit on a page.

type GoogleCloudDocumentaiV1DocumentPageLayout struct {
    // BoundingPoly: The bounding polygon for the Layout.
    BoundingPoly *GoogleCloudDocumentaiV1BoundingPoly `json:"boundingPoly,omitempty"`
    // Confidence: Confidence of the current Layout within context of the object
    // this layout is for. e.g. confidence can be for a single token, a table, a
    // visual element, etc. depending on context. Range `[0, 1]`.
    Confidence float64 `json:"confidence,omitempty"`
    // Orientation: Detected orientation for the Layout.
    //
    // Possible values:
    //   "ORIENTATION_UNSPECIFIED" - Unspecified orientation.
    //   "PAGE_UP" - Orientation is aligned with page up.
    //   "PAGE_RIGHT" - Orientation is aligned with page right. Turn the head 90
    // degrees clockwise from upright to read.
    //   "PAGE_DOWN" - Orientation is aligned with page down. Turn the head 180
    // degrees from upright to read.
    //   "PAGE_LEFT" - Orientation is aligned with page left. Turn the head 90
    // degrees counterclockwise from upright to read.
    Orientation string `json:"orientation,omitempty"`
    // TextAnchor: Text anchor indexing into the Document.text.
    TextAnchor *GoogleCloudDocumentaiV1DocumentTextAnchor `json:"textAnchor,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BoundingPoly") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BoundingPoly") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentPageLayout) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPageLayout) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1DocumentPageLayout) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPageLayout) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1DocumentPageLine

GoogleCloudDocumentaiV1DocumentPageLine: A collection of tokens that a human would perceive as a line. Does not cross column boundaries, can be horizontal, vertical, etc.

type GoogleCloudDocumentaiV1DocumentPageLine struct {
    // DetectedLanguages: A list of detected languages together with confidence.
    DetectedLanguages []*GoogleCloudDocumentaiV1DocumentPageDetectedLanguage `json:"detectedLanguages,omitempty"`
    // Layout: Layout for Line.
    Layout *GoogleCloudDocumentaiV1DocumentPageLayout `json:"layout,omitempty"`
    // Provenance: The history of this annotation.
    Provenance *GoogleCloudDocumentaiV1DocumentProvenance `json:"provenance,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DetectedLanguages") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DetectedLanguages") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentPageLine) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPageLine) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentPageMatrix

GoogleCloudDocumentaiV1DocumentPageMatrix: Representation for transformation matrix, intended to be compatible and used with OpenCV format for image manipulation.

type GoogleCloudDocumentaiV1DocumentPageMatrix struct {
    // Cols: Number of columns in the matrix.
    Cols int64 `json:"cols,omitempty"`
    // Data: The matrix data.
    Data string `json:"data,omitempty"`
    // Rows: Number of rows in the matrix.
    Rows int64 `json:"rows,omitempty"`
    // Type: This encodes information about what data type the matrix uses. For
    // example, 0 (CV_8U) is an unsigned 8-bit image. For the full list of OpenCV
    // primitive data types, please refer to
    // https://docs.opencv.org/4.3.0/d1/d1b/group__core__hal__interface.html
    Type int64 `json:"type,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Cols") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Cols") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentPageMatrix) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPageMatrix) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentPageParagraph

GoogleCloudDocumentaiV1DocumentPageParagraph: A collection of lines that a human would perceive as a paragraph.

type GoogleCloudDocumentaiV1DocumentPageParagraph struct {
    // DetectedLanguages: A list of detected languages together with confidence.
    DetectedLanguages []*GoogleCloudDocumentaiV1DocumentPageDetectedLanguage `json:"detectedLanguages,omitempty"`
    // Layout: Layout for Paragraph.
    Layout *GoogleCloudDocumentaiV1DocumentPageLayout `json:"layout,omitempty"`
    // Provenance: The history of this annotation.
    Provenance *GoogleCloudDocumentaiV1DocumentProvenance `json:"provenance,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DetectedLanguages") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DetectedLanguages") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentPageParagraph) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPageParagraph) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentPageSymbol

GoogleCloudDocumentaiV1DocumentPageSymbol: A detected symbol.

type GoogleCloudDocumentaiV1DocumentPageSymbol struct {
    // DetectedLanguages: A list of detected languages together with confidence.
    DetectedLanguages []*GoogleCloudDocumentaiV1DocumentPageDetectedLanguage `json:"detectedLanguages,omitempty"`
    // Layout: Layout for Symbol.
    Layout *GoogleCloudDocumentaiV1DocumentPageLayout `json:"layout,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DetectedLanguages") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DetectedLanguages") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentPageSymbol) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPageSymbol) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentPageTable

GoogleCloudDocumentaiV1DocumentPageTable: A table representation similar to HTML table structure.

type GoogleCloudDocumentaiV1DocumentPageTable struct {
    // BodyRows: Body rows of the table.
    BodyRows []*GoogleCloudDocumentaiV1DocumentPageTableTableRow `json:"bodyRows,omitempty"`
    // DetectedLanguages: A list of detected languages together with confidence.
    DetectedLanguages []*GoogleCloudDocumentaiV1DocumentPageDetectedLanguage `json:"detectedLanguages,omitempty"`
    // HeaderRows: Header rows of the table.
    HeaderRows []*GoogleCloudDocumentaiV1DocumentPageTableTableRow `json:"headerRows,omitempty"`
    // Layout: Layout for Table.
    Layout *GoogleCloudDocumentaiV1DocumentPageLayout `json:"layout,omitempty"`
    // Provenance: The history of this table.
    Provenance *GoogleCloudDocumentaiV1DocumentProvenance `json:"provenance,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BodyRows") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BodyRows") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentPageTable) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPageTable) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentPageTableTableCell

GoogleCloudDocumentaiV1DocumentPageTableTableCell: A cell representation inside the table.

type GoogleCloudDocumentaiV1DocumentPageTableTableCell struct {
    // ColSpan: How many columns this cell spans.
    ColSpan int64 `json:"colSpan,omitempty"`
    // DetectedLanguages: A list of detected languages together with confidence.
    DetectedLanguages []*GoogleCloudDocumentaiV1DocumentPageDetectedLanguage `json:"detectedLanguages,omitempty"`
    // Layout: Layout for TableCell.
    Layout *GoogleCloudDocumentaiV1DocumentPageLayout `json:"layout,omitempty"`
    // RowSpan: How many rows this cell spans.
    RowSpan int64 `json:"rowSpan,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ColSpan") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ColSpan") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentPageTableTableCell) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPageTableTableCell) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentPageTableTableRow

GoogleCloudDocumentaiV1DocumentPageTableTableRow: A row of table cells.

type GoogleCloudDocumentaiV1DocumentPageTableTableRow struct {
    // Cells: Cells that make up this row.
    Cells []*GoogleCloudDocumentaiV1DocumentPageTableTableCell `json:"cells,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Cells") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Cells") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentPageTableTableRow) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPageTableTableRow) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentPageToken

GoogleCloudDocumentaiV1DocumentPageToken: A detected token.

type GoogleCloudDocumentaiV1DocumentPageToken struct {
    // DetectedBreak: Detected break at the end of a Token.
    DetectedBreak *GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak `json:"detectedBreak,omitempty"`
    // DetectedLanguages: A list of detected languages together with confidence.
    DetectedLanguages []*GoogleCloudDocumentaiV1DocumentPageDetectedLanguage `json:"detectedLanguages,omitempty"`
    // Layout: Layout for Token.
    Layout *GoogleCloudDocumentaiV1DocumentPageLayout `json:"layout,omitempty"`
    // Provenance: The history of this annotation.
    Provenance *GoogleCloudDocumentaiV1DocumentProvenance `json:"provenance,omitempty"`
    // StyleInfo: Text style attributes.
    StyleInfo *GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo `json:"styleInfo,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DetectedBreak") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DetectedBreak") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentPageToken) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPageToken) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak

GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak: Detected break at the end of a Token.

type GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak struct {
    // Type: Detected break type.
    //
    // Possible values:
    //   "TYPE_UNSPECIFIED" - Unspecified break type.
    //   "SPACE" - A single whitespace.
    //   "WIDE_SPACE" - A wider whitespace.
    //   "HYPHEN" - A hyphen that indicates that a token has been split across
    // lines.
    Type string `json:"type,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Type") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Type") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo

GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo: Font and other text style attributes.

type GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo struct {
    // BackgroundColor: Color of the background.
    BackgroundColor *GoogleTypeColor `json:"backgroundColor,omitempty"`
    // Bold: Whether the text is bold (equivalent to font_weight is at least
    // `700`).
    Bold bool `json:"bold,omitempty"`
    // FontSize: Font size in points (`1` point is `¹⁄₇₂` inches).
    FontSize int64 `json:"fontSize,omitempty"`
    // FontType: Name or style of the font.
    FontType string `json:"fontType,omitempty"`
    // FontWeight: TrueType weight on a scale `100` (thin) to `1000` (ultra-heavy).
    // Normal is `400`, bold is `700`.
    FontWeight int64 `json:"fontWeight,omitempty"`
    // Handwritten: Whether the text is handwritten.
    Handwritten bool `json:"handwritten,omitempty"`
    // Italic: Whether the text is italic.
    Italic bool `json:"italic,omitempty"`
    // LetterSpacing: Letter spacing in points.
    LetterSpacing float64 `json:"letterSpacing,omitempty"`
    // PixelFontSize: Font size in pixels, equal to _unrounded font_size_ *
    // _resolution_ ÷ `72.0`.
    PixelFontSize float64 `json:"pixelFontSize,omitempty"`
    // Smallcaps: Whether the text is in small caps. This feature is not supported
    // yet.
    Smallcaps bool `json:"smallcaps,omitempty"`
    // Strikeout: Whether the text is strikethrough. This feature is not supported
    // yet.
    Strikeout bool `json:"strikeout,omitempty"`
    // Subscript: Whether the text is a subscript. This feature is not supported
    // yet.
    Subscript bool `json:"subscript,omitempty"`
    // Superscript: Whether the text is a superscript. This feature is not
    // supported yet.
    Superscript bool `json:"superscript,omitempty"`
    // TextColor: Color of the text.
    TextColor *GoogleTypeColor `json:"textColor,omitempty"`
    // Underlined: Whether the text is underlined.
    Underlined bool `json:"underlined,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BackgroundColor") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BackgroundColor") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1DocumentPageVisualElement

GoogleCloudDocumentaiV1DocumentPageVisualElement: Detected non-text visual elements e.g. checkbox, signature etc. on the page.

type GoogleCloudDocumentaiV1DocumentPageVisualElement struct {
    // DetectedLanguages: A list of detected languages together with confidence.
    DetectedLanguages []*GoogleCloudDocumentaiV1DocumentPageDetectedLanguage `json:"detectedLanguages,omitempty"`
    // Layout: Layout for VisualElement.
    Layout *GoogleCloudDocumentaiV1DocumentPageLayout `json:"layout,omitempty"`
    // Type: Type of the VisualElement.
    Type string `json:"type,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DetectedLanguages") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DetectedLanguages") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentPageVisualElement) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentPageVisualElement) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentProvenance

GoogleCloudDocumentaiV1DocumentProvenance: Structure to identify provenance relationships between annotations in different revisions.

type GoogleCloudDocumentaiV1DocumentProvenance struct {
    // Id: The Id of this operation. Needs to be unique within the scope of the
    // revision.
    Id int64 `json:"id,omitempty"`
    // Parents: References to the original elements that are replaced.
    Parents []*GoogleCloudDocumentaiV1DocumentProvenanceParent `json:"parents,omitempty"`
    // Revision: The index of the revision that produced this element.
    Revision int64 `json:"revision,omitempty"`
    // Type: The type of provenance operation.
    //
    // Possible values:
    //   "OPERATION_TYPE_UNSPECIFIED" - Operation type unspecified. If no operation
    // is specified a provenance entry is simply used to match against a `parent`.
    //   "ADD" - Add an element.
    //   "REMOVE" - Remove an element identified by `parent`.
    //   "UPDATE" - Updates any fields within the given provenance scope of the
    // message. It overwrites the fields rather than replacing them. Use this when
    // you want to update a field value of an entity without also updating all the
    // child properties.
    //   "REPLACE" - Currently unused. Replace an element identified by `parent`.
    //   "EVAL_REQUESTED" - Deprecated. Request human review for the element
    // identified by `parent`.
    //   "EVAL_APPROVED" - Deprecated. Element is reviewed and approved at human
    // review, confidence will be set to 1.0.
    //   "EVAL_SKIPPED" - Deprecated. Element is skipped in the validation process.
    Type string `json:"type,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Id") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Id") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentProvenance) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentProvenance) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentProvenanceParent

GoogleCloudDocumentaiV1DocumentProvenanceParent: The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations.

type GoogleCloudDocumentaiV1DocumentProvenanceParent struct {
    // Id: The id of the parent provenance.
    Id int64 `json:"id,omitempty"`
    // Index: The index of the parent item in the corresponding item list (eg. list
    // of entities, properties within entities, etc.) in the parent revision.
    Index int64 `json:"index,omitempty"`
    // Revision: The index of the index into current revision's parent_ids list.
    Revision int64 `json:"revision,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Id") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Id") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentProvenanceParent) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentProvenanceParent) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentRevision

GoogleCloudDocumentaiV1DocumentRevision: Contains past or forward revisions of this document.

type GoogleCloudDocumentaiV1DocumentRevision struct {
    // Agent: If the change was made by a person specify the name or id of that
    // person.
    Agent string `json:"agent,omitempty"`
    // CreateTime: The time that the revision was created, internally generated by
    // doc proto storage at the time of create.
    CreateTime string `json:"createTime,omitempty"`
    // HumanReview: Human Review information of this revision.
    HumanReview *GoogleCloudDocumentaiV1DocumentRevisionHumanReview `json:"humanReview,omitempty"`
    // Id: Id of the revision, internally generated by doc proto storage. Unique
    // within the context of the document.
    Id string `json:"id,omitempty"`
    // Parent: The revisions that this revision is based on. This can include one
    // or more parent (when documents are merged.) This field represents the index
    // into the `revisions` field.
    Parent []int64 `json:"parent,omitempty"`
    // ParentIds: The revisions that this revision is based on. Must include all
    // the ids that have anything to do with this revision - eg. there are
    // `provenance.parent.revision` fields that index into this field.
    ParentIds []string `json:"parentIds,omitempty"`
    // Processor: If the annotation was made by processor identify the processor by
    // its resource name.
    Processor string `json:"processor,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Agent") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Agent") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentRevision) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentRevision) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentRevisionHumanReview

GoogleCloudDocumentaiV1DocumentRevisionHumanReview: Human Review information of the document.

type GoogleCloudDocumentaiV1DocumentRevisionHumanReview struct {
    // State: Human review state. e.g. `requested`, `succeeded`, `rejected`.
    State string `json:"state,omitempty"`
    // StateMessage: A message providing more details about the current state of
    // processing. For example, the rejection reason when the state is `rejected`.
    StateMessage string `json:"stateMessage,omitempty"`
    // ForceSendFields is a list of field names (e.g. "State") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "State") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentRevisionHumanReview) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentRevisionHumanReview) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentSchema

GoogleCloudDocumentaiV1DocumentSchema: The schema defines the output of the processed document by a processor.

type GoogleCloudDocumentaiV1DocumentSchema struct {
    // Description: Description of the schema.
    Description string `json:"description,omitempty"`
    // DisplayName: Display name to show to users.
    DisplayName string `json:"displayName,omitempty"`
    // EntityTypes: Entity types of the schema.
    EntityTypes []*GoogleCloudDocumentaiV1DocumentSchemaEntityType `json:"entityTypes,omitempty"`
    // Metadata: Metadata of the schema.
    Metadata *GoogleCloudDocumentaiV1DocumentSchemaMetadata `json:"metadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Description") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Description") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentSchema) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentSchema) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentSchemaEntityType

GoogleCloudDocumentaiV1DocumentSchemaEntityType: EntityType is the wrapper of a label of the corresponding model with detailed attributes and limitations for entity-based processors. Multiple types can also compose a dependency tree to represent nested types.

type GoogleCloudDocumentaiV1DocumentSchemaEntityType struct {
    // BaseTypes: The entity type that this type is derived from. For now, one and
    // only one should be set.
    BaseTypes []string `json:"baseTypes,omitempty"`
    // DisplayName: User defined name for the type.
    DisplayName string `json:"displayName,omitempty"`
    // EnumValues: If specified, lists all the possible values for this entity.
    // This should not be more than a handful of values. If the number of values is
    // >10 or could change frequently use the `EntityType.value_ontology` field and
    // specify a list of all possible values in a value ontology file.
    EnumValues *GoogleCloudDocumentaiV1DocumentSchemaEntityTypeEnumValues `json:"enumValues,omitempty"`
    // Name: Name of the type. It must be unique within the schema file and cannot
    // be a "Common Type". The following naming conventions are used: - Use
    // `snake_casing`. - Name matching is case-sensitive. - Maximum 64 characters.
    // - Must start with a letter. - Allowed characters: ASCII letters
    // `[a-z0-9_-]`. (For backward compatibility internal infrastructure and
    // tooling can handle any ascii character.) - The `/` is sometimes used to
    // denote a property of a type. For example `line_item/amount`. This convention
    // is deprecated, but will still be honored for backward compatibility.
    Name string `json:"name,omitempty"`
    // Properties: Description the nested structure, or composition of an entity.
    Properties []*GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty `json:"properties,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BaseTypes") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BaseTypes") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentSchemaEntityType) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentSchemaEntityType) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentSchemaEntityTypeEnumValues

GoogleCloudDocumentaiV1DocumentSchemaEntityTypeEnumValues: Defines the a list of enum values.

type GoogleCloudDocumentaiV1DocumentSchemaEntityTypeEnumValues struct {
    // Values: The individual values that this enum values type can include.
    Values []string `json:"values,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Values") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Values") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentSchemaEntityTypeEnumValues) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentSchemaEntityTypeEnumValues) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty

GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty: Defines properties that can be part of the entity type.

type GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty struct {
    // DisplayName: User defined name for the property.
    DisplayName string `json:"displayName,omitempty"`
    // Name: The name of the property. Follows the same guidelines as the
    // EntityType name.
    Name string `json:"name,omitempty"`
    // OccurrenceType: Occurrence type limits the number of instances an entity
    // type appears in the document.
    //
    // Possible values:
    //   "OCCURRENCE_TYPE_UNSPECIFIED" - Unspecified occurrence type.
    //   "OPTIONAL_ONCE" - There will be zero or one instance of this entity type.
    // The same entity instance may be mentioned multiple times.
    //   "OPTIONAL_MULTIPLE" - The entity type will appear zero or multiple times.
    //   "REQUIRED_ONCE" - The entity type will only appear exactly once. The same
    // entity instance may be mentioned multiple times.
    //   "REQUIRED_MULTIPLE" - The entity type will appear once or more times.
    OccurrenceType string `json:"occurrenceType,omitempty"`
    // ValueType: A reference to the value type of the property. This type is
    // subject to the same conventions as the `Entity.base_types` field.
    ValueType string `json:"valueType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DisplayName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DisplayName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentSchemaMetadata

GoogleCloudDocumentaiV1DocumentSchemaMetadata: Metadata for global schema behavior.

type GoogleCloudDocumentaiV1DocumentSchemaMetadata struct {
    // DocumentAllowMultipleLabels: If true, on a given page, there can be multiple
    // `document` annotations covering it.
    DocumentAllowMultipleLabels bool `json:"documentAllowMultipleLabels,omitempty"`
    // DocumentSplitter: If true, a `document` entity type can be applied to
    // subdocument (splitting). Otherwise, it can only be applied to the entire
    // document (classification).
    DocumentSplitter bool `json:"documentSplitter,omitempty"`
    // PrefixedNamingOnProperties: If set, all the nested entities must be prefixed
    // with the parents.
    PrefixedNamingOnProperties bool `json:"prefixedNamingOnProperties,omitempty"`
    // SkipNamingValidation: If set, we will skip the naming format validation in
    // the schema. So the string values in `DocumentSchema.EntityType.name` and
    // `DocumentSchema.EntityType.Property.name` will not be checked.
    SkipNamingValidation bool `json:"skipNamingValidation,omitempty"`
    // ForceSendFields is a list of field names (e.g.
    // "DocumentAllowMultipleLabels") to unconditionally include in API requests.
    // By default, fields with empty or default values are omitted from API
    // requests. See https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields
    // for more details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DocumentAllowMultipleLabels") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentSchemaMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentSchemaMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentShardInfo

GoogleCloudDocumentaiV1DocumentShardInfo: For a large document, sharding may be performed to produce several document shards. Each document shard contains this field to detail which shard it is.

type GoogleCloudDocumentaiV1DocumentShardInfo struct {
    // ShardCount: Total number of shards.
    ShardCount int64 `json:"shardCount,omitempty,string"`
    // ShardIndex: The 0-based index of this shard.
    ShardIndex int64 `json:"shardIndex,omitempty,string"`
    // TextOffset: The index of the first character in Document.text in the overall
    // document global text.
    TextOffset int64 `json:"textOffset,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "ShardCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ShardCount") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentShardInfo) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentShardInfo) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentStyle

GoogleCloudDocumentaiV1DocumentStyle: Annotation for common text style attributes. This adheres to CSS conventions as much as possible.

type GoogleCloudDocumentaiV1DocumentStyle struct {
    // BackgroundColor: Text background color.
    BackgroundColor *GoogleTypeColor `json:"backgroundColor,omitempty"`
    // Color: Text color.
    Color *GoogleTypeColor `json:"color,omitempty"`
    // FontFamily: Font family such as `Arial`, `Times New Roman`.
    // https://www.w3schools.com/cssref/pr_font_font-family.asp
    FontFamily string `json:"fontFamily,omitempty"`
    // FontSize: Font size.
    FontSize *GoogleCloudDocumentaiV1DocumentStyleFontSize `json:"fontSize,omitempty"`
    // FontWeight: Font weight
    // (https://www.w3schools.com/cssref/pr_font_weight.asp). Possible values are
    // `normal`, `bold`, `bolder`, and `lighter`.
    FontWeight string `json:"fontWeight,omitempty"`
    // TextAnchor: Text anchor indexing into the Document.text.
    TextAnchor *GoogleCloudDocumentaiV1DocumentTextAnchor `json:"textAnchor,omitempty"`
    // TextDecoration: Text decoration
    // (https://www.w3schools.com/cssref/pr_text_text-decoration.asp). Follows CSS
    // standard.
    TextDecoration string `json:"textDecoration,omitempty"`
    // TextStyle: Text style
    // (https://www.w3schools.com/cssref/pr_font_font-style.asp). Possible values
    // are `normal`, `italic`, and `oblique`.
    TextStyle string `json:"textStyle,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BackgroundColor") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BackgroundColor") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentStyle) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentStyle) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentStyleFontSize

GoogleCloudDocumentaiV1DocumentStyleFontSize: Font size with unit.

type GoogleCloudDocumentaiV1DocumentStyleFontSize struct {
    // Size: Font size for the text.
    Size float64 `json:"size,omitempty"`
    // Unit: Unit for the font size. Follows CSS naming (such as `in`, `px`, and
    // `pt`).
    Unit string `json:"unit,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Size") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Size") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentStyleFontSize) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentStyleFontSize) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1DocumentStyleFontSize) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentStyleFontSize) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1DocumentTextAnchor

GoogleCloudDocumentaiV1DocumentTextAnchor: Text reference indexing into the Document.text.

type GoogleCloudDocumentaiV1DocumentTextAnchor struct {
    // Content: Contains the content of the text span so that users do not have to
    // look it up in the text_segments. It is always populated for formFields.
    Content string `json:"content,omitempty"`
    // TextSegments: The text segments from the Document.text.
    TextSegments []*GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment `json:"textSegments,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Content") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Content") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentTextAnchor) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentTextAnchor) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment

GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment: A text segment in the Document.text. The indices may be out of bounds which indicate that the text extends into another document shard for large sharded documents. See ShardInfo.text_offset

type GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment struct {
    // EndIndex: TextSegment half open end UTF-8 char index in the Document.text.
    EndIndex int64 `json:"endIndex,omitempty,string"`
    // StartIndex: TextSegment start UTF-8 char index in the Document.text.
    StartIndex int64 `json:"startIndex,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "EndIndex") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EndIndex") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1DocumentTextChange

GoogleCloudDocumentaiV1DocumentTextChange: This message is used for text changes aka. OCR corrections.

type GoogleCloudDocumentaiV1DocumentTextChange struct {
    // ChangedText: The text that replaces the text identified in the
    // `text_anchor`.
    ChangedText string `json:"changedText,omitempty"`
    // Provenance: The history of this annotation.
    Provenance []*GoogleCloudDocumentaiV1DocumentProvenance `json:"provenance,omitempty"`
    // TextAnchor: Provenance of the correction. Text anchor indexing into the
    // Document.text. There can only be a single `TextAnchor.text_segments`
    // element. If the start and end index of the text segment are the same, the
    // text change is inserted before that index.
    TextAnchor *GoogleCloudDocumentaiV1DocumentTextAnchor `json:"textAnchor,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ChangedText") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ChangedText") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1DocumentTextChange) MarshalJSON

func (s *GoogleCloudDocumentaiV1DocumentTextChange) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1EnableProcessorMetadata

GoogleCloudDocumentaiV1EnableProcessorMetadata: The long-running operation metadata for the EnableProcessor method.

type GoogleCloudDocumentaiV1EnableProcessorMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiV1CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1EnableProcessorMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1EnableProcessorMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1EnableProcessorRequest

GoogleCloudDocumentaiV1EnableProcessorRequest: Request message for the EnableProcessor method.

type GoogleCloudDocumentaiV1EnableProcessorRequest struct {
}

type GoogleCloudDocumentaiV1EnableProcessorResponse

GoogleCloudDocumentaiV1EnableProcessorResponse: Response message for the EnableProcessor method. Intentionally empty proto for adding fields in future.

type GoogleCloudDocumentaiV1EnableProcessorResponse struct {
}

type GoogleCloudDocumentaiV1EvaluateProcessorVersionMetadata

GoogleCloudDocumentaiV1EvaluateProcessorVersionMetadata: Metadata of the EvaluateProcessorVersion method.

type GoogleCloudDocumentaiV1EvaluateProcessorVersionMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiV1CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1EvaluateProcessorVersionMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1EvaluateProcessorVersionMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest

GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest: Evaluates the given ProcessorVersion against the supplied documents.

type GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest struct {
    // EvaluationDocuments: Optional. The documents used in the evaluation. If
    // unspecified, use the processor's dataset as evaluation input.
    EvaluationDocuments *GoogleCloudDocumentaiV1BatchDocumentsInputConfig `json:"evaluationDocuments,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EvaluationDocuments") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EvaluationDocuments") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest) MarshalJSON

func (s *GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1EvaluateProcessorVersionResponse

GoogleCloudDocumentaiV1EvaluateProcessorVersionResponse: Response of the EvaluateProcessorVersion method.

type GoogleCloudDocumentaiV1EvaluateProcessorVersionResponse struct {
    // Evaluation: The resource name of the created evaluation.
    Evaluation string `json:"evaluation,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Evaluation") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Evaluation") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1EvaluateProcessorVersionResponse) MarshalJSON

func (s *GoogleCloudDocumentaiV1EvaluateProcessorVersionResponse) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1Evaluation

GoogleCloudDocumentaiV1Evaluation: An evaluation of a ProcessorVersion's performance.

type GoogleCloudDocumentaiV1Evaluation struct {
    // AllEntitiesMetrics: Metrics for all the entities in aggregate.
    AllEntitiesMetrics *GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics `json:"allEntitiesMetrics,omitempty"`
    // CreateTime: The time that the evaluation was created.
    CreateTime string `json:"createTime,omitempty"`
    // DocumentCounters: Counters for the documents used in the evaluation.
    DocumentCounters *GoogleCloudDocumentaiV1EvaluationCounters `json:"documentCounters,omitempty"`
    // EntityMetrics: Metrics across confidence levels, for different entities.
    EntityMetrics map[string]GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics `json:"entityMetrics,omitempty"`
    // KmsKeyName: The KMS key name used for encryption.
    KmsKeyName string `json:"kmsKeyName,omitempty"`
    // KmsKeyVersionName: The KMS key version with which data is encrypted.
    KmsKeyVersionName string `json:"kmsKeyVersionName,omitempty"`
    // Name: The resource name of the evaluation. Format:
    // `projects/{project}/locations/{location}/processors/{processor}/processorVers
    // ions/{processor_version}/evaluations/{evaluation}`
    Name string `json:"name,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "AllEntitiesMetrics") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AllEntitiesMetrics") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1Evaluation) MarshalJSON

func (s *GoogleCloudDocumentaiV1Evaluation) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics

GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics: Evaluations metrics, at a specific confidence level.

type GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics struct {
    // ConfidenceLevel: The confidence level.
    ConfidenceLevel float64 `json:"confidenceLevel,omitempty"`
    // Metrics: The metrics at the specific confidence level.
    Metrics *GoogleCloudDocumentaiV1EvaluationMetrics `json:"metrics,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ConfidenceLevel") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ConfidenceLevel") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics) MarshalJSON

func (s *GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1EvaluationCounters

GoogleCloudDocumentaiV1EvaluationCounters: Evaluation counters for the documents that were used.

type GoogleCloudDocumentaiV1EvaluationCounters struct {
    // EvaluatedDocumentsCount: How many documents were used in the evaluation.
    EvaluatedDocumentsCount int64 `json:"evaluatedDocumentsCount,omitempty"`
    // FailedDocumentsCount: How many documents were not included in the evaluation
    // as Document AI failed to process them.
    FailedDocumentsCount int64 `json:"failedDocumentsCount,omitempty"`
    // InputDocumentsCount: How many documents were sent for evaluation.
    InputDocumentsCount int64 `json:"inputDocumentsCount,omitempty"`
    // InvalidDocumentsCount: How many documents were not included in the
    // evaluation as they didn't pass validation.
    InvalidDocumentsCount int64 `json:"invalidDocumentsCount,omitempty"`
    // ForceSendFields is a list of field names (e.g. "EvaluatedDocumentsCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EvaluatedDocumentsCount") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1EvaluationCounters) MarshalJSON

func (s *GoogleCloudDocumentaiV1EvaluationCounters) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1EvaluationMetrics

GoogleCloudDocumentaiV1EvaluationMetrics: Evaluation metrics, either in aggregate or about a specific entity.

type GoogleCloudDocumentaiV1EvaluationMetrics struct {
    // F1Score: The calculated f1 score.
    F1Score float64 `json:"f1Score,omitempty"`
    // FalseNegativesCount: The amount of false negatives.
    FalseNegativesCount int64 `json:"falseNegativesCount,omitempty"`
    // FalsePositivesCount: The amount of false positives.
    FalsePositivesCount int64 `json:"falsePositivesCount,omitempty"`
    // GroundTruthDocumentCount: The amount of documents with a ground truth
    // occurrence.
    GroundTruthDocumentCount int64 `json:"groundTruthDocumentCount,omitempty"`
    // GroundTruthOccurrencesCount: The amount of occurrences in ground truth
    // documents.
    GroundTruthOccurrencesCount int64 `json:"groundTruthOccurrencesCount,omitempty"`
    // Precision: The calculated precision.
    Precision float64 `json:"precision,omitempty"`
    // PredictedDocumentCount: The amount of documents with a predicted occurrence.
    PredictedDocumentCount int64 `json:"predictedDocumentCount,omitempty"`
    // PredictedOccurrencesCount: The amount of occurrences in predicted documents.
    PredictedOccurrencesCount int64 `json:"predictedOccurrencesCount,omitempty"`
    // Recall: The calculated recall.
    Recall float64 `json:"recall,omitempty"`
    // TotalDocumentsCount: The amount of documents that had an occurrence of this
    // label.
    TotalDocumentsCount int64 `json:"totalDocumentsCount,omitempty"`
    // TruePositivesCount: The amount of true positives.
    TruePositivesCount int64 `json:"truePositivesCount,omitempty"`
    // ForceSendFields is a list of field names (e.g. "F1Score") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "F1Score") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1EvaluationMetrics) MarshalJSON

func (s *GoogleCloudDocumentaiV1EvaluationMetrics) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1EvaluationMetrics) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1EvaluationMetrics) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics

GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics: Metrics across multiple confidence levels.

type GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics struct {
    // Auprc: The calculated area under the precision recall curve (AUPRC),
    // computed by integrating over all confidence thresholds.
    Auprc float64 `json:"auprc,omitempty"`
    // AuprcExact: The AUPRC for metrics with fuzzy matching disabled, i.e., exact
    // matching only.
    AuprcExact float64 `json:"auprcExact,omitempty"`
    // ConfidenceLevelMetrics: Metrics across confidence levels with fuzzy matching
    // enabled.
    ConfidenceLevelMetrics []*GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics `json:"confidenceLevelMetrics,omitempty"`
    // ConfidenceLevelMetricsExact: Metrics across confidence levels with only
    // exact matching.
    ConfidenceLevelMetricsExact []*GoogleCloudDocumentaiV1EvaluationConfidenceLevelMetrics `json:"confidenceLevelMetricsExact,omitempty"`
    // EstimatedCalibrationError: The Estimated Calibration Error (ECE) of the
    // confidence of the predicted entities.
    EstimatedCalibrationError float64 `json:"estimatedCalibrationError,omitempty"`
    // EstimatedCalibrationErrorExact: The ECE for the predicted entities with
    // fuzzy matching disabled, i.e., exact matching only.
    EstimatedCalibrationErrorExact float64 `json:"estimatedCalibrationErrorExact,omitempty"`
    // MetricsType: The metrics type for the label.
    //
    // Possible values:
    //   "METRICS_TYPE_UNSPECIFIED" - The metrics type is unspecified. By default,
    // metrics without a particular specification are for leaf entity types (i.e.,
    // top-level entity types without child types, or child types which are not
    // parent types themselves).
    //   "AGGREGATE" - Indicates whether metrics for this particular label type
    // represent an aggregate of metrics for other types instead of being based on
    // actual TP/FP/FN values for the label type. Metrics for parent (i.e.,
    // non-leaf) entity types are an aggregate of metrics for their children.
    MetricsType string `json:"metricsType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Auprc") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Auprc") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics) MarshalJSON

func (s *GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1EvaluationMultiConfidenceMetrics) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1EvaluationReference

GoogleCloudDocumentaiV1EvaluationReference: Gives a short summary of an evaluation, and links to the evaluation itself.

type GoogleCloudDocumentaiV1EvaluationReference struct {
    // AggregateMetrics: An aggregate of the statistics for the evaluation with
    // fuzzy matching on.
    AggregateMetrics *GoogleCloudDocumentaiV1EvaluationMetrics `json:"aggregateMetrics,omitempty"`
    // AggregateMetricsExact: An aggregate of the statistics for the evaluation
    // with fuzzy matching off.
    AggregateMetricsExact *GoogleCloudDocumentaiV1EvaluationMetrics `json:"aggregateMetricsExact,omitempty"`
    // Evaluation: The resource name of the evaluation.
    Evaluation string `json:"evaluation,omitempty"`
    // Operation: The resource name of the Long Running Operation for the
    // evaluation.
    Operation string `json:"operation,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AggregateMetrics") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AggregateMetrics") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1EvaluationReference) MarshalJSON

func (s *GoogleCloudDocumentaiV1EvaluationReference) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1FetchProcessorTypesResponse

GoogleCloudDocumentaiV1FetchProcessorTypesResponse: Response message for the FetchProcessorTypes method.

type GoogleCloudDocumentaiV1FetchProcessorTypesResponse struct {
    // ProcessorTypes: The list of processor types.
    ProcessorTypes []*GoogleCloudDocumentaiV1ProcessorType `json:"processorTypes,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "ProcessorTypes") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ProcessorTypes") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1FetchProcessorTypesResponse) MarshalJSON

func (s *GoogleCloudDocumentaiV1FetchProcessorTypesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1GcsDocument

GoogleCloudDocumentaiV1GcsDocument: Specifies a document stored on Cloud Storage.

type GoogleCloudDocumentaiV1GcsDocument struct {
    // GcsUri: The Cloud Storage object uri.
    GcsUri string `json:"gcsUri,omitempty"`
    // MimeType: An IANA MIME type (RFC6838) of the content.
    MimeType string `json:"mimeType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GcsUri") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GcsUri") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1GcsDocument) MarshalJSON

func (s *GoogleCloudDocumentaiV1GcsDocument) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1GcsDocuments

GoogleCloudDocumentaiV1GcsDocuments: Specifies a set of documents on Cloud Storage.

type GoogleCloudDocumentaiV1GcsDocuments struct {
    // Documents: The list of documents.
    Documents []*GoogleCloudDocumentaiV1GcsDocument `json:"documents,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Documents") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Documents") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1GcsDocuments) MarshalJSON

func (s *GoogleCloudDocumentaiV1GcsDocuments) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1GcsPrefix

GoogleCloudDocumentaiV1GcsPrefix: Specifies all documents on Cloud Storage with a common prefix.

type GoogleCloudDocumentaiV1GcsPrefix struct {
    // GcsUriPrefix: The URI prefix.
    GcsUriPrefix string `json:"gcsUriPrefix,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GcsUriPrefix") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GcsUriPrefix") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1GcsPrefix) MarshalJSON

func (s *GoogleCloudDocumentaiV1GcsPrefix) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1HumanReviewStatus

GoogleCloudDocumentaiV1HumanReviewStatus: The status of human review on a processed document.

type GoogleCloudDocumentaiV1HumanReviewStatus struct {
    // HumanReviewOperation: The name of the operation triggered by the processed
    // document. This field is populated only when the state is
    // `HUMAN_REVIEW_IN_PROGRESS`. It has the same response type and metadata as
    // the long-running operation returned by ReviewDocument.
    HumanReviewOperation string `json:"humanReviewOperation,omitempty"`
    // State: The state of human review on the processing request.
    //
    // Possible values:
    //   "STATE_UNSPECIFIED" - Human review state is unspecified. Most likely due
    // to an internal error.
    //   "SKIPPED" - Human review is skipped for the document. This can happen
    // because human review isn't enabled on the processor or the processing
    // request has been set to skip this document.
    //   "VALIDATION_PASSED" - Human review validation is triggered and passed, so
    // no review is needed.
    //   "IN_PROGRESS" - Human review validation is triggered and the document is
    // under review.
    //   "ERROR" - Some error happened during triggering human review, see the
    // state_message for details.
    State string `json:"state,omitempty"`
    // StateMessage: A message providing more details about the human review state.
    StateMessage string `json:"stateMessage,omitempty"`
    // ForceSendFields is a list of field names (e.g. "HumanReviewOperation") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "HumanReviewOperation") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1HumanReviewStatus) MarshalJSON

func (s *GoogleCloudDocumentaiV1HumanReviewStatus) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1ListEvaluationsResponse

GoogleCloudDocumentaiV1ListEvaluationsResponse: The response from `ListEvaluations`.

type GoogleCloudDocumentaiV1ListEvaluationsResponse struct {
    // Evaluations: The evaluations requested.
    Evaluations []*GoogleCloudDocumentaiV1Evaluation `json:"evaluations,omitempty"`
    // NextPageToken: A token, which can be sent as `page_token` to retrieve the
    // next page. If this field is omitted, there are no subsequent pages.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Evaluations") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Evaluations") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1ListEvaluationsResponse) MarshalJSON

func (s *GoogleCloudDocumentaiV1ListEvaluationsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1ListProcessorTypesResponse

GoogleCloudDocumentaiV1ListProcessorTypesResponse: Response message for the ListProcessorTypes method.

type GoogleCloudDocumentaiV1ListProcessorTypesResponse struct {
    // NextPageToken: Points to the next page, otherwise empty.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // ProcessorTypes: The processor types.
    ProcessorTypes []*GoogleCloudDocumentaiV1ProcessorType `json:"processorTypes,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NextPageToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NextPageToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1ListProcessorTypesResponse) MarshalJSON

func (s *GoogleCloudDocumentaiV1ListProcessorTypesResponse) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1ListProcessorVersionsResponse

GoogleCloudDocumentaiV1ListProcessorVersionsResponse: Response message for the ListProcessorVersions method.

type GoogleCloudDocumentaiV1ListProcessorVersionsResponse struct {
    // NextPageToken: Points to the next processor, otherwise empty.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // ProcessorVersions: The list of processors.
    ProcessorVersions []*GoogleCloudDocumentaiV1ProcessorVersion `json:"processorVersions,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NextPageToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NextPageToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1ListProcessorVersionsResponse) MarshalJSON

func (s *GoogleCloudDocumentaiV1ListProcessorVersionsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1ListProcessorsResponse

GoogleCloudDocumentaiV1ListProcessorsResponse: Response message for the ListProcessors method.

type GoogleCloudDocumentaiV1ListProcessorsResponse struct {
    // NextPageToken: Points to the next processor, otherwise empty.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // Processors: The list of processors.
    Processors []*GoogleCloudDocumentaiV1Processor `json:"processors,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NextPageToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NextPageToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1ListProcessorsResponse) MarshalJSON

func (s *GoogleCloudDocumentaiV1ListProcessorsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1NormalizedVertex

GoogleCloudDocumentaiV1NormalizedVertex: A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.

type GoogleCloudDocumentaiV1NormalizedVertex struct {
    // X: X coordinate.
    X float64 `json:"x,omitempty"`
    // Y: Y coordinate (starts from the top of the image).
    Y float64 `json:"y,omitempty"`
    // ForceSendFields is a list of field names (e.g. "X") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "X") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1NormalizedVertex) MarshalJSON

func (s *GoogleCloudDocumentaiV1NormalizedVertex) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1NormalizedVertex) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1NormalizedVertex) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1OcrConfig

GoogleCloudDocumentaiV1OcrConfig: Config for Document OCR.

type GoogleCloudDocumentaiV1OcrConfig struct {
    // AdvancedOcrOptions: A list of advanced OCR options to further fine-tune OCR
    // behavior. Current valid values are: - `legacy_layout`: a heuristics layout
    // detection algorithm, which serves as an alternative to the current ML-based
    // layout detection algorithm. Customers can choose the best suitable layout
    // algorithm based on their situation.
    AdvancedOcrOptions []string `json:"advancedOcrOptions,omitempty"`
    // ComputeStyleInfo: Turn on font identification model and return font style
    // information. Deprecated, use PremiumFeatures.compute_style_info instead.
    ComputeStyleInfo bool `json:"computeStyleInfo,omitempty"`
    // DisableCharacterBoxesDetection: Turn off character box detector in OCR
    // engine. Character box detection is enabled by default in OCR 2.0 (and later)
    // processors.
    DisableCharacterBoxesDetection bool `json:"disableCharacterBoxesDetection,omitempty"`
    // EnableImageQualityScores: Enables intelligent document quality scores after
    // OCR. Can help with diagnosing why OCR responses are of poor quality for a
    // given input. Adds additional latency comparable to regular OCR to the
    // process call.
    EnableImageQualityScores bool `json:"enableImageQualityScores,omitempty"`
    // EnableNativePdfParsing: Enables special handling for PDFs with existing text
    // information. Results in better text extraction quality in such PDF inputs.
    EnableNativePdfParsing bool `json:"enableNativePdfParsing,omitempty"`
    // EnableSymbol: Includes symbol level OCR information if set to true.
    EnableSymbol bool `json:"enableSymbol,omitempty"`
    // Hints: Hints for the OCR model.
    Hints *GoogleCloudDocumentaiV1OcrConfigHints `json:"hints,omitempty"`
    // PremiumFeatures: Configurations for premium OCR features.
    PremiumFeatures *GoogleCloudDocumentaiV1OcrConfigPremiumFeatures `json:"premiumFeatures,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AdvancedOcrOptions") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AdvancedOcrOptions") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1OcrConfig) MarshalJSON

func (s *GoogleCloudDocumentaiV1OcrConfig) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1OcrConfigHints

GoogleCloudDocumentaiV1OcrConfigHints: Hints for OCR Engine

type GoogleCloudDocumentaiV1OcrConfigHints struct {
    // LanguageHints: List of BCP-47 language codes to use for OCR. In most cases,
    // not specifying it yields the best results since it enables automatic
    // language detection. For languages based on the Latin alphabet, setting hints
    // is not needed. In rare cases, when the language of the text in the image is
    // known, setting a hint will help get better results (although it will be a
    // significant hindrance if the hint is wrong).
    LanguageHints []string `json:"languageHints,omitempty"`
    // ForceSendFields is a list of field names (e.g. "LanguageHints") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "LanguageHints") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1OcrConfigHints) MarshalJSON

func (s *GoogleCloudDocumentaiV1OcrConfigHints) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1OcrConfigPremiumFeatures

GoogleCloudDocumentaiV1OcrConfigPremiumFeatures: Configurations for premium OCR features.

type GoogleCloudDocumentaiV1OcrConfigPremiumFeatures struct {
    // ComputeStyleInfo: Turn on font identification model and return font style
    // information.
    ComputeStyleInfo bool `json:"computeStyleInfo,omitempty"`
    // EnableMathOcr: Turn on the model that can extract LaTeX math formulas.
    EnableMathOcr bool `json:"enableMathOcr,omitempty"`
    // EnableSelectionMarkDetection: Turn on selection mark detector in OCR engine.
    // Only available in OCR 2.0 (and later) processors.
    EnableSelectionMarkDetection bool `json:"enableSelectionMarkDetection,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ComputeStyleInfo") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ComputeStyleInfo") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1OcrConfigPremiumFeatures) MarshalJSON

func (s *GoogleCloudDocumentaiV1OcrConfigPremiumFeatures) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1ProcessOptions

GoogleCloudDocumentaiV1ProcessOptions: Options for Process API

type GoogleCloudDocumentaiV1ProcessOptions struct {
    // FromEnd: Only process certain pages from the end, same as above.
    FromEnd int64 `json:"fromEnd,omitempty"`
    // FromStart: Only process certain pages from the start. Process all if the
    // document has fewer pages.
    FromStart int64 `json:"fromStart,omitempty"`
    // IndividualPageSelector: Which pages to process (1-indexed).
    IndividualPageSelector *GoogleCloudDocumentaiV1ProcessOptionsIndividualPageSelector `json:"individualPageSelector,omitempty"`
    // OcrConfig: Only applicable to `OCR_PROCESSOR` and `FORM_PARSER_PROCESSOR`.
    // Returns error if set on other processor types.
    OcrConfig *GoogleCloudDocumentaiV1OcrConfig `json:"ocrConfig,omitempty"`
    // SchemaOverride: Optional. Override the schema of the ProcessorVersion. Will
    // return an Invalid Argument error if this field is set when the underlying
    // ProcessorVersion doesn't support schema override.
    SchemaOverride *GoogleCloudDocumentaiV1DocumentSchema `json:"schemaOverride,omitempty"`
    // ForceSendFields is a list of field names (e.g. "FromEnd") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FromEnd") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1ProcessOptions) MarshalJSON

func (s *GoogleCloudDocumentaiV1ProcessOptions) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1ProcessOptionsIndividualPageSelector

GoogleCloudDocumentaiV1ProcessOptionsIndividualPageSelector: A list of individual page numbers.

type GoogleCloudDocumentaiV1ProcessOptionsIndividualPageSelector struct {
    // Pages: Optional. Indices of the pages (starting from 1).
    Pages []int64 `json:"pages,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Pages") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Pages") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1ProcessOptionsIndividualPageSelector) MarshalJSON

func (s *GoogleCloudDocumentaiV1ProcessOptionsIndividualPageSelector) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1ProcessRequest

GoogleCloudDocumentaiV1ProcessRequest: Request message for the ProcessDocument method.

type GoogleCloudDocumentaiV1ProcessRequest struct {
    // FieldMask: Specifies which fields to include in the ProcessResponse.document
    // output. Only supports top-level document and pages field, so it must be in
    // the form of `{document_field_name}` or `pages.{page_field_name}`.
    FieldMask string `json:"fieldMask,omitempty"`
    // GcsDocument: A raw document on Google Cloud Storage.
    GcsDocument *GoogleCloudDocumentaiV1GcsDocument `json:"gcsDocument,omitempty"`
    // InlineDocument: An inline document proto.
    InlineDocument *GoogleCloudDocumentaiV1Document `json:"inlineDocument,omitempty"`
    // Labels: Optional. The labels with user-defined metadata for the request.
    // Label keys and values can be no longer than 63 characters (Unicode
    // codepoints) and can only contain lowercase letters, numeric characters,
    // underscores, and dashes. International characters are allowed. Label values
    // are optional. Label keys must start with a letter.
    Labels map[string]string `json:"labels,omitempty"`
    // ProcessOptions: Inference-time options for the process API
    ProcessOptions *GoogleCloudDocumentaiV1ProcessOptions `json:"processOptions,omitempty"`
    // RawDocument: A raw document content (bytes).
    RawDocument *GoogleCloudDocumentaiV1RawDocument `json:"rawDocument,omitempty"`
    // SkipHumanReview: Whether human review should be skipped for this request.
    // Default to `false`.
    SkipHumanReview bool `json:"skipHumanReview,omitempty"`
    // ForceSendFields is a list of field names (e.g. "FieldMask") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "FieldMask") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1ProcessRequest) MarshalJSON

func (s *GoogleCloudDocumentaiV1ProcessRequest) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1ProcessResponse

GoogleCloudDocumentaiV1ProcessResponse: Response message for the ProcessDocument method.

type GoogleCloudDocumentaiV1ProcessResponse struct {
    // Document: The document payload, will populate fields based on the
    // processor's behavior.
    Document *GoogleCloudDocumentaiV1Document `json:"document,omitempty"`
    // HumanReviewStatus: The status of human review on the processed document.
    HumanReviewStatus *GoogleCloudDocumentaiV1HumanReviewStatus `json:"humanReviewStatus,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Document") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Document") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1ProcessResponse) MarshalJSON

func (s *GoogleCloudDocumentaiV1ProcessResponse) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1Processor

GoogleCloudDocumentaiV1Processor: The first-class citizen for Document AI. Each processor defines how to extract structural information from a document.

type GoogleCloudDocumentaiV1Processor struct {
    // CreateTime: The time the processor was created.
    CreateTime string `json:"createTime,omitempty"`
    // DefaultProcessorVersion: The default processor version.
    DefaultProcessorVersion string `json:"defaultProcessorVersion,omitempty"`
    // DisplayName: The display name of the processor.
    DisplayName string `json:"displayName,omitempty"`
    // KmsKeyName: The KMS key (https://cloud.google.com/security-key-management)
    // used for encryption and decryption in CMEK scenarios.
    KmsKeyName string `json:"kmsKeyName,omitempty"`
    // Name: Output only. Immutable. The resource name of the processor. Format:
    // `projects/{project}/locations/{location}/processors/{processor}`
    Name string `json:"name,omitempty"`
    // ProcessEndpoint: Output only. Immutable. The http endpoint that can be
    // called to invoke processing.
    ProcessEndpoint string `json:"processEndpoint,omitempty"`
    // ProcessorVersionAliases: Output only. The processor version aliases.
    ProcessorVersionAliases []*GoogleCloudDocumentaiV1ProcessorVersionAlias `json:"processorVersionAliases,omitempty"`
    // State: Output only. The state of the processor.
    //
    // Possible values:
    //   "STATE_UNSPECIFIED" - The processor is in an unspecified state.
    //   "ENABLED" - The processor is enabled, i.e., has an enabled version which
    // can currently serve processing requests and all the feature dependencies
    // have been successfully initialized.
    //   "DISABLED" - The processor is disabled.
    //   "ENABLING" - The processor is being enabled, will become `ENABLED` if
    // successful.
    //   "DISABLING" - The processor is being disabled, will become `DISABLED` if
    // successful.
    //   "CREATING" - The processor is being created, will become either `ENABLED`
    // (for successful creation) or `FAILED` (for failed ones). Once a processor is
    // in this state, it can then be used for document processing, but the feature
    // dependencies of the processor might not be fully created yet.
    //   "FAILED" - The processor failed during creation or initialization of
    // feature dependencies. The user should delete the processor and recreate one
    // as all the functionalities of the processor are disabled.
    //   "DELETING" - The processor is being deleted, will be removed if
    // successful.
    State string `json:"state,omitempty"`
    // Type: The processor type, such as: `OCR_PROCESSOR`, `INVOICE_PROCESSOR`. To
    // get a list of processor types, see FetchProcessorTypes.
    Type string `json:"type,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1Processor) MarshalJSON

func (s *GoogleCloudDocumentaiV1Processor) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1ProcessorType

GoogleCloudDocumentaiV1ProcessorType: A processor type is responsible for performing a certain document understanding task on a certain type of document.

type GoogleCloudDocumentaiV1ProcessorType struct {
    // AllowCreation: Whether the processor type allows creation. If true, users
    // can create a processor of this processor type. Otherwise, users need to
    // request access.
    AllowCreation bool `json:"allowCreation,omitempty"`
    // AvailableLocations: The locations in which this processor is available.
    AvailableLocations []*GoogleCloudDocumentaiV1ProcessorTypeLocationInfo `json:"availableLocations,omitempty"`
    // Category: The processor category, used by UI to group processor types.
    Category string `json:"category,omitempty"`
    // LaunchStage: Launch stage of the processor type
    //
    // Possible values:
    //   "LAUNCH_STAGE_UNSPECIFIED" - Do not use this default value.
    //   "UNIMPLEMENTED" - The feature is not yet implemented. Users can not use
    // it.
    //   "PRELAUNCH" - Prelaunch features are hidden from users and are only
    // visible internally.
    //   "EARLY_ACCESS" - Early Access features are limited to a closed group of
    // testers. To use these features, you must sign up in advance and sign a
    // Trusted Tester agreement (which includes confidentiality provisions). These
    // features may be unstable, changed in backward-incompatible ways, and are not
    // guaranteed to be released.
    //   "ALPHA" - Alpha is a limited availability test for releases before they
    // are cleared for widespread use. By Alpha, all significant design issues are
    // resolved and we are in the process of verifying functionality. Alpha
    // customers need to apply for access, agree to applicable terms, and have
    // their projects allowlisted. Alpha releases don't have to be feature
    // complete, no SLAs are provided, and there are no technical support
    // obligations, but they will be far enough along that customers can actually
    // use them in test environments or for limited-use tests -- just like they
    // would in normal production cases.
    //   "BETA" - Beta is the point at which we are ready to open a release for any
    // customer to use. There are no SLA or technical support obligations in a Beta
    // release. Products will be complete from a feature perspective, but may have
    // some open outstanding issues. Beta releases are suitable for limited
    // production use cases.
    //   "GA" - GA features are open to all developers and are considered stable
    // and fully qualified for production use.
    //   "DEPRECATED" - Deprecated features are scheduled to be shut down and
    // removed. For more information, see the "Deprecation Policy" section of our
    // [Terms of Service](https://cloud.google.com/terms/) and the [Google Cloud
    // Platform Subject to the Deprecation
    // Policy](https://cloud.google.com/terms/deprecation) documentation.
    LaunchStage string `json:"launchStage,omitempty"`
    // Name: The resource name of the processor type. Format:
    // `projects/{project}/processorTypes/{processor_type}`
    Name string `json:"name,omitempty"`
    // SampleDocumentUris: A set of Cloud Storage URIs of sample documents for this
    // processor.
    SampleDocumentUris []string `json:"sampleDocumentUris,omitempty"`
    // Type: The processor type, such as: `OCR_PROCESSOR`, `INVOICE_PROCESSOR`.
    Type string `json:"type,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "AllowCreation") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AllowCreation") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1ProcessorType) MarshalJSON

func (s *GoogleCloudDocumentaiV1ProcessorType) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1ProcessorTypeLocationInfo

GoogleCloudDocumentaiV1ProcessorTypeLocationInfo: The location information about where the processor is available.

type GoogleCloudDocumentaiV1ProcessorTypeLocationInfo struct {
    // LocationId: The location ID. For supported locations, refer to regional and
    // multi-regional support (/document-ai/docs/regions).
    LocationId string `json:"locationId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "LocationId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "LocationId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1ProcessorTypeLocationInfo) MarshalJSON

func (s *GoogleCloudDocumentaiV1ProcessorTypeLocationInfo) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1ProcessorVersion

GoogleCloudDocumentaiV1ProcessorVersion: A processor version is an implementation of a processor. Each processor can have multiple versions, pretrained by Google internally or uptrained by the customer. A processor can only have one default version at a time. Its document-processing behavior is defined by that version.

type GoogleCloudDocumentaiV1ProcessorVersion struct {
    // CreateTime: The time the processor version was created.
    CreateTime string `json:"createTime,omitempty"`
    // DeprecationInfo: If set, information about the eventual deprecation of this
    // version.
    DeprecationInfo *GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo `json:"deprecationInfo,omitempty"`
    // DisplayName: The display name of the processor version.
    DisplayName string `json:"displayName,omitempty"`
    // DocumentSchema: The schema of the processor version. Describes the output.
    DocumentSchema *GoogleCloudDocumentaiV1DocumentSchema `json:"documentSchema,omitempty"`
    // GoogleManaged: Output only. Denotes that this `ProcessorVersion` is managed
    // by Google.
    GoogleManaged bool `json:"googleManaged,omitempty"`
    // KmsKeyName: The KMS key name used for encryption.
    KmsKeyName string `json:"kmsKeyName,omitempty"`
    // KmsKeyVersionName: The KMS key version with which data is encrypted.
    KmsKeyVersionName string `json:"kmsKeyVersionName,omitempty"`
    // LatestEvaluation: The most recently invoked evaluation for the processor
    // version.
    LatestEvaluation *GoogleCloudDocumentaiV1EvaluationReference `json:"latestEvaluation,omitempty"`
    // ModelType: Output only. The model type of this processor version.
    //
    // Possible values:
    //   "MODEL_TYPE_UNSPECIFIED" - The processor version has unspecified model
    // type.
    //   "MODEL_TYPE_GENERATIVE" - The processor version has generative model type.
    //   "MODEL_TYPE_CUSTOM" - The processor version has custom model type.
    ModelType string `json:"modelType,omitempty"`
    // Name: Identifier. The resource name of the processor version. Format:
    // `projects/{project}/locations/{location}/processors/{processor}/processorVers
    // ions/{processor_version}`
    Name string `json:"name,omitempty"`
    // State: Output only. The state of the processor version.
    //
    // Possible values:
    //   "STATE_UNSPECIFIED" - The processor version is in an unspecified state.
    //   "DEPLOYED" - The processor version is deployed and can be used for
    // processing.
    //   "DEPLOYING" - The processor version is being deployed.
    //   "UNDEPLOYED" - The processor version is not deployed and cannot be used
    // for processing.
    //   "UNDEPLOYING" - The processor version is being undeployed.
    //   "CREATING" - The processor version is being created.
    //   "DELETING" - The processor version is being deleted.
    //   "FAILED" - The processor version failed and is in an indeterminate state.
    //   "IMPORTING" - The processor version is being imported.
    State string `json:"state,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1ProcessorVersion) MarshalJSON

func (s *GoogleCloudDocumentaiV1ProcessorVersion) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1ProcessorVersionAlias

GoogleCloudDocumentaiV1ProcessorVersionAlias: Contains the alias and the aliased resource name of processor version.

type GoogleCloudDocumentaiV1ProcessorVersionAlias struct {
    // Alias: The alias in the form of `processor_version` resource name.
    Alias string `json:"alias,omitempty"`
    // ProcessorVersion: The resource name of aliased processor version.
    ProcessorVersion string `json:"processorVersion,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Alias") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Alias") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1ProcessorVersionAlias) MarshalJSON

func (s *GoogleCloudDocumentaiV1ProcessorVersionAlias) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo

GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo: Information about the upcoming deprecation of this processor version.

type GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo struct {
    // DeprecationTime: The time at which this processor version will be
    // deprecated.
    DeprecationTime string `json:"deprecationTime,omitempty"`
    // ReplacementProcessorVersion: If set, the processor version that will be used
    // as a replacement.
    ReplacementProcessorVersion string `json:"replacementProcessorVersion,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DeprecationTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DeprecationTime") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo) MarshalJSON

func (s *GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1RawDocument

GoogleCloudDocumentaiV1RawDocument: Payload message of raw document content (bytes).

type GoogleCloudDocumentaiV1RawDocument struct {
    // Content: Inline document content.
    Content string `json:"content,omitempty"`
    // DisplayName: The display name of the document, it supports all Unicode
    // characters except the following: `*`, `?`, `[`, `]`, `%`, `{`, `}`,`'`,
    // `\", `,` `~`, `=` and `:` are reserved. If not specified, a default ID is
    // generated.
    DisplayName string `json:"displayName,omitempty"`
    // MimeType: An IANA MIME type (RFC6838) indicating the nature and format of
    // the content.
    MimeType string `json:"mimeType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Content") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Content") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1RawDocument) MarshalJSON

func (s *GoogleCloudDocumentaiV1RawDocument) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1ReviewDocumentOperationMetadata

GoogleCloudDocumentaiV1ReviewDocumentOperationMetadata: The long-running operation metadata for the ReviewDocument method.

type GoogleCloudDocumentaiV1ReviewDocumentOperationMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiV1CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // QuestionId: The Crowd Compute question ID.
    QuestionId string `json:"questionId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1ReviewDocumentOperationMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1ReviewDocumentOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1ReviewDocumentRequest

GoogleCloudDocumentaiV1ReviewDocumentRequest: Request message for the ReviewDocument method.

type GoogleCloudDocumentaiV1ReviewDocumentRequest struct {
    // DocumentSchema: The document schema of the human review task.
    DocumentSchema *GoogleCloudDocumentaiV1DocumentSchema `json:"documentSchema,omitempty"`
    // EnableSchemaValidation: Whether the validation should be performed on the
    // ad-hoc review request.
    EnableSchemaValidation bool `json:"enableSchemaValidation,omitempty"`
    // InlineDocument: An inline document proto.
    InlineDocument *GoogleCloudDocumentaiV1Document `json:"inlineDocument,omitempty"`
    // Priority: The priority of the human review task.
    //
    // Possible values:
    //   "DEFAULT" - The default priority level.
    //   "URGENT" - The urgent priority level. The labeling manager should allocate
    // labeler resource to the urgent task queue to respect this priority level.
    Priority string `json:"priority,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DocumentSchema") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DocumentSchema") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1ReviewDocumentRequest) MarshalJSON

func (s *GoogleCloudDocumentaiV1ReviewDocumentRequest) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1ReviewDocumentResponse

GoogleCloudDocumentaiV1ReviewDocumentResponse: Response message for the ReviewDocument method.

type GoogleCloudDocumentaiV1ReviewDocumentResponse struct {
    // GcsDestination: The Cloud Storage uri for the human reviewed document if the
    // review is succeeded.
    GcsDestination string `json:"gcsDestination,omitempty"`
    // RejectionReason: The reason why the review is rejected by reviewer.
    RejectionReason string `json:"rejectionReason,omitempty"`
    // State: The state of the review operation.
    //
    // Possible values:
    //   "STATE_UNSPECIFIED" - The default value. This value is used if the state
    // is omitted.
    //   "REJECTED" - The review operation is rejected by the reviewer.
    //   "SUCCEEDED" - The review operation is succeeded.
    State string `json:"state,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GcsDestination") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GcsDestination") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1ReviewDocumentResponse) MarshalJSON

func (s *GoogleCloudDocumentaiV1ReviewDocumentResponse) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1SetDefaultProcessorVersionMetadata

GoogleCloudDocumentaiV1SetDefaultProcessorVersionMetadata: The long-running operation metadata for the SetDefaultProcessorVersion method.

type GoogleCloudDocumentaiV1SetDefaultProcessorVersionMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiV1CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1SetDefaultProcessorVersionMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1SetDefaultProcessorVersionMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1SetDefaultProcessorVersionRequest

GoogleCloudDocumentaiV1SetDefaultProcessorVersionRequest: Request message for the SetDefaultProcessorVersion method.

type GoogleCloudDocumentaiV1SetDefaultProcessorVersionRequest struct {
    // DefaultProcessorVersion: Required. The resource name of child
    // ProcessorVersion to use as default. Format:
    // `projects/{project}/locations/{location}/processors/{processor}/processorVers
    // ions/{version}`
    DefaultProcessorVersion string `json:"defaultProcessorVersion,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DefaultProcessorVersion") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DefaultProcessorVersion") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1SetDefaultProcessorVersionRequest) MarshalJSON

func (s *GoogleCloudDocumentaiV1SetDefaultProcessorVersionRequest) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1SetDefaultProcessorVersionResponse

GoogleCloudDocumentaiV1SetDefaultProcessorVersionResponse: Response message for the SetDefaultProcessorVersion method.

type GoogleCloudDocumentaiV1SetDefaultProcessorVersionResponse struct {
}

type GoogleCloudDocumentaiV1TrainProcessorVersionMetadata

GoogleCloudDocumentaiV1TrainProcessorVersionMetadata: The metadata that represents a processor version being created.

type GoogleCloudDocumentaiV1TrainProcessorVersionMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiV1CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // TestDatasetValidation: The test dataset validation information.
    TestDatasetValidation *GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation `json:"testDatasetValidation,omitempty"`
    // TrainingDatasetValidation: The training dataset validation information.
    TrainingDatasetValidation *GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation `json:"trainingDatasetValidation,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1TrainProcessorVersionMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1TrainProcessorVersionMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation

GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation: The dataset validation information. This includes any and all errors with documents and the dataset.

type GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation struct {
    // DatasetErrorCount: The total number of dataset errors.
    DatasetErrorCount int64 `json:"datasetErrorCount,omitempty"`
    // DatasetErrors: Error information for the dataset as a whole. A maximum of 10
    // dataset errors will be returned. A single dataset error is terminal for
    // training.
    DatasetErrors []*GoogleRpcStatus `json:"datasetErrors,omitempty"`
    // DocumentErrorCount: The total number of document errors.
    DocumentErrorCount int64 `json:"documentErrorCount,omitempty"`
    // DocumentErrors: Error information pertaining to specific documents. A
    // maximum of 10 document errors will be returned. Any document with errors
    // will not be used throughout training.
    DocumentErrors []*GoogleRpcStatus `json:"documentErrors,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DatasetErrorCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DatasetErrorCount") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation) MarshalJSON

func (s *GoogleCloudDocumentaiV1TrainProcessorVersionMetadataDatasetValidation) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1TrainProcessorVersionRequest

GoogleCloudDocumentaiV1TrainProcessorVersionRequest: Request message for the TrainProcessorVersion method.

type GoogleCloudDocumentaiV1TrainProcessorVersionRequest struct {
    // BaseProcessorVersion: Optional. The processor version to use as a base for
    // training. This processor version must be a child of `parent`. Format:
    // `projects/{project}/locations/{location}/processors/{processor}/processorVers
    // ions/{processorVersion}`.
    BaseProcessorVersion string `json:"baseProcessorVersion,omitempty"`
    // CustomDocumentExtractionOptions: Options to control Custom Document
    // Extraction (CDE) Processor.
    CustomDocumentExtractionOptions *GoogleCloudDocumentaiV1TrainProcessorVersionRequestCustomDocumentExtractionOptions `json:"customDocumentExtractionOptions,omitempty"`
    // DocumentSchema: Optional. The schema the processor version will be trained
    // with.
    DocumentSchema *GoogleCloudDocumentaiV1DocumentSchema `json:"documentSchema,omitempty"`
    // FoundationModelTuningOptions: Options to control foundation model tuning of
    // a processor.
    FoundationModelTuningOptions *GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions `json:"foundationModelTuningOptions,omitempty"`
    // InputData: Optional. The input data used to train the ProcessorVersion.
    InputData *GoogleCloudDocumentaiV1TrainProcessorVersionRequestInputData `json:"inputData,omitempty"`
    // ProcessorVersion: Required. The processor version to be created.
    ProcessorVersion *GoogleCloudDocumentaiV1ProcessorVersion `json:"processorVersion,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BaseProcessorVersion") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BaseProcessorVersion") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1TrainProcessorVersionRequest) MarshalJSON

func (s *GoogleCloudDocumentaiV1TrainProcessorVersionRequest) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1TrainProcessorVersionRequestCustomDocumentExtractionOptions

GoogleCloudDocumentaiV1TrainProcessorVersionRequestCustomDocumentExtractionOp tions: Options to control the training of the Custom Document Extraction (CDE) Processor.

type GoogleCloudDocumentaiV1TrainProcessorVersionRequestCustomDocumentExtractionOptions struct {
    // TrainingMethod: Training method to use for CDE training.
    //
    // Possible values:
    //   "TRAINING_METHOD_UNSPECIFIED"
    //   "MODEL_BASED"
    //   "TEMPLATE_BASED"
    TrainingMethod string `json:"trainingMethod,omitempty"`
    // ForceSendFields is a list of field names (e.g. "TrainingMethod") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "TrainingMethod") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1TrainProcessorVersionRequestCustomDocumentExtractionOptions) MarshalJSON

func (s *GoogleCloudDocumentaiV1TrainProcessorVersionRequestCustomDocumentExtractionOptions) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions

GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptio ns: Options to control foundation model tuning of the processor.

type GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions struct {
    // LearningRateMultiplier: Optional. The multiplier to apply to the recommended
    // learning rate. Valid values are between 0.1 and 10. If not provided,
    // recommended learning rate will be used.
    LearningRateMultiplier float64 `json:"learningRateMultiplier,omitempty"`
    // TrainSteps: Optional. The number of steps to run for model tuning. Valid
    // values are between 1 and 400. If not provided, recommended steps will be
    // used.
    TrainSteps int64 `json:"trainSteps,omitempty"`
    // ForceSendFields is a list of field names (e.g. "LearningRateMultiplier") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "LearningRateMultiplier") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions) MarshalJSON

func (s *GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1TrainProcessorVersionRequestInputData

GoogleCloudDocumentaiV1TrainProcessorVersionRequestInputData: The input data used to train a new ProcessorVersion.

type GoogleCloudDocumentaiV1TrainProcessorVersionRequestInputData struct {
    // TestDocuments: The documents used for testing the trained version.
    TestDocuments *GoogleCloudDocumentaiV1BatchDocumentsInputConfig `json:"testDocuments,omitempty"`
    // TrainingDocuments: The documents used for training the new version.
    TrainingDocuments *GoogleCloudDocumentaiV1BatchDocumentsInputConfig `json:"trainingDocuments,omitempty"`
    // ForceSendFields is a list of field names (e.g. "TestDocuments") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "TestDocuments") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1TrainProcessorVersionRequestInputData) MarshalJSON

func (s *GoogleCloudDocumentaiV1TrainProcessorVersionRequestInputData) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1TrainProcessorVersionResponse

GoogleCloudDocumentaiV1TrainProcessorVersionResponse: The response for TrainProcessorVersion.

type GoogleCloudDocumentaiV1TrainProcessorVersionResponse struct {
    // ProcessorVersion: The resource name of the processor version produced by
    // training.
    ProcessorVersion string `json:"processorVersion,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ProcessorVersion") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ProcessorVersion") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1TrainProcessorVersionResponse) MarshalJSON

func (s *GoogleCloudDocumentaiV1TrainProcessorVersionResponse) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1UndeployProcessorVersionMetadata

GoogleCloudDocumentaiV1UndeployProcessorVersionMetadata: The long-running operation metadata for the UndeployProcessorVersion method.

type GoogleCloudDocumentaiV1UndeployProcessorVersionMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiV1CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1UndeployProcessorVersionMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1UndeployProcessorVersionMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1UndeployProcessorVersionRequest

GoogleCloudDocumentaiV1UndeployProcessorVersionRequest: Request message for the UndeployProcessorVersion method.

type GoogleCloudDocumentaiV1UndeployProcessorVersionRequest struct {
}

type GoogleCloudDocumentaiV1UndeployProcessorVersionResponse

GoogleCloudDocumentaiV1UndeployProcessorVersionResponse: Response message for the UndeployProcessorVersion method.

type GoogleCloudDocumentaiV1UndeployProcessorVersionResponse struct {
}

type GoogleCloudDocumentaiV1Vertex

GoogleCloudDocumentaiV1Vertex: A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.

type GoogleCloudDocumentaiV1Vertex struct {
    // X: X coordinate.
    X int64 `json:"x,omitempty"`
    // Y: Y coordinate (starts from the top of the image).
    Y int64 `json:"y,omitempty"`
    // ForceSendFields is a list of field names (e.g. "X") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "X") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1Vertex) MarshalJSON

func (s *GoogleCloudDocumentaiV1Vertex) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1Barcode

GoogleCloudDocumentaiV1beta1Barcode: Encodes the detailed information of a barcode.

type GoogleCloudDocumentaiV1beta1Barcode struct {
    // Format: Format of a barcode. The supported formats are: - `CODE_128`: Code
    // 128 type. - `CODE_39`: Code 39 type. - `CODE_93`: Code 93 type. - `CODABAR`:
    // Codabar type. - `DATA_MATRIX`: 2D Data Matrix type. - `ITF`: ITF type. -
    // `EAN_13`: EAN-13 type. - `EAN_8`: EAN-8 type. - `QR_CODE`: 2D QR code type.
    // - `UPC_A`: UPC-A type. - `UPC_E`: UPC-E type. - `PDF417`: PDF417 type. -
    // `AZTEC`: 2D Aztec code type. - `DATABAR`: GS1 DataBar code type.
    Format string `json:"format,omitempty"`
    // RawValue: Raw value encoded in the barcode. For example:
    // `'MEBKM:TITLE:Google;URL:https://www.google.com;;'`.
    RawValue string `json:"rawValue,omitempty"`
    // ValueFormat: Value format describes the format of the value that a barcode
    // encodes. The supported formats are: - `CONTACT_INFO`: Contact information. -
    // `EMAIL`: Email address. - `ISBN`: ISBN identifier. - `PHONE`: Phone number.
    // - `PRODUCT`: Product. - `SMS`: SMS message. - `TEXT`: Text string. - `URL`:
    // URL address. - `WIFI`: Wifi information. - `GEO`: Geo-localization. -
    // `CALENDAR_EVENT`: Calendar event. - `DRIVER_LICENSE`: Driver's license.
    ValueFormat string `json:"valueFormat,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Format") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Format") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1Barcode) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1Barcode) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse

GoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse: Response to an batch document processing request. This is returned in the LRO Operation after the operation is complete.

type GoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse struct {
    // Responses: Responses for each individual document.
    Responses []*GoogleCloudDocumentaiV1beta1ProcessDocumentResponse `json:"responses,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Responses") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Responses") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1BoundingPoly

GoogleCloudDocumentaiV1beta1BoundingPoly: A bounding polygon for the detected image annotation.

type GoogleCloudDocumentaiV1beta1BoundingPoly struct {
    // NormalizedVertices: The bounding polygon normalized vertices.
    NormalizedVertices []*GoogleCloudDocumentaiV1beta1NormalizedVertex `json:"normalizedVertices,omitempty"`
    // Vertices: The bounding polygon vertices.
    Vertices []*GoogleCloudDocumentaiV1beta1Vertex `json:"vertices,omitempty"`
    // ForceSendFields is a list of field names (e.g. "NormalizedVertices") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NormalizedVertices") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1BoundingPoly) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1BoundingPoly) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1Document

GoogleCloudDocumentaiV1beta1Document: Document represents the canonical document resource in Document AI. It is an interchange format that provides insights into documents and allows for collaboration between users and Document AI to iterate and optimize for quality.

type GoogleCloudDocumentaiV1beta1Document struct {
    // Content: Optional. Inline document content, represented as a stream of
    // bytes. Note: As with all `bytes` fields, protobuffers use a pure binary
    // representation, whereas JSON representations use base64.
    Content string `json:"content,omitempty"`
    // Entities: A list of entities detected on Document.text. For document shards,
    // entities in this list may cross shard boundaries.
    Entities []*GoogleCloudDocumentaiV1beta1DocumentEntity `json:"entities,omitempty"`
    // EntityRelations: Placeholder. Relationship among Document.entities.
    EntityRelations []*GoogleCloudDocumentaiV1beta1DocumentEntityRelation `json:"entityRelations,omitempty"`
    // Error: Any error that occurred while processing this document.
    Error *GoogleRpcStatus `json:"error,omitempty"`
    // MimeType: An IANA published media type (MIME type)
    // (https://www.iana.org/assignments/media-types/media-types.xhtml).
    MimeType string `json:"mimeType,omitempty"`
    // Pages: Visual page layout for the Document.
    Pages []*GoogleCloudDocumentaiV1beta1DocumentPage `json:"pages,omitempty"`
    // Revisions: Placeholder. Revision history of this document.
    Revisions []*GoogleCloudDocumentaiV1beta1DocumentRevision `json:"revisions,omitempty"`
    // ShardInfo: Information about the sharding if this document is sharded part
    // of a larger document. If the document is not sharded, this message is not
    // specified.
    ShardInfo *GoogleCloudDocumentaiV1beta1DocumentShardInfo `json:"shardInfo,omitempty"`
    // Text: Optional. UTF-8 encoded text in reading order from the document.
    Text string `json:"text,omitempty"`
    // TextChanges: Placeholder. A list of text corrections made to Document.text.
    // This is usually used for annotating corrections to OCR mistakes. Text
    // changes for a given revision may not overlap with each other.
    TextChanges []*GoogleCloudDocumentaiV1beta1DocumentTextChange `json:"textChanges,omitempty"`
    // TextStyles: Styles for the Document.text.
    TextStyles []*GoogleCloudDocumentaiV1beta1DocumentStyle `json:"textStyles,omitempty"`
    // Uri: Optional. Currently supports Google Cloud Storage URI of the form
    // `gs://bucket_name/object_name`. Object versioning is not supported. For more
    // information, refer to Google Cloud Storage Request URIs
    // (https://cloud.google.com/storage/docs/reference-uris).
    Uri string `json:"uri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Content") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Content") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1Document) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1Document) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1DocumentEntity

GoogleCloudDocumentaiV1beta1DocumentEntity: An entity that could be a phrase in the text or a property that belongs to the document. It is a known entity type, such as a person, an organization, or location.

type GoogleCloudDocumentaiV1beta1DocumentEntity struct {
    // Confidence: Optional. Confidence of detected Schema entity. Range `[0, 1]`.
    Confidence float64 `json:"confidence,omitempty"`
    // Id: Optional. Canonical id. This will be a unique value in the entity list
    // for this document.
    Id string `json:"id,omitempty"`
    // MentionId: Optional. Deprecated. Use `id` field instead.
    MentionId string `json:"mentionId,omitempty"`
    // MentionText: Optional. Text value of the entity e.g. `1600 Amphitheatre
    // Pkwy`.
    MentionText string `json:"mentionText,omitempty"`
    // NormalizedValue: Optional. Normalized entity value. Absent if the extracted
    // value could not be converted or the type (e.g. address) is not supported for
    // certain parsers. This field is also only populated for certain supported
    // document types.
    NormalizedValue *GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue `json:"normalizedValue,omitempty"`
    // PageAnchor: Optional. Represents the provenance of this entity wrt. the
    // location on the page where it was found.
    PageAnchor *GoogleCloudDocumentaiV1beta1DocumentPageAnchor `json:"pageAnchor,omitempty"`
    // Properties: Optional. Entities can be nested to form a hierarchical data
    // structure representing the content in the document.
    Properties []*GoogleCloudDocumentaiV1beta1DocumentEntity `json:"properties,omitempty"`
    // Provenance: Optional. The history of this annotation.
    Provenance *GoogleCloudDocumentaiV1beta1DocumentProvenance `json:"provenance,omitempty"`
    // Redacted: Optional. Whether the entity will be redacted for
    // de-identification purposes.
    Redacted bool `json:"redacted,omitempty"`
    // TextAnchor: Optional. Provenance of the entity. Text anchor indexing into
    // the Document.text.
    TextAnchor *GoogleCloudDocumentaiV1beta1DocumentTextAnchor `json:"textAnchor,omitempty"`
    // Type: Required. Entity type from a schema e.g. `Address`.
    Type string `json:"type,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Confidence") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Confidence") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentEntity) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentEntity) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1beta1DocumentEntity) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentEntity) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue

GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue: Parsed and normalized entity value.

type GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue struct {
    // AddressValue: Postal address. See also:
    // https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
    AddressValue *GoogleTypePostalAddress `json:"addressValue,omitempty"`
    // BooleanValue: Boolean value. Can be used for entities with binary values, or
    // for checkboxes.
    BooleanValue bool `json:"booleanValue,omitempty"`
    // DateValue: Date value. Includes year, month, day. See also:
    // https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
    DateValue *GoogleTypeDate `json:"dateValue,omitempty"`
    // DatetimeValue: DateTime value. Includes date, time, and timezone. See also:
    // https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
    DatetimeValue *GoogleTypeDateTime `json:"datetimeValue,omitempty"`
    // FloatValue: Float value.
    FloatValue float64 `json:"floatValue,omitempty"`
    // IntegerValue: Integer value.
    IntegerValue int64 `json:"integerValue,omitempty"`
    // MoneyValue: Money value. See also:
    // https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
    MoneyValue *GoogleTypeMoney `json:"moneyValue,omitempty"`
    // Text: Optional. An optional field to store a normalized string. For some
    // entity types, one of respective `structured_value` fields may also be
    // populated. Also not all the types of `structured_value` will be normalized.
    // For example, some processors may not generate `float` or `integer`
    // normalized text by default. Below are sample formats mapped to structured
    // values. - Money/Currency type (`money_value`) is in the ISO 4217 text
    // format. - Date type (`date_value`) is in the ISO 8601 text format. -
    // Datetime type (`datetime_value`) is in the ISO 8601 text format.
    Text string `json:"text,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AddressValue") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AddressValue") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1beta1DocumentEntityRelation

GoogleCloudDocumentaiV1beta1DocumentEntityRelation: Relationship between Entities.

type GoogleCloudDocumentaiV1beta1DocumentEntityRelation struct {
    // ObjectId: Object entity id.
    ObjectId string `json:"objectId,omitempty"`
    // Relation: Relationship description.
    Relation string `json:"relation,omitempty"`
    // SubjectId: Subject entity id.
    SubjectId string `json:"subjectId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ObjectId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ObjectId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentEntityRelation) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentEntityRelation) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1DocumentPage

GoogleCloudDocumentaiV1beta1DocumentPage: A page in a Document.

type GoogleCloudDocumentaiV1beta1DocumentPage struct {
    // Blocks: A list of visually detected text blocks on the page. A block has a
    // set of lines (collected into paragraphs) that have a common line-spacing and
    // orientation.
    Blocks []*GoogleCloudDocumentaiV1beta1DocumentPageBlock `json:"blocks,omitempty"`
    // DetectedBarcodes: A list of detected barcodes.
    DetectedBarcodes []*GoogleCloudDocumentaiV1beta1DocumentPageDetectedBarcode `json:"detectedBarcodes,omitempty"`
    // DetectedLanguages: A list of detected languages together with confidence.
    DetectedLanguages []*GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage `json:"detectedLanguages,omitempty"`
    // Dimension: Physical dimension of the page.
    Dimension *GoogleCloudDocumentaiV1beta1DocumentPageDimension `json:"dimension,omitempty"`
    // FormFields: A list of visually detected form fields on the page.
    FormFields []*GoogleCloudDocumentaiV1beta1DocumentPageFormField `json:"formFields,omitempty"`
    // Image: Rendered image for this page. This image is preprocessed to remove
    // any skew, rotation, and distortions such that the annotation bounding boxes
    // can be upright and axis-aligned.
    Image *GoogleCloudDocumentaiV1beta1DocumentPageImage `json:"image,omitempty"`
    // ImageQualityScores: Image quality scores.
    ImageQualityScores *GoogleCloudDocumentaiV1beta1DocumentPageImageQualityScores `json:"imageQualityScores,omitempty"`
    // Layout: Layout for the page.
    Layout *GoogleCloudDocumentaiV1beta1DocumentPageLayout `json:"layout,omitempty"`
    // Lines: A list of visually detected text lines on the page. A collection of
    // tokens that a human would perceive as a line.
    Lines []*GoogleCloudDocumentaiV1beta1DocumentPageLine `json:"lines,omitempty"`
    // PageNumber: 1-based index for current Page in a parent Document. Useful when
    // a page is taken out of a Document for individual processing.
    PageNumber int64 `json:"pageNumber,omitempty"`
    // Paragraphs: A list of visually detected text paragraphs on the page. A
    // collection of lines that a human would perceive as a paragraph.
    Paragraphs []*GoogleCloudDocumentaiV1beta1DocumentPageParagraph `json:"paragraphs,omitempty"`
    // Provenance: The history of this page.
    Provenance *GoogleCloudDocumentaiV1beta1DocumentProvenance `json:"provenance,omitempty"`
    // Symbols: A list of visually detected symbols on the page.
    Symbols []*GoogleCloudDocumentaiV1beta1DocumentPageSymbol `json:"symbols,omitempty"`
    // Tables: A list of visually detected tables on the page.
    Tables []*GoogleCloudDocumentaiV1beta1DocumentPageTable `json:"tables,omitempty"`
    // Tokens: A list of visually detected tokens on the page.
    Tokens []*GoogleCloudDocumentaiV1beta1DocumentPageToken `json:"tokens,omitempty"`
    // Transforms: Transformation matrices that were applied to the original
    // document image to produce Page.image.
    Transforms []*GoogleCloudDocumentaiV1beta1DocumentPageMatrix `json:"transforms,omitempty"`
    // VisualElements: A list of detected non-text visual elements e.g. checkbox,
    // signature etc. on the page.
    VisualElements []*GoogleCloudDocumentaiV1beta1DocumentPageVisualElement `json:"visualElements,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Blocks") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Blocks") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentPage) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPage) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1DocumentPageAnchor

GoogleCloudDocumentaiV1beta1DocumentPageAnchor: Referencing the visual context of the entity in the Document.pages. Page anchors can be cross-page, consist of multiple bounding polygons and optionally reference specific layout element types.

type GoogleCloudDocumentaiV1beta1DocumentPageAnchor struct {
    // PageRefs: One or more references to visual page elements
    PageRefs []*GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef `json:"pageRefs,omitempty"`
    // ForceSendFields is a list of field names (e.g. "PageRefs") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "PageRefs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentPageAnchor) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPageAnchor) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef

GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef: Represents a weak reference to a page element within a document.

type GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef struct {
    // BoundingPoly: Optional. Identifies the bounding polygon of a layout element
    // on the page. If `layout_type` is set, the bounding polygon must be exactly
    // the same to the layout element it's referring to.
    BoundingPoly *GoogleCloudDocumentaiV1beta1BoundingPoly `json:"boundingPoly,omitempty"`
    // Confidence: Optional. Confidence of detected page element, if applicable.
    // Range `[0, 1]`.
    Confidence float64 `json:"confidence,omitempty"`
    // LayoutId: Optional. Deprecated. Use PageRef.bounding_poly instead.
    LayoutId string `json:"layoutId,omitempty"`
    // LayoutType: Optional. The type of the layout element that is being
    // referenced if any.
    //
    // Possible values:
    //   "LAYOUT_TYPE_UNSPECIFIED" - Layout Unspecified.
    //   "BLOCK" - References a Page.blocks element.
    //   "PARAGRAPH" - References a Page.paragraphs element.
    //   "LINE" - References a Page.lines element.
    //   "TOKEN" - References a Page.tokens element.
    //   "VISUAL_ELEMENT" - References a Page.visual_elements element.
    //   "TABLE" - Refrrences a Page.tables element.
    //   "FORM_FIELD" - References a Page.form_fields element.
    LayoutType string `json:"layoutType,omitempty"`
    // Page: Required. Index into the Document.pages element, for example using
    // `Document.pages` to locate the related page element. This field is skipped
    // when its value is the default `0`. See
    // https://developers.google.com/protocol-buffers/docs/proto3#json.
    Page int64 `json:"page,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "BoundingPoly") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BoundingPoly") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1beta1DocumentPageBlock

GoogleCloudDocumentaiV1beta1DocumentPageBlock: A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.

type GoogleCloudDocumentaiV1beta1DocumentPageBlock struct {
    // DetectedLanguages: A list of detected languages together with confidence.
    DetectedLanguages []*GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage `json:"detectedLanguages,omitempty"`
    // Layout: Layout for Block.
    Layout *GoogleCloudDocumentaiV1beta1DocumentPageLayout `json:"layout,omitempty"`
    // Provenance: The history of this annotation.
    Provenance *GoogleCloudDocumentaiV1beta1DocumentProvenance `json:"provenance,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DetectedLanguages") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DetectedLanguages") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentPageBlock) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPageBlock) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1DocumentPageDetectedBarcode

GoogleCloudDocumentaiV1beta1DocumentPageDetectedBarcode: A detected barcode.

type GoogleCloudDocumentaiV1beta1DocumentPageDetectedBarcode struct {
    // Barcode: Detailed barcode information of the DetectedBarcode.
    Barcode *GoogleCloudDocumentaiV1beta1Barcode `json:"barcode,omitempty"`
    // Layout: Layout for DetectedBarcode.
    Layout *GoogleCloudDocumentaiV1beta1DocumentPageLayout `json:"layout,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Barcode") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Barcode") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentPageDetectedBarcode) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPageDetectedBarcode) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage

GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage: Detected language for a structural component.

type GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage struct {
    // Confidence: Confidence of detected language. Range `[0, 1]`.
    Confidence float64 `json:"confidence,omitempty"`
    // LanguageCode: The BCP-47 language code
    // (https://www.unicode.org/reports/tr35/#Unicode_locale_identifier), such as
    // `en-US` or `sr-Latn`.
    LanguageCode string `json:"languageCode,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Confidence") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Confidence") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1beta1DocumentPageDimension

GoogleCloudDocumentaiV1beta1DocumentPageDimension: Dimension for the page.

type GoogleCloudDocumentaiV1beta1DocumentPageDimension struct {
    // Height: Page height.
    Height float64 `json:"height,omitempty"`
    // Unit: Dimension unit.
    Unit string `json:"unit,omitempty"`
    // Width: Page width.
    Width float64 `json:"width,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Height") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Height") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentPageDimension) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPageDimension) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1beta1DocumentPageDimension) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPageDimension) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1beta1DocumentPageFormField

GoogleCloudDocumentaiV1beta1DocumentPageFormField: A form field detected on the page.

type GoogleCloudDocumentaiV1beta1DocumentPageFormField struct {
    // CorrectedKeyText: Created for Labeling UI to export key text. If corrections
    // were made to the text identified by the `field_name.text_anchor`, this field
    // will contain the correction.
    CorrectedKeyText string `json:"correctedKeyText,omitempty"`
    // CorrectedValueText: Created for Labeling UI to export value text. If
    // corrections were made to the text identified by the
    // `field_value.text_anchor`, this field will contain the correction.
    CorrectedValueText string `json:"correctedValueText,omitempty"`
    // FieldName: Layout for the FormField name. e.g. `Address`, `Email`, `Grand
    // total`, `Phone number`, etc.
    FieldName *GoogleCloudDocumentaiV1beta1DocumentPageLayout `json:"fieldName,omitempty"`
    // FieldValue: Layout for the FormField value.
    FieldValue *GoogleCloudDocumentaiV1beta1DocumentPageLayout `json:"fieldValue,omitempty"`
    // NameDetectedLanguages: A list of detected languages for name together with
    // confidence.
    NameDetectedLanguages []*GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage `json:"nameDetectedLanguages,omitempty"`
    // Provenance: The history of this annotation.
    Provenance *GoogleCloudDocumentaiV1beta1DocumentProvenance `json:"provenance,omitempty"`
    // ValueDetectedLanguages: A list of detected languages for value together with
    // confidence.
    ValueDetectedLanguages []*GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage `json:"valueDetectedLanguages,omitempty"`
    // ValueType: If the value is non-textual, this field represents the type.
    // Current valid values are: - blank (this indicates the `field_value` is
    // normal text) - `unfilled_checkbox` - `filled_checkbox`
    ValueType string `json:"valueType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CorrectedKeyText") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CorrectedKeyText") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentPageFormField) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPageFormField) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1DocumentPageImage

GoogleCloudDocumentaiV1beta1DocumentPageImage: Rendered image contents for this page.

type GoogleCloudDocumentaiV1beta1DocumentPageImage struct {
    // Content: Raw byte content of the image.
    Content string `json:"content,omitempty"`
    // Height: Height of the image in pixels.
    Height int64 `json:"height,omitempty"`
    // MimeType: Encoding media type (MIME type)
    // (https://www.iana.org/assignments/media-types/media-types.xhtml) for the
    // image.
    MimeType string `json:"mimeType,omitempty"`
    // Width: Width of the image in pixels.
    Width int64 `json:"width,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Content") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Content") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentPageImage) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPageImage) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1DocumentPageImageQualityScores

GoogleCloudDocumentaiV1beta1DocumentPageImageQualityScores: Image quality scores for the page image.

type GoogleCloudDocumentaiV1beta1DocumentPageImageQualityScores struct {
    // DetectedDefects: A list of detected defects.
    DetectedDefects []*GoogleCloudDocumentaiV1beta1DocumentPageImageQualityScoresDetectedDefect `json:"detectedDefects,omitempty"`
    // QualityScore: The overall quality score. Range `[0, 1]` where `1` is perfect
    // quality.
    QualityScore float64 `json:"qualityScore,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DetectedDefects") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DetectedDefects") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentPageImageQualityScores) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPageImageQualityScores) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1beta1DocumentPageImageQualityScores) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPageImageQualityScores) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1beta1DocumentPageImageQualityScoresDetectedDefect

GoogleCloudDocumentaiV1beta1DocumentPageImageQualityScoresDetectedDefect: Image Quality Defects

type GoogleCloudDocumentaiV1beta1DocumentPageImageQualityScoresDetectedDefect struct {
    // Confidence: Confidence of detected defect. Range `[0, 1]` where `1`
    // indicates strong confidence that the defect exists.
    Confidence float64 `json:"confidence,omitempty"`
    // Type: Name of the defect type. Supported values are: -
    // `quality/defect_blurry` - `quality/defect_noisy` - `quality/defect_dark` -
    // `quality/defect_faint` - `quality/defect_text_too_small` -
    // `quality/defect_document_cutoff` - `quality/defect_text_cutoff` -
    // `quality/defect_glare`
    Type string `json:"type,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Confidence") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Confidence") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentPageImageQualityScoresDetectedDefect) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPageImageQualityScoresDetectedDefect) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1beta1DocumentPageImageQualityScoresDetectedDefect) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPageImageQualityScoresDetectedDefect) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1beta1DocumentPageLayout

GoogleCloudDocumentaiV1beta1DocumentPageLayout: Visual element describing a layout unit on a page.

type GoogleCloudDocumentaiV1beta1DocumentPageLayout struct {
    // BoundingPoly: The bounding polygon for the Layout.
    BoundingPoly *GoogleCloudDocumentaiV1beta1BoundingPoly `json:"boundingPoly,omitempty"`
    // Confidence: Confidence of the current Layout within context of the object
    // this layout is for. e.g. confidence can be for a single token, a table, a
    // visual element, etc. depending on context. Range `[0, 1]`.
    Confidence float64 `json:"confidence,omitempty"`
    // Orientation: Detected orientation for the Layout.
    //
    // Possible values:
    //   "ORIENTATION_UNSPECIFIED" - Unspecified orientation.
    //   "PAGE_UP" - Orientation is aligned with page up.
    //   "PAGE_RIGHT" - Orientation is aligned with page right. Turn the head 90
    // degrees clockwise from upright to read.
    //   "PAGE_DOWN" - Orientation is aligned with page down. Turn the head 180
    // degrees from upright to read.
    //   "PAGE_LEFT" - Orientation is aligned with page left. Turn the head 90
    // degrees counterclockwise from upright to read.
    Orientation string `json:"orientation,omitempty"`
    // TextAnchor: Text anchor indexing into the Document.text.
    TextAnchor *GoogleCloudDocumentaiV1beta1DocumentTextAnchor `json:"textAnchor,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BoundingPoly") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BoundingPoly") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentPageLayout) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPageLayout) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1beta1DocumentPageLayout) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPageLayout) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1beta1DocumentPageLine

GoogleCloudDocumentaiV1beta1DocumentPageLine: A collection of tokens that a human would perceive as a line. Does not cross column boundaries, can be horizontal, vertical, etc.

type GoogleCloudDocumentaiV1beta1DocumentPageLine struct {
    // DetectedLanguages: A list of detected languages together with confidence.
    DetectedLanguages []*GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage `json:"detectedLanguages,omitempty"`
    // Layout: Layout for Line.
    Layout *GoogleCloudDocumentaiV1beta1DocumentPageLayout `json:"layout,omitempty"`
    // Provenance: The history of this annotation.
    Provenance *GoogleCloudDocumentaiV1beta1DocumentProvenance `json:"provenance,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DetectedLanguages") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DetectedLanguages") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentPageLine) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPageLine) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1DocumentPageMatrix

GoogleCloudDocumentaiV1beta1DocumentPageMatrix: Representation for transformation matrix, intended to be compatible and used with OpenCV format for image manipulation.

type GoogleCloudDocumentaiV1beta1DocumentPageMatrix struct {
    // Cols: Number of columns in the matrix.
    Cols int64 `json:"cols,omitempty"`
    // Data: The matrix data.
    Data string `json:"data,omitempty"`
    // Rows: Number of rows in the matrix.
    Rows int64 `json:"rows,omitempty"`
    // Type: This encodes information about what data type the matrix uses. For
    // example, 0 (CV_8U) is an unsigned 8-bit image. For the full list of OpenCV
    // primitive data types, please refer to
    // https://docs.opencv.org/4.3.0/d1/d1b/group__core__hal__interface.html
    Type int64 `json:"type,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Cols") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Cols") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentPageMatrix) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPageMatrix) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1DocumentPageParagraph

GoogleCloudDocumentaiV1beta1DocumentPageParagraph: A collection of lines that a human would perceive as a paragraph.

type GoogleCloudDocumentaiV1beta1DocumentPageParagraph struct {
    // DetectedLanguages: A list of detected languages together with confidence.
    DetectedLanguages []*GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage `json:"detectedLanguages,omitempty"`
    // Layout: Layout for Paragraph.
    Layout *GoogleCloudDocumentaiV1beta1DocumentPageLayout `json:"layout,omitempty"`
    // Provenance: The history of this annotation.
    Provenance *GoogleCloudDocumentaiV1beta1DocumentProvenance `json:"provenance,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DetectedLanguages") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DetectedLanguages") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentPageParagraph) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPageParagraph) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1DocumentPageSymbol

GoogleCloudDocumentaiV1beta1DocumentPageSymbol: A detected symbol.

type GoogleCloudDocumentaiV1beta1DocumentPageSymbol struct {
    // DetectedLanguages: A list of detected languages together with confidence.
    DetectedLanguages []*GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage `json:"detectedLanguages,omitempty"`
    // Layout: Layout for Symbol.
    Layout *GoogleCloudDocumentaiV1beta1DocumentPageLayout `json:"layout,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DetectedLanguages") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DetectedLanguages") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentPageSymbol) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPageSymbol) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1DocumentPageTable

GoogleCloudDocumentaiV1beta1DocumentPageTable: A table representation similar to HTML table structure.

type GoogleCloudDocumentaiV1beta1DocumentPageTable struct {
    // BodyRows: Body rows of the table.
    BodyRows []*GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow `json:"bodyRows,omitempty"`
    // DetectedLanguages: A list of detected languages together with confidence.
    DetectedLanguages []*GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage `json:"detectedLanguages,omitempty"`
    // HeaderRows: Header rows of the table.
    HeaderRows []*GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow `json:"headerRows,omitempty"`
    // Layout: Layout for Table.
    Layout *GoogleCloudDocumentaiV1beta1DocumentPageLayout `json:"layout,omitempty"`
    // Provenance: The history of this table.
    Provenance *GoogleCloudDocumentaiV1beta1DocumentProvenance `json:"provenance,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BodyRows") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BodyRows") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentPageTable) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPageTable) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1DocumentPageTableTableCell

GoogleCloudDocumentaiV1beta1DocumentPageTableTableCell: A cell representation inside the table.

type GoogleCloudDocumentaiV1beta1DocumentPageTableTableCell struct {
    // ColSpan: How many columns this cell spans.
    ColSpan int64 `json:"colSpan,omitempty"`
    // DetectedLanguages: A list of detected languages together with confidence.
    DetectedLanguages []*GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage `json:"detectedLanguages,omitempty"`
    // Layout: Layout for TableCell.
    Layout *GoogleCloudDocumentaiV1beta1DocumentPageLayout `json:"layout,omitempty"`
    // RowSpan: How many rows this cell spans.
    RowSpan int64 `json:"rowSpan,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ColSpan") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ColSpan") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentPageTableTableCell) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPageTableTableCell) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow

GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow: A row of table cells.

type GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow struct {
    // Cells: Cells that make up this row.
    Cells []*GoogleCloudDocumentaiV1beta1DocumentPageTableTableCell `json:"cells,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Cells") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Cells") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1DocumentPageToken

GoogleCloudDocumentaiV1beta1DocumentPageToken: A detected token.

type GoogleCloudDocumentaiV1beta1DocumentPageToken struct {
    // DetectedBreak: Detected break at the end of a Token.
    DetectedBreak *GoogleCloudDocumentaiV1beta1DocumentPageTokenDetectedBreak `json:"detectedBreak,omitempty"`
    // DetectedLanguages: A list of detected languages together with confidence.
    DetectedLanguages []*GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage `json:"detectedLanguages,omitempty"`
    // Layout: Layout for Token.
    Layout *GoogleCloudDocumentaiV1beta1DocumentPageLayout `json:"layout,omitempty"`
    // Provenance: The history of this annotation.
    Provenance *GoogleCloudDocumentaiV1beta1DocumentProvenance `json:"provenance,omitempty"`
    // StyleInfo: Text style attributes.
    StyleInfo *GoogleCloudDocumentaiV1beta1DocumentPageTokenStyleInfo `json:"styleInfo,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DetectedBreak") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DetectedBreak") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentPageToken) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPageToken) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1DocumentPageTokenDetectedBreak

GoogleCloudDocumentaiV1beta1DocumentPageTokenDetectedBreak: Detected break at the end of a Token.

type GoogleCloudDocumentaiV1beta1DocumentPageTokenDetectedBreak struct {
    // Type: Detected break type.
    //
    // Possible values:
    //   "TYPE_UNSPECIFIED" - Unspecified break type.
    //   "SPACE" - A single whitespace.
    //   "WIDE_SPACE" - A wider whitespace.
    //   "HYPHEN" - A hyphen that indicates that a token has been split across
    // lines.
    Type string `json:"type,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Type") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Type") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentPageTokenDetectedBreak) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPageTokenDetectedBreak) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1DocumentPageTokenStyleInfo

GoogleCloudDocumentaiV1beta1DocumentPageTokenStyleInfo: Font and other text style attributes.

type GoogleCloudDocumentaiV1beta1DocumentPageTokenStyleInfo struct {
    // BackgroundColor: Color of the background.
    BackgroundColor *GoogleTypeColor `json:"backgroundColor,omitempty"`
    // Bold: Whether the text is bold (equivalent to font_weight is at least
    // `700`).
    Bold bool `json:"bold,omitempty"`
    // FontSize: Font size in points (`1` point is `¹⁄₇₂` inches).
    FontSize int64 `json:"fontSize,omitempty"`
    // FontType: Name or style of the font.
    FontType string `json:"fontType,omitempty"`
    // FontWeight: TrueType weight on a scale `100` (thin) to `1000` (ultra-heavy).
    // Normal is `400`, bold is `700`.
    FontWeight int64 `json:"fontWeight,omitempty"`
    // Handwritten: Whether the text is handwritten.
    Handwritten bool `json:"handwritten,omitempty"`
    // Italic: Whether the text is italic.
    Italic bool `json:"italic,omitempty"`
    // LetterSpacing: Letter spacing in points.
    LetterSpacing float64 `json:"letterSpacing,omitempty"`
    // PixelFontSize: Font size in pixels, equal to _unrounded font_size_ *
    // _resolution_ ÷ `72.0`.
    PixelFontSize float64 `json:"pixelFontSize,omitempty"`
    // Smallcaps: Whether the text is in small caps. This feature is not supported
    // yet.
    Smallcaps bool `json:"smallcaps,omitempty"`
    // Strikeout: Whether the text is strikethrough. This feature is not supported
    // yet.
    Strikeout bool `json:"strikeout,omitempty"`
    // Subscript: Whether the text is a subscript. This feature is not supported
    // yet.
    Subscript bool `json:"subscript,omitempty"`
    // Superscript: Whether the text is a superscript. This feature is not
    // supported yet.
    Superscript bool `json:"superscript,omitempty"`
    // TextColor: Color of the text.
    TextColor *GoogleTypeColor `json:"textColor,omitempty"`
    // Underlined: Whether the text is underlined.
    Underlined bool `json:"underlined,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BackgroundColor") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BackgroundColor") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentPageTokenStyleInfo) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPageTokenStyleInfo) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1beta1DocumentPageTokenStyleInfo) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPageTokenStyleInfo) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1beta1DocumentPageVisualElement

GoogleCloudDocumentaiV1beta1DocumentPageVisualElement: Detected non-text visual elements e.g. checkbox, signature etc. on the page.

type GoogleCloudDocumentaiV1beta1DocumentPageVisualElement struct {
    // DetectedLanguages: A list of detected languages together with confidence.
    DetectedLanguages []*GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage `json:"detectedLanguages,omitempty"`
    // Layout: Layout for VisualElement.
    Layout *GoogleCloudDocumentaiV1beta1DocumentPageLayout `json:"layout,omitempty"`
    // Type: Type of the VisualElement.
    Type string `json:"type,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DetectedLanguages") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DetectedLanguages") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentPageVisualElement) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentPageVisualElement) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1DocumentProvenance

GoogleCloudDocumentaiV1beta1DocumentProvenance: Structure to identify provenance relationships between annotations in different revisions.

type GoogleCloudDocumentaiV1beta1DocumentProvenance struct {
    // Id: The Id of this operation. Needs to be unique within the scope of the
    // revision.
    Id int64 `json:"id,omitempty"`
    // Parents: References to the original elements that are replaced.
    Parents []*GoogleCloudDocumentaiV1beta1DocumentProvenanceParent `json:"parents,omitempty"`
    // Revision: The index of the revision that produced this element.
    Revision int64 `json:"revision,omitempty"`
    // Type: The type of provenance operation.
    //
    // Possible values:
    //   "OPERATION_TYPE_UNSPECIFIED" - Operation type unspecified. If no operation
    // is specified a provenance entry is simply used to match against a `parent`.
    //   "ADD" - Add an element.
    //   "REMOVE" - Remove an element identified by `parent`.
    //   "UPDATE" - Updates any fields within the given provenance scope of the
    // message. It overwrites the fields rather than replacing them. Use this when
    // you want to update a field value of an entity without also updating all the
    // child properties.
    //   "REPLACE" - Currently unused. Replace an element identified by `parent`.
    //   "EVAL_REQUESTED" - Deprecated. Request human review for the element
    // identified by `parent`.
    //   "EVAL_APPROVED" - Deprecated. Element is reviewed and approved at human
    // review, confidence will be set to 1.0.
    //   "EVAL_SKIPPED" - Deprecated. Element is skipped in the validation process.
    Type string `json:"type,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Id") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Id") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentProvenance) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentProvenance) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1DocumentProvenanceParent

GoogleCloudDocumentaiV1beta1DocumentProvenanceParent: The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations.

type GoogleCloudDocumentaiV1beta1DocumentProvenanceParent struct {
    // Id: The id of the parent provenance.
    Id int64 `json:"id,omitempty"`
    // Index: The index of the parent item in the corresponding item list (eg. list
    // of entities, properties within entities, etc.) in the parent revision.
    Index int64 `json:"index,omitempty"`
    // Revision: The index of the index into current revision's parent_ids list.
    Revision int64 `json:"revision,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Id") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Id") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentProvenanceParent) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentProvenanceParent) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1DocumentRevision

GoogleCloudDocumentaiV1beta1DocumentRevision: Contains past or forward revisions of this document.

type GoogleCloudDocumentaiV1beta1DocumentRevision struct {
    // Agent: If the change was made by a person specify the name or id of that
    // person.
    Agent string `json:"agent,omitempty"`
    // CreateTime: The time that the revision was created, internally generated by
    // doc proto storage at the time of create.
    CreateTime string `json:"createTime,omitempty"`
    // HumanReview: Human Review information of this revision.
    HumanReview *GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview `json:"humanReview,omitempty"`
    // Id: Id of the revision, internally generated by doc proto storage. Unique
    // within the context of the document.
    Id string `json:"id,omitempty"`
    // Parent: The revisions that this revision is based on. This can include one
    // or more parent (when documents are merged.) This field represents the index
    // into the `revisions` field.
    Parent []int64 `json:"parent,omitempty"`
    // ParentIds: The revisions that this revision is based on. Must include all
    // the ids that have anything to do with this revision - eg. there are
    // `provenance.parent.revision` fields that index into this field.
    ParentIds []string `json:"parentIds,omitempty"`
    // Processor: If the annotation was made by processor identify the processor by
    // its resource name.
    Processor string `json:"processor,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Agent") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Agent") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentRevision) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentRevision) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview

GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview: Human Review information of the document.

type GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview struct {
    // State: Human review state. e.g. `requested`, `succeeded`, `rejected`.
    State string `json:"state,omitempty"`
    // StateMessage: A message providing more details about the current state of
    // processing. For example, the rejection reason when the state is `rejected`.
    StateMessage string `json:"stateMessage,omitempty"`
    // ForceSendFields is a list of field names (e.g. "State") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "State") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1DocumentShardInfo

GoogleCloudDocumentaiV1beta1DocumentShardInfo: For a large document, sharding may be performed to produce several document shards. Each document shard contains this field to detail which shard it is.

type GoogleCloudDocumentaiV1beta1DocumentShardInfo struct {
    // ShardCount: Total number of shards.
    ShardCount int64 `json:"shardCount,omitempty,string"`
    // ShardIndex: The 0-based index of this shard.
    ShardIndex int64 `json:"shardIndex,omitempty,string"`
    // TextOffset: The index of the first character in Document.text in the overall
    // document global text.
    TextOffset int64 `json:"textOffset,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "ShardCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ShardCount") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentShardInfo) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentShardInfo) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1DocumentStyle

GoogleCloudDocumentaiV1beta1DocumentStyle: Annotation for common text style attributes. This adheres to CSS conventions as much as possible.

type GoogleCloudDocumentaiV1beta1DocumentStyle struct {
    // BackgroundColor: Text background color.
    BackgroundColor *GoogleTypeColor `json:"backgroundColor,omitempty"`
    // Color: Text color.
    Color *GoogleTypeColor `json:"color,omitempty"`
    // FontFamily: Font family such as `Arial`, `Times New Roman`.
    // https://www.w3schools.com/cssref/pr_font_font-family.asp
    FontFamily string `json:"fontFamily,omitempty"`
    // FontSize: Font size.
    FontSize *GoogleCloudDocumentaiV1beta1DocumentStyleFontSize `json:"fontSize,omitempty"`
    // FontWeight: Font weight
    // (https://www.w3schools.com/cssref/pr_font_weight.asp). Possible values are
    // `normal`, `bold`, `bolder`, and `lighter`.
    FontWeight string `json:"fontWeight,omitempty"`
    // TextAnchor: Text anchor indexing into the Document.text.
    TextAnchor *GoogleCloudDocumentaiV1beta1DocumentTextAnchor `json:"textAnchor,omitempty"`
    // TextDecoration: Text decoration
    // (https://www.w3schools.com/cssref/pr_text_text-decoration.asp). Follows CSS
    // standard.
    TextDecoration string `json:"textDecoration,omitempty"`
    // TextStyle: Text style
    // (https://www.w3schools.com/cssref/pr_font_font-style.asp). Possible values
    // are `normal`, `italic`, and `oblique`.
    TextStyle string `json:"textStyle,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BackgroundColor") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BackgroundColor") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentStyle) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentStyle) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1DocumentStyleFontSize

GoogleCloudDocumentaiV1beta1DocumentStyleFontSize: Font size with unit.

type GoogleCloudDocumentaiV1beta1DocumentStyleFontSize struct {
    // Size: Font size for the text.
    Size float64 `json:"size,omitempty"`
    // Unit: Unit for the font size. Follows CSS naming (such as `in`, `px`, and
    // `pt`).
    Unit string `json:"unit,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Size") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Size") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentStyleFontSize) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentStyleFontSize) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1beta1DocumentStyleFontSize) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentStyleFontSize) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1beta1DocumentTextAnchor

GoogleCloudDocumentaiV1beta1DocumentTextAnchor: Text reference indexing into the Document.text.

type GoogleCloudDocumentaiV1beta1DocumentTextAnchor struct {
    // Content: Contains the content of the text span so that users do not have to
    // look it up in the text_segments. It is always populated for formFields.
    Content string `json:"content,omitempty"`
    // TextSegments: The text segments from the Document.text.
    TextSegments []*GoogleCloudDocumentaiV1beta1DocumentTextAnchorTextSegment `json:"textSegments,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Content") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Content") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentTextAnchor) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentTextAnchor) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1DocumentTextAnchorTextSegment

GoogleCloudDocumentaiV1beta1DocumentTextAnchorTextSegment: A text segment in the Document.text. The indices may be out of bounds which indicate that the text extends into another document shard for large sharded documents. See ShardInfo.text_offset

type GoogleCloudDocumentaiV1beta1DocumentTextAnchorTextSegment struct {
    // EndIndex: TextSegment half open end UTF-8 char index in the Document.text.
    EndIndex int64 `json:"endIndex,omitempty,string"`
    // StartIndex: TextSegment start UTF-8 char index in the Document.text.
    StartIndex int64 `json:"startIndex,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "EndIndex") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EndIndex") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentTextAnchorTextSegment) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentTextAnchorTextSegment) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1DocumentTextChange

GoogleCloudDocumentaiV1beta1DocumentTextChange: This message is used for text changes aka. OCR corrections.

type GoogleCloudDocumentaiV1beta1DocumentTextChange struct {
    // ChangedText: The text that replaces the text identified in the
    // `text_anchor`.
    ChangedText string `json:"changedText,omitempty"`
    // Provenance: The history of this annotation.
    Provenance []*GoogleCloudDocumentaiV1beta1DocumentProvenance `json:"provenance,omitempty"`
    // TextAnchor: Provenance of the correction. Text anchor indexing into the
    // Document.text. There can only be a single `TextAnchor.text_segments`
    // element. If the start and end index of the text segment are the same, the
    // text change is inserted before that index.
    TextAnchor *GoogleCloudDocumentaiV1beta1DocumentTextAnchor `json:"textAnchor,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ChangedText") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ChangedText") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1DocumentTextChange) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1DocumentTextChange) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1GcsDestination

GoogleCloudDocumentaiV1beta1GcsDestination: The Google Cloud Storage location where the output file will be written to.

type GoogleCloudDocumentaiV1beta1GcsDestination struct {
    Uri string `json:"uri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Uri") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Uri") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1GcsDestination) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1GcsDestination) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1GcsSource

GoogleCloudDocumentaiV1beta1GcsSource: The Google Cloud Storage location where the input file will be read from.

type GoogleCloudDocumentaiV1beta1GcsSource struct {
    Uri string `json:"uri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Uri") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Uri") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1GcsSource) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1GcsSource) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1InputConfig

GoogleCloudDocumentaiV1beta1InputConfig: The desired input location and metadata.

type GoogleCloudDocumentaiV1beta1InputConfig struct {
    // GcsSource: The Google Cloud Storage location to read the input from. This
    // must be a single file.
    GcsSource *GoogleCloudDocumentaiV1beta1GcsSource `json:"gcsSource,omitempty"`
    // MimeType: Required. Mimetype of the input. Current supported mimetypes are
    // application/pdf, image/tiff, and image/gif. In addition, application/json
    // type is supported for requests with ProcessDocumentRequest.automl_params
    // field set. The JSON file needs to be in Document format.
    MimeType string `json:"mimeType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GcsSource") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GcsSource") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1InputConfig) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1InputConfig) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1NormalizedVertex

GoogleCloudDocumentaiV1beta1NormalizedVertex: A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.

type GoogleCloudDocumentaiV1beta1NormalizedVertex struct {
    // X: X coordinate.
    X float64 `json:"x,omitempty"`
    // Y: Y coordinate (starts from the top of the image).
    Y float64 `json:"y,omitempty"`
    // ForceSendFields is a list of field names (e.g. "X") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "X") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1NormalizedVertex) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1NormalizedVertex) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1beta1NormalizedVertex) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1beta1NormalizedVertex) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1beta1OperationMetadata

GoogleCloudDocumentaiV1beta1OperationMetadata: Contains metadata for the BatchProcessDocuments operation.

type GoogleCloudDocumentaiV1beta1OperationMetadata struct {
    // CreateTime: The creation time of the operation.
    CreateTime string `json:"createTime,omitempty"`
    // State: The state of the current batch processing.
    //
    // Possible values:
    //   "STATE_UNSPECIFIED" - The default value. This value is used if the state
    // is omitted.
    //   "ACCEPTED" - Request is received.
    //   "WAITING" - Request operation is waiting for scheduling.
    //   "RUNNING" - Request is being processed.
    //   "SUCCEEDED" - The batch processing completed successfully.
    //   "CANCELLED" - The batch processing was cancelled.
    //   "FAILED" - The batch processing has failed.
    State string `json:"state,omitempty"`
    // StateMessage: A message providing more details about the current state of
    // processing.
    StateMessage string `json:"stateMessage,omitempty"`
    // UpdateTime: The last update time of the operation.
    UpdateTime string `json:"updateTime,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1OperationMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1OperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1OutputConfig

GoogleCloudDocumentaiV1beta1OutputConfig: The desired output location and metadata.

type GoogleCloudDocumentaiV1beta1OutputConfig struct {
    // GcsDestination: The Google Cloud Storage location to write the output to.
    GcsDestination *GoogleCloudDocumentaiV1beta1GcsDestination `json:"gcsDestination,omitempty"`
    // PagesPerShard: The max number of pages to include into each output Document
    // shard JSON on Google Cloud Storage. The valid range is [1, 100]. If not
    // specified, the default value is 20. For example, for one pdf file with 100
    // pages, 100 parsed pages will be produced. If `pages_per_shard` = 20, then 5
    // Document shard JSON files each containing 20 parsed pages will be written
    // under the prefix OutputConfig.gcs_destination.uri and suffix
    // pages-x-to-y.json where x and y are 1-indexed page numbers. Example GCS
    // outputs with 157 pages and pages_per_shard = 50: pages-001-to-050.json
    // pages-051-to-100.json pages-101-to-150.json pages-151-to-157.json
    PagesPerShard int64 `json:"pagesPerShard,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GcsDestination") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GcsDestination") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1OutputConfig) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1OutputConfig) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1ProcessDocumentResponse

GoogleCloudDocumentaiV1beta1ProcessDocumentResponse: Response to a single document processing request.

type GoogleCloudDocumentaiV1beta1ProcessDocumentResponse struct {
    // InputConfig: Information about the input file. This is the same as the
    // corresponding input config in the request.
    InputConfig *GoogleCloudDocumentaiV1beta1InputConfig `json:"inputConfig,omitempty"`
    // OutputConfig: The output location of the parsed responses. The responses are
    // written to this location as JSON-serialized `Document` objects.
    OutputConfig *GoogleCloudDocumentaiV1beta1OutputConfig `json:"outputConfig,omitempty"`
    // ForceSendFields is a list of field names (e.g. "InputConfig") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "InputConfig") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1ProcessDocumentResponse) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1ProcessDocumentResponse) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta1Vertex

GoogleCloudDocumentaiV1beta1Vertex: A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.

type GoogleCloudDocumentaiV1beta1Vertex struct {
    // X: X coordinate.
    X int64 `json:"x,omitempty"`
    // Y: Y coordinate (starts from the top of the image).
    Y int64 `json:"y,omitempty"`
    // ForceSendFields is a list of field names (e.g. "X") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "X") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta1Vertex) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta1Vertex) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2Barcode

GoogleCloudDocumentaiV1beta2Barcode: Encodes the detailed information of a barcode.

type GoogleCloudDocumentaiV1beta2Barcode struct {
    // Format: Format of a barcode. The supported formats are: - `CODE_128`: Code
    // 128 type. - `CODE_39`: Code 39 type. - `CODE_93`: Code 93 type. - `CODABAR`:
    // Codabar type. - `DATA_MATRIX`: 2D Data Matrix type. - `ITF`: ITF type. -
    // `EAN_13`: EAN-13 type. - `EAN_8`: EAN-8 type. - `QR_CODE`: 2D QR code type.
    // - `UPC_A`: UPC-A type. - `UPC_E`: UPC-E type. - `PDF417`: PDF417 type. -
    // `AZTEC`: 2D Aztec code type. - `DATABAR`: GS1 DataBar code type.
    Format string `json:"format,omitempty"`
    // RawValue: Raw value encoded in the barcode. For example:
    // `'MEBKM:TITLE:Google;URL:https://www.google.com;;'`.
    RawValue string `json:"rawValue,omitempty"`
    // ValueFormat: Value format describes the format of the value that a barcode
    // encodes. The supported formats are: - `CONTACT_INFO`: Contact information. -
    // `EMAIL`: Email address. - `ISBN`: ISBN identifier. - `PHONE`: Phone number.
    // - `PRODUCT`: Product. - `SMS`: SMS message. - `TEXT`: Text string. - `URL`:
    // URL address. - `WIFI`: Wifi information. - `GEO`: Geo-localization. -
    // `CALENDAR_EVENT`: Calendar event. - `DRIVER_LICENSE`: Driver's license.
    ValueFormat string `json:"valueFormat,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Format") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Format") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2Barcode) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2Barcode) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2BatchProcessDocumentsResponse

GoogleCloudDocumentaiV1beta2BatchProcessDocumentsResponse: Response to an batch document processing request. This is returned in the LRO Operation after the operation is complete.

type GoogleCloudDocumentaiV1beta2BatchProcessDocumentsResponse struct {
    // Responses: Responses for each individual document.
    Responses []*GoogleCloudDocumentaiV1beta2ProcessDocumentResponse `json:"responses,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Responses") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Responses") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2BatchProcessDocumentsResponse) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2BatchProcessDocumentsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2BoundingPoly

GoogleCloudDocumentaiV1beta2BoundingPoly: A bounding polygon for the detected image annotation.

type GoogleCloudDocumentaiV1beta2BoundingPoly struct {
    // NormalizedVertices: The bounding polygon normalized vertices.
    NormalizedVertices []*GoogleCloudDocumentaiV1beta2NormalizedVertex `json:"normalizedVertices,omitempty"`
    // Vertices: The bounding polygon vertices.
    Vertices []*GoogleCloudDocumentaiV1beta2Vertex `json:"vertices,omitempty"`
    // ForceSendFields is a list of field names (e.g. "NormalizedVertices") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NormalizedVertices") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2BoundingPoly) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2BoundingPoly) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2Document

GoogleCloudDocumentaiV1beta2Document: Document represents the canonical document resource in Document AI. It is an interchange format that provides insights into documents and allows for collaboration between users and Document AI to iterate and optimize for quality.

type GoogleCloudDocumentaiV1beta2Document struct {
    // Content: Optional. Inline document content, represented as a stream of
    // bytes. Note: As with all `bytes` fields, protobuffers use a pure binary
    // representation, whereas JSON representations use base64.
    Content string `json:"content,omitempty"`
    // Entities: A list of entities detected on Document.text. For document shards,
    // entities in this list may cross shard boundaries.
    Entities []*GoogleCloudDocumentaiV1beta2DocumentEntity `json:"entities,omitempty"`
    // EntityRelations: Placeholder. Relationship among Document.entities.
    EntityRelations []*GoogleCloudDocumentaiV1beta2DocumentEntityRelation `json:"entityRelations,omitempty"`
    // Error: Any error that occurred while processing this document.
    Error *GoogleRpcStatus `json:"error,omitempty"`
    // Labels: Labels for this document.
    Labels []*GoogleCloudDocumentaiV1beta2DocumentLabel `json:"labels,omitempty"`
    // MimeType: An IANA published media type (MIME type)
    // (https://www.iana.org/assignments/media-types/media-types.xhtml).
    MimeType string `json:"mimeType,omitempty"`
    // Pages: Visual page layout for the Document.
    Pages []*GoogleCloudDocumentaiV1beta2DocumentPage `json:"pages,omitempty"`
    // Revisions: Placeholder. Revision history of this document.
    Revisions []*GoogleCloudDocumentaiV1beta2DocumentRevision `json:"revisions,omitempty"`
    // ShardInfo: Information about the sharding if this document is sharded part
    // of a larger document. If the document is not sharded, this message is not
    // specified.
    ShardInfo *GoogleCloudDocumentaiV1beta2DocumentShardInfo `json:"shardInfo,omitempty"`
    // Text: Optional. UTF-8 encoded text in reading order from the document.
    Text string `json:"text,omitempty"`
    // TextChanges: Placeholder. A list of text corrections made to Document.text.
    // This is usually used for annotating corrections to OCR mistakes. Text
    // changes for a given revision may not overlap with each other.
    TextChanges []*GoogleCloudDocumentaiV1beta2DocumentTextChange `json:"textChanges,omitempty"`
    // TextStyles: Styles for the Document.text.
    TextStyles []*GoogleCloudDocumentaiV1beta2DocumentStyle `json:"textStyles,omitempty"`
    // Uri: Optional. Currently supports Google Cloud Storage URI of the form
    // `gs://bucket_name/object_name`. Object versioning is not supported. For more
    // information, refer to Google Cloud Storage Request URIs
    // (https://cloud.google.com/storage/docs/reference-uris).
    Uri string `json:"uri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Content") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Content") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2Document) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2Document) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2DocumentEntity

GoogleCloudDocumentaiV1beta2DocumentEntity: An entity that could be a phrase in the text or a property that belongs to the document. It is a known entity type, such as a person, an organization, or location.

type GoogleCloudDocumentaiV1beta2DocumentEntity struct {
    // Confidence: Optional. Confidence of detected Schema entity. Range `[0, 1]`.
    Confidence float64 `json:"confidence,omitempty"`
    // Id: Optional. Canonical id. This will be a unique value in the entity list
    // for this document.
    Id string `json:"id,omitempty"`
    // MentionId: Optional. Deprecated. Use `id` field instead.
    MentionId string `json:"mentionId,omitempty"`
    // MentionText: Optional. Text value of the entity e.g. `1600 Amphitheatre
    // Pkwy`.
    MentionText string `json:"mentionText,omitempty"`
    // NormalizedValue: Optional. Normalized entity value. Absent if the extracted
    // value could not be converted or the type (e.g. address) is not supported for
    // certain parsers. This field is also only populated for certain supported
    // document types.
    NormalizedValue *GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue `json:"normalizedValue,omitempty"`
    // PageAnchor: Optional. Represents the provenance of this entity wrt. the
    // location on the page where it was found.
    PageAnchor *GoogleCloudDocumentaiV1beta2DocumentPageAnchor `json:"pageAnchor,omitempty"`
    // Properties: Optional. Entities can be nested to form a hierarchical data
    // structure representing the content in the document.
    Properties []*GoogleCloudDocumentaiV1beta2DocumentEntity `json:"properties,omitempty"`
    // Provenance: Optional. The history of this annotation.
    Provenance *GoogleCloudDocumentaiV1beta2DocumentProvenance `json:"provenance,omitempty"`
    // Redacted: Optional. Whether the entity will be redacted for
    // de-identification purposes.
    Redacted bool `json:"redacted,omitempty"`
    // TextAnchor: Optional. Provenance of the entity. Text anchor indexing into
    // the Document.text.
    TextAnchor *GoogleCloudDocumentaiV1beta2DocumentTextAnchor `json:"textAnchor,omitempty"`
    // Type: Required. Entity type from a schema e.g. `Address`.
    Type string `json:"type,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Confidence") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Confidence") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentEntity) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentEntity) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1beta2DocumentEntity) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentEntity) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue

GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue: Parsed and normalized entity value.

type GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue struct {
    // AddressValue: Postal address. See also:
    // https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
    AddressValue *GoogleTypePostalAddress `json:"addressValue,omitempty"`
    // BooleanValue: Boolean value. Can be used for entities with binary values, or
    // for checkboxes.
    BooleanValue bool `json:"booleanValue,omitempty"`
    // DateValue: Date value. Includes year, month, day. See also:
    // https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
    DateValue *GoogleTypeDate `json:"dateValue,omitempty"`
    // DatetimeValue: DateTime value. Includes date, time, and timezone. See also:
    // https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
    DatetimeValue *GoogleTypeDateTime `json:"datetimeValue,omitempty"`
    // FloatValue: Float value.
    FloatValue float64 `json:"floatValue,omitempty"`
    // IntegerValue: Integer value.
    IntegerValue int64 `json:"integerValue,omitempty"`
    // MoneyValue: Money value. See also:
    // https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
    MoneyValue *GoogleTypeMoney `json:"moneyValue,omitempty"`
    // Text: Optional. An optional field to store a normalized string. For some
    // entity types, one of respective `structured_value` fields may also be
    // populated. Also not all the types of `structured_value` will be normalized.
    // For example, some processors may not generate `float` or `integer`
    // normalized text by default. Below are sample formats mapped to structured
    // values. - Money/Currency type (`money_value`) is in the ISO 4217 text
    // format. - Date type (`date_value`) is in the ISO 8601 text format. -
    // Datetime type (`datetime_value`) is in the ISO 8601 text format.
    Text string `json:"text,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AddressValue") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AddressValue") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1beta2DocumentEntityRelation

GoogleCloudDocumentaiV1beta2DocumentEntityRelation: Relationship between Entities.

type GoogleCloudDocumentaiV1beta2DocumentEntityRelation struct {
    // ObjectId: Object entity id.
    ObjectId string `json:"objectId,omitempty"`
    // Relation: Relationship description.
    Relation string `json:"relation,omitempty"`
    // SubjectId: Subject entity id.
    SubjectId string `json:"subjectId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ObjectId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ObjectId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentEntityRelation) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentEntityRelation) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2DocumentLabel

GoogleCloudDocumentaiV1beta2DocumentLabel: Label attaches schema information and/or other metadata to segments within a Document. Multiple Labels on a single field can denote either different labels, different instances of the same label created at different times, or some combination of both.

type GoogleCloudDocumentaiV1beta2DocumentLabel struct {
    // AutomlModel: Label is generated AutoML model. This field stores the full
    // resource name of the AutoML model. Format:
    // `projects/{project-id}/locations/{location-id}/models/{model-id}`
    AutomlModel string `json:"automlModel,omitempty"`
    // Confidence: Confidence score between 0 and 1 for label assignment.
    Confidence float64 `json:"confidence,omitempty"`
    // Name: Name of the label. When the label is generated from AutoML Text
    // Classification model, this field represents the name of the category.
    Name string `json:"name,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AutomlModel") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AutomlModel") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentLabel) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentLabel) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1beta2DocumentLabel) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentLabel) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1beta2DocumentPage

GoogleCloudDocumentaiV1beta2DocumentPage: A page in a Document.

type GoogleCloudDocumentaiV1beta2DocumentPage struct {
    // Blocks: A list of visually detected text blocks on the page. A block has a
    // set of lines (collected into paragraphs) that have a common line-spacing and
    // orientation.
    Blocks []*GoogleCloudDocumentaiV1beta2DocumentPageBlock `json:"blocks,omitempty"`
    // DetectedBarcodes: A list of detected barcodes.
    DetectedBarcodes []*GoogleCloudDocumentaiV1beta2DocumentPageDetectedBarcode `json:"detectedBarcodes,omitempty"`
    // DetectedLanguages: A list of detected languages together with confidence.
    DetectedLanguages []*GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage `json:"detectedLanguages,omitempty"`
    // Dimension: Physical dimension of the page.
    Dimension *GoogleCloudDocumentaiV1beta2DocumentPageDimension `json:"dimension,omitempty"`
    // FormFields: A list of visually detected form fields on the page.
    FormFields []*GoogleCloudDocumentaiV1beta2DocumentPageFormField `json:"formFields,omitempty"`
    // Image: Rendered image for this page. This image is preprocessed to remove
    // any skew, rotation, and distortions such that the annotation bounding boxes
    // can be upright and axis-aligned.
    Image *GoogleCloudDocumentaiV1beta2DocumentPageImage `json:"image,omitempty"`
    // ImageQualityScores: Image quality scores.
    ImageQualityScores *GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScores `json:"imageQualityScores,omitempty"`
    // Layout: Layout for the page.
    Layout *GoogleCloudDocumentaiV1beta2DocumentPageLayout `json:"layout,omitempty"`
    // Lines: A list of visually detected text lines on the page. A collection of
    // tokens that a human would perceive as a line.
    Lines []*GoogleCloudDocumentaiV1beta2DocumentPageLine `json:"lines,omitempty"`
    // PageNumber: 1-based index for current Page in a parent Document. Useful when
    // a page is taken out of a Document for individual processing.
    PageNumber int64 `json:"pageNumber,omitempty"`
    // Paragraphs: A list of visually detected text paragraphs on the page. A
    // collection of lines that a human would perceive as a paragraph.
    Paragraphs []*GoogleCloudDocumentaiV1beta2DocumentPageParagraph `json:"paragraphs,omitempty"`
    // Provenance: The history of this page.
    Provenance *GoogleCloudDocumentaiV1beta2DocumentProvenance `json:"provenance,omitempty"`
    // Symbols: A list of visually detected symbols on the page.
    Symbols []*GoogleCloudDocumentaiV1beta2DocumentPageSymbol `json:"symbols,omitempty"`
    // Tables: A list of visually detected tables on the page.
    Tables []*GoogleCloudDocumentaiV1beta2DocumentPageTable `json:"tables,omitempty"`
    // Tokens: A list of visually detected tokens on the page.
    Tokens []*GoogleCloudDocumentaiV1beta2DocumentPageToken `json:"tokens,omitempty"`
    // Transforms: Transformation matrices that were applied to the original
    // document image to produce Page.image.
    Transforms []*GoogleCloudDocumentaiV1beta2DocumentPageMatrix `json:"transforms,omitempty"`
    // VisualElements: A list of detected non-text visual elements e.g. checkbox,
    // signature etc. on the page.
    VisualElements []*GoogleCloudDocumentaiV1beta2DocumentPageVisualElement `json:"visualElements,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Blocks") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Blocks") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentPage) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPage) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2DocumentPageAnchor

GoogleCloudDocumentaiV1beta2DocumentPageAnchor: Referencing the visual context of the entity in the Document.pages. Page anchors can be cross-page, consist of multiple bounding polygons and optionally reference specific layout element types.

type GoogleCloudDocumentaiV1beta2DocumentPageAnchor struct {
    // PageRefs: One or more references to visual page elements
    PageRefs []*GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef `json:"pageRefs,omitempty"`
    // ForceSendFields is a list of field names (e.g. "PageRefs") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "PageRefs") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentPageAnchor) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPageAnchor) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef

GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef: Represents a weak reference to a page element within a document.

type GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef struct {
    // BoundingPoly: Optional. Identifies the bounding polygon of a layout element
    // on the page. If `layout_type` is set, the bounding polygon must be exactly
    // the same to the layout element it's referring to.
    BoundingPoly *GoogleCloudDocumentaiV1beta2BoundingPoly `json:"boundingPoly,omitempty"`
    // Confidence: Optional. Confidence of detected page element, if applicable.
    // Range `[0, 1]`.
    Confidence float64 `json:"confidence,omitempty"`
    // LayoutId: Optional. Deprecated. Use PageRef.bounding_poly instead.
    LayoutId string `json:"layoutId,omitempty"`
    // LayoutType: Optional. The type of the layout element that is being
    // referenced if any.
    //
    // Possible values:
    //   "LAYOUT_TYPE_UNSPECIFIED" - Layout Unspecified.
    //   "BLOCK" - References a Page.blocks element.
    //   "PARAGRAPH" - References a Page.paragraphs element.
    //   "LINE" - References a Page.lines element.
    //   "TOKEN" - References a Page.tokens element.
    //   "VISUAL_ELEMENT" - References a Page.visual_elements element.
    //   "TABLE" - Refrrences a Page.tables element.
    //   "FORM_FIELD" - References a Page.form_fields element.
    LayoutType string `json:"layoutType,omitempty"`
    // Page: Required. Index into the Document.pages element, for example using
    // `Document.pages` to locate the related page element. This field is skipped
    // when its value is the default `0`. See
    // https://developers.google.com/protocol-buffers/docs/proto3#json.
    Page int64 `json:"page,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "BoundingPoly") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BoundingPoly") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1beta2DocumentPageBlock

GoogleCloudDocumentaiV1beta2DocumentPageBlock: A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.

type GoogleCloudDocumentaiV1beta2DocumentPageBlock struct {
    // DetectedLanguages: A list of detected languages together with confidence.
    DetectedLanguages []*GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage `json:"detectedLanguages,omitempty"`
    // Layout: Layout for Block.
    Layout *GoogleCloudDocumentaiV1beta2DocumentPageLayout `json:"layout,omitempty"`
    // Provenance: The history of this annotation.
    Provenance *GoogleCloudDocumentaiV1beta2DocumentProvenance `json:"provenance,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DetectedLanguages") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DetectedLanguages") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentPageBlock) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPageBlock) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2DocumentPageDetectedBarcode

GoogleCloudDocumentaiV1beta2DocumentPageDetectedBarcode: A detected barcode.

type GoogleCloudDocumentaiV1beta2DocumentPageDetectedBarcode struct {
    // Barcode: Detailed barcode information of the DetectedBarcode.
    Barcode *GoogleCloudDocumentaiV1beta2Barcode `json:"barcode,omitempty"`
    // Layout: Layout for DetectedBarcode.
    Layout *GoogleCloudDocumentaiV1beta2DocumentPageLayout `json:"layout,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Barcode") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Barcode") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentPageDetectedBarcode) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPageDetectedBarcode) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage

GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage: Detected language for a structural component.

type GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage struct {
    // Confidence: Confidence of detected language. Range `[0, 1]`.
    Confidence float64 `json:"confidence,omitempty"`
    // LanguageCode: The BCP-47 language code
    // (https://www.unicode.org/reports/tr35/#Unicode_locale_identifier), such as
    // `en-US` or `sr-Latn`.
    LanguageCode string `json:"languageCode,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Confidence") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Confidence") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1beta2DocumentPageDimension

GoogleCloudDocumentaiV1beta2DocumentPageDimension: Dimension for the page.

type GoogleCloudDocumentaiV1beta2DocumentPageDimension struct {
    // Height: Page height.
    Height float64 `json:"height,omitempty"`
    // Unit: Dimension unit.
    Unit string `json:"unit,omitempty"`
    // Width: Page width.
    Width float64 `json:"width,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Height") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Height") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentPageDimension) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPageDimension) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1beta2DocumentPageDimension) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPageDimension) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1beta2DocumentPageFormField

GoogleCloudDocumentaiV1beta2DocumentPageFormField: A form field detected on the page.

type GoogleCloudDocumentaiV1beta2DocumentPageFormField struct {
    // CorrectedKeyText: Created for Labeling UI to export key text. If corrections
    // were made to the text identified by the `field_name.text_anchor`, this field
    // will contain the correction.
    CorrectedKeyText string `json:"correctedKeyText,omitempty"`
    // CorrectedValueText: Created for Labeling UI to export value text. If
    // corrections were made to the text identified by the
    // `field_value.text_anchor`, this field will contain the correction.
    CorrectedValueText string `json:"correctedValueText,omitempty"`
    // FieldName: Layout for the FormField name. e.g. `Address`, `Email`, `Grand
    // total`, `Phone number`, etc.
    FieldName *GoogleCloudDocumentaiV1beta2DocumentPageLayout `json:"fieldName,omitempty"`
    // FieldValue: Layout for the FormField value.
    FieldValue *GoogleCloudDocumentaiV1beta2DocumentPageLayout `json:"fieldValue,omitempty"`
    // NameDetectedLanguages: A list of detected languages for name together with
    // confidence.
    NameDetectedLanguages []*GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage `json:"nameDetectedLanguages,omitempty"`
    // Provenance: The history of this annotation.
    Provenance *GoogleCloudDocumentaiV1beta2DocumentProvenance `json:"provenance,omitempty"`
    // ValueDetectedLanguages: A list of detected languages for value together with
    // confidence.
    ValueDetectedLanguages []*GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage `json:"valueDetectedLanguages,omitempty"`
    // ValueType: If the value is non-textual, this field represents the type.
    // Current valid values are: - blank (this indicates the `field_value` is
    // normal text) - `unfilled_checkbox` - `filled_checkbox`
    ValueType string `json:"valueType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CorrectedKeyText") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CorrectedKeyText") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentPageFormField) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPageFormField) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2DocumentPageImage

GoogleCloudDocumentaiV1beta2DocumentPageImage: Rendered image contents for this page.

type GoogleCloudDocumentaiV1beta2DocumentPageImage struct {
    // Content: Raw byte content of the image.
    Content string `json:"content,omitempty"`
    // Height: Height of the image in pixels.
    Height int64 `json:"height,omitempty"`
    // MimeType: Encoding media type (MIME type)
    // (https://www.iana.org/assignments/media-types/media-types.xhtml) for the
    // image.
    MimeType string `json:"mimeType,omitempty"`
    // Width: Width of the image in pixels.
    Width int64 `json:"width,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Content") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Content") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentPageImage) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPageImage) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScores

GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScores: Image quality scores for the page image.

type GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScores struct {
    // DetectedDefects: A list of detected defects.
    DetectedDefects []*GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScoresDetectedDefect `json:"detectedDefects,omitempty"`
    // QualityScore: The overall quality score. Range `[0, 1]` where `1` is perfect
    // quality.
    QualityScore float64 `json:"qualityScore,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DetectedDefects") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DetectedDefects") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScores) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScores) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScores) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScores) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScoresDetectedDefect

GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScoresDetectedDefect: Image Quality Defects

type GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScoresDetectedDefect struct {
    // Confidence: Confidence of detected defect. Range `[0, 1]` where `1`
    // indicates strong confidence that the defect exists.
    Confidence float64 `json:"confidence,omitempty"`
    // Type: Name of the defect type. Supported values are: -
    // `quality/defect_blurry` - `quality/defect_noisy` - `quality/defect_dark` -
    // `quality/defect_faint` - `quality/defect_text_too_small` -
    // `quality/defect_document_cutoff` - `quality/defect_text_cutoff` -
    // `quality/defect_glare`
    Type string `json:"type,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Confidence") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Confidence") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScoresDetectedDefect) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScoresDetectedDefect) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScoresDetectedDefect) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPageImageQualityScoresDetectedDefect) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1beta2DocumentPageLayout

GoogleCloudDocumentaiV1beta2DocumentPageLayout: Visual element describing a layout unit on a page.

type GoogleCloudDocumentaiV1beta2DocumentPageLayout struct {
    // BoundingPoly: The bounding polygon for the Layout.
    BoundingPoly *GoogleCloudDocumentaiV1beta2BoundingPoly `json:"boundingPoly,omitempty"`
    // Confidence: Confidence of the current Layout within context of the object
    // this layout is for. e.g. confidence can be for a single token, a table, a
    // visual element, etc. depending on context. Range `[0, 1]`.
    Confidence float64 `json:"confidence,omitempty"`
    // Orientation: Detected orientation for the Layout.
    //
    // Possible values:
    //   "ORIENTATION_UNSPECIFIED" - Unspecified orientation.
    //   "PAGE_UP" - Orientation is aligned with page up.
    //   "PAGE_RIGHT" - Orientation is aligned with page right. Turn the head 90
    // degrees clockwise from upright to read.
    //   "PAGE_DOWN" - Orientation is aligned with page down. Turn the head 180
    // degrees from upright to read.
    //   "PAGE_LEFT" - Orientation is aligned with page left. Turn the head 90
    // degrees counterclockwise from upright to read.
    Orientation string `json:"orientation,omitempty"`
    // TextAnchor: Text anchor indexing into the Document.text.
    TextAnchor *GoogleCloudDocumentaiV1beta2DocumentTextAnchor `json:"textAnchor,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BoundingPoly") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BoundingPoly") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentPageLayout) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPageLayout) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1beta2DocumentPageLayout) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPageLayout) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1beta2DocumentPageLine

GoogleCloudDocumentaiV1beta2DocumentPageLine: A collection of tokens that a human would perceive as a line. Does not cross column boundaries, can be horizontal, vertical, etc.

type GoogleCloudDocumentaiV1beta2DocumentPageLine struct {
    // DetectedLanguages: A list of detected languages together with confidence.
    DetectedLanguages []*GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage `json:"detectedLanguages,omitempty"`
    // Layout: Layout for Line.
    Layout *GoogleCloudDocumentaiV1beta2DocumentPageLayout `json:"layout,omitempty"`
    // Provenance: The history of this annotation.
    Provenance *GoogleCloudDocumentaiV1beta2DocumentProvenance `json:"provenance,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DetectedLanguages") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DetectedLanguages") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentPageLine) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPageLine) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2DocumentPageMatrix

GoogleCloudDocumentaiV1beta2DocumentPageMatrix: Representation for transformation matrix, intended to be compatible and used with OpenCV format for image manipulation.

type GoogleCloudDocumentaiV1beta2DocumentPageMatrix struct {
    // Cols: Number of columns in the matrix.
    Cols int64 `json:"cols,omitempty"`
    // Data: The matrix data.
    Data string `json:"data,omitempty"`
    // Rows: Number of rows in the matrix.
    Rows int64 `json:"rows,omitempty"`
    // Type: This encodes information about what data type the matrix uses. For
    // example, 0 (CV_8U) is an unsigned 8-bit image. For the full list of OpenCV
    // primitive data types, please refer to
    // https://docs.opencv.org/4.3.0/d1/d1b/group__core__hal__interface.html
    Type int64 `json:"type,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Cols") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Cols") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentPageMatrix) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPageMatrix) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2DocumentPageParagraph

GoogleCloudDocumentaiV1beta2DocumentPageParagraph: A collection of lines that a human would perceive as a paragraph.

type GoogleCloudDocumentaiV1beta2DocumentPageParagraph struct {
    // DetectedLanguages: A list of detected languages together with confidence.
    DetectedLanguages []*GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage `json:"detectedLanguages,omitempty"`
    // Layout: Layout for Paragraph.
    Layout *GoogleCloudDocumentaiV1beta2DocumentPageLayout `json:"layout,omitempty"`
    // Provenance: The history of this annotation.
    Provenance *GoogleCloudDocumentaiV1beta2DocumentProvenance `json:"provenance,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DetectedLanguages") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DetectedLanguages") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentPageParagraph) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPageParagraph) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2DocumentPageSymbol

GoogleCloudDocumentaiV1beta2DocumentPageSymbol: A detected symbol.

type GoogleCloudDocumentaiV1beta2DocumentPageSymbol struct {
    // DetectedLanguages: A list of detected languages together with confidence.
    DetectedLanguages []*GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage `json:"detectedLanguages,omitempty"`
    // Layout: Layout for Symbol.
    Layout *GoogleCloudDocumentaiV1beta2DocumentPageLayout `json:"layout,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DetectedLanguages") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DetectedLanguages") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentPageSymbol) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPageSymbol) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2DocumentPageTable

GoogleCloudDocumentaiV1beta2DocumentPageTable: A table representation similar to HTML table structure.

type GoogleCloudDocumentaiV1beta2DocumentPageTable struct {
    // BodyRows: Body rows of the table.
    BodyRows []*GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow `json:"bodyRows,omitempty"`
    // DetectedLanguages: A list of detected languages together with confidence.
    DetectedLanguages []*GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage `json:"detectedLanguages,omitempty"`
    // HeaderRows: Header rows of the table.
    HeaderRows []*GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow `json:"headerRows,omitempty"`
    // Layout: Layout for Table.
    Layout *GoogleCloudDocumentaiV1beta2DocumentPageLayout `json:"layout,omitempty"`
    // Provenance: The history of this table.
    Provenance *GoogleCloudDocumentaiV1beta2DocumentProvenance `json:"provenance,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BodyRows") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BodyRows") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentPageTable) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPageTable) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2DocumentPageTableTableCell

GoogleCloudDocumentaiV1beta2DocumentPageTableTableCell: A cell representation inside the table.

type GoogleCloudDocumentaiV1beta2DocumentPageTableTableCell struct {
    // ColSpan: How many columns this cell spans.
    ColSpan int64 `json:"colSpan,omitempty"`
    // DetectedLanguages: A list of detected languages together with confidence.
    DetectedLanguages []*GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage `json:"detectedLanguages,omitempty"`
    // Layout: Layout for TableCell.
    Layout *GoogleCloudDocumentaiV1beta2DocumentPageLayout `json:"layout,omitempty"`
    // RowSpan: How many rows this cell spans.
    RowSpan int64 `json:"rowSpan,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ColSpan") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ColSpan") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentPageTableTableCell) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPageTableTableCell) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow

GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow: A row of table cells.

type GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow struct {
    // Cells: Cells that make up this row.
    Cells []*GoogleCloudDocumentaiV1beta2DocumentPageTableTableCell `json:"cells,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Cells") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Cells") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2DocumentPageToken

GoogleCloudDocumentaiV1beta2DocumentPageToken: A detected token.

type GoogleCloudDocumentaiV1beta2DocumentPageToken struct {
    // DetectedBreak: Detected break at the end of a Token.
    DetectedBreak *GoogleCloudDocumentaiV1beta2DocumentPageTokenDetectedBreak `json:"detectedBreak,omitempty"`
    // DetectedLanguages: A list of detected languages together with confidence.
    DetectedLanguages []*GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage `json:"detectedLanguages,omitempty"`
    // Layout: Layout for Token.
    Layout *GoogleCloudDocumentaiV1beta2DocumentPageLayout `json:"layout,omitempty"`
    // Provenance: The history of this annotation.
    Provenance *GoogleCloudDocumentaiV1beta2DocumentProvenance `json:"provenance,omitempty"`
    // StyleInfo: Text style attributes.
    StyleInfo *GoogleCloudDocumentaiV1beta2DocumentPageTokenStyleInfo `json:"styleInfo,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DetectedBreak") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DetectedBreak") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentPageToken) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPageToken) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2DocumentPageTokenDetectedBreak

GoogleCloudDocumentaiV1beta2DocumentPageTokenDetectedBreak: Detected break at the end of a Token.

type GoogleCloudDocumentaiV1beta2DocumentPageTokenDetectedBreak struct {
    // Type: Detected break type.
    //
    // Possible values:
    //   "TYPE_UNSPECIFIED" - Unspecified break type.
    //   "SPACE" - A single whitespace.
    //   "WIDE_SPACE" - A wider whitespace.
    //   "HYPHEN" - A hyphen that indicates that a token has been split across
    // lines.
    Type string `json:"type,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Type") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Type") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentPageTokenDetectedBreak) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPageTokenDetectedBreak) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2DocumentPageTokenStyleInfo

GoogleCloudDocumentaiV1beta2DocumentPageTokenStyleInfo: Font and other text style attributes.

type GoogleCloudDocumentaiV1beta2DocumentPageTokenStyleInfo struct {
    // BackgroundColor: Color of the background.
    BackgroundColor *GoogleTypeColor `json:"backgroundColor,omitempty"`
    // Bold: Whether the text is bold (equivalent to font_weight is at least
    // `700`).
    Bold bool `json:"bold,omitempty"`
    // FontSize: Font size in points (`1` point is `¹⁄₇₂` inches).
    FontSize int64 `json:"fontSize,omitempty"`
    // FontType: Name or style of the font.
    FontType string `json:"fontType,omitempty"`
    // FontWeight: TrueType weight on a scale `100` (thin) to `1000` (ultra-heavy).
    // Normal is `400`, bold is `700`.
    FontWeight int64 `json:"fontWeight,omitempty"`
    // Handwritten: Whether the text is handwritten.
    Handwritten bool `json:"handwritten,omitempty"`
    // Italic: Whether the text is italic.
    Italic bool `json:"italic,omitempty"`
    // LetterSpacing: Letter spacing in points.
    LetterSpacing float64 `json:"letterSpacing,omitempty"`
    // PixelFontSize: Font size in pixels, equal to _unrounded font_size_ *
    // _resolution_ ÷ `72.0`.
    PixelFontSize float64 `json:"pixelFontSize,omitempty"`
    // Smallcaps: Whether the text is in small caps. This feature is not supported
    // yet.
    Smallcaps bool `json:"smallcaps,omitempty"`
    // Strikeout: Whether the text is strikethrough. This feature is not supported
    // yet.
    Strikeout bool `json:"strikeout,omitempty"`
    // Subscript: Whether the text is a subscript. This feature is not supported
    // yet.
    Subscript bool `json:"subscript,omitempty"`
    // Superscript: Whether the text is a superscript. This feature is not
    // supported yet.
    Superscript bool `json:"superscript,omitempty"`
    // TextColor: Color of the text.
    TextColor *GoogleTypeColor `json:"textColor,omitempty"`
    // Underlined: Whether the text is underlined.
    Underlined bool `json:"underlined,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BackgroundColor") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BackgroundColor") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentPageTokenStyleInfo) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPageTokenStyleInfo) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1beta2DocumentPageTokenStyleInfo) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPageTokenStyleInfo) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1beta2DocumentPageVisualElement

GoogleCloudDocumentaiV1beta2DocumentPageVisualElement: Detected non-text visual elements e.g. checkbox, signature etc. on the page.

type GoogleCloudDocumentaiV1beta2DocumentPageVisualElement struct {
    // DetectedLanguages: A list of detected languages together with confidence.
    DetectedLanguages []*GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage `json:"detectedLanguages,omitempty"`
    // Layout: Layout for VisualElement.
    Layout *GoogleCloudDocumentaiV1beta2DocumentPageLayout `json:"layout,omitempty"`
    // Type: Type of the VisualElement.
    Type string `json:"type,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DetectedLanguages") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DetectedLanguages") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentPageVisualElement) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentPageVisualElement) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2DocumentProvenance

GoogleCloudDocumentaiV1beta2DocumentProvenance: Structure to identify provenance relationships between annotations in different revisions.

type GoogleCloudDocumentaiV1beta2DocumentProvenance struct {
    // Id: The Id of this operation. Needs to be unique within the scope of the
    // revision.
    Id int64 `json:"id,omitempty"`
    // Parents: References to the original elements that are replaced.
    Parents []*GoogleCloudDocumentaiV1beta2DocumentProvenanceParent `json:"parents,omitempty"`
    // Revision: The index of the revision that produced this element.
    Revision int64 `json:"revision,omitempty"`
    // Type: The type of provenance operation.
    //
    // Possible values:
    //   "OPERATION_TYPE_UNSPECIFIED" - Operation type unspecified. If no operation
    // is specified a provenance entry is simply used to match against a `parent`.
    //   "ADD" - Add an element.
    //   "REMOVE" - Remove an element identified by `parent`.
    //   "UPDATE" - Updates any fields within the given provenance scope of the
    // message. It overwrites the fields rather than replacing them. Use this when
    // you want to update a field value of an entity without also updating all the
    // child properties.
    //   "REPLACE" - Currently unused. Replace an element identified by `parent`.
    //   "EVAL_REQUESTED" - Deprecated. Request human review for the element
    // identified by `parent`.
    //   "EVAL_APPROVED" - Deprecated. Element is reviewed and approved at human
    // review, confidence will be set to 1.0.
    //   "EVAL_SKIPPED" - Deprecated. Element is skipped in the validation process.
    Type string `json:"type,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Id") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Id") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentProvenance) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentProvenance) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2DocumentProvenanceParent

GoogleCloudDocumentaiV1beta2DocumentProvenanceParent: The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations.

type GoogleCloudDocumentaiV1beta2DocumentProvenanceParent struct {
    // Id: The id of the parent provenance.
    Id int64 `json:"id,omitempty"`
    // Index: The index of the parent item in the corresponding item list (eg. list
    // of entities, properties within entities, etc.) in the parent revision.
    Index int64 `json:"index,omitempty"`
    // Revision: The index of the index into current revision's parent_ids list.
    Revision int64 `json:"revision,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Id") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Id") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentProvenanceParent) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentProvenanceParent) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2DocumentRevision

GoogleCloudDocumentaiV1beta2DocumentRevision: Contains past or forward revisions of this document.

type GoogleCloudDocumentaiV1beta2DocumentRevision struct {
    // Agent: If the change was made by a person specify the name or id of that
    // person.
    Agent string `json:"agent,omitempty"`
    // CreateTime: The time that the revision was created, internally generated by
    // doc proto storage at the time of create.
    CreateTime string `json:"createTime,omitempty"`
    // HumanReview: Human Review information of this revision.
    HumanReview *GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview `json:"humanReview,omitempty"`
    // Id: Id of the revision, internally generated by doc proto storage. Unique
    // within the context of the document.
    Id string `json:"id,omitempty"`
    // Parent: The revisions that this revision is based on. This can include one
    // or more parent (when documents are merged.) This field represents the index
    // into the `revisions` field.
    Parent []int64 `json:"parent,omitempty"`
    // ParentIds: The revisions that this revision is based on. Must include all
    // the ids that have anything to do with this revision - eg. there are
    // `provenance.parent.revision` fields that index into this field.
    ParentIds []string `json:"parentIds,omitempty"`
    // Processor: If the annotation was made by processor identify the processor by
    // its resource name.
    Processor string `json:"processor,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Agent") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Agent") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentRevision) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentRevision) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview

GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview: Human Review information of the document.

type GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview struct {
    // State: Human review state. e.g. `requested`, `succeeded`, `rejected`.
    State string `json:"state,omitempty"`
    // StateMessage: A message providing more details about the current state of
    // processing. For example, the rejection reason when the state is `rejected`.
    StateMessage string `json:"stateMessage,omitempty"`
    // ForceSendFields is a list of field names (e.g. "State") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "State") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2DocumentShardInfo

GoogleCloudDocumentaiV1beta2DocumentShardInfo: For a large document, sharding may be performed to produce several document shards. Each document shard contains this field to detail which shard it is.

type GoogleCloudDocumentaiV1beta2DocumentShardInfo struct {
    // ShardCount: Total number of shards.
    ShardCount int64 `json:"shardCount,omitempty,string"`
    // ShardIndex: The 0-based index of this shard.
    ShardIndex int64 `json:"shardIndex,omitempty,string"`
    // TextOffset: The index of the first character in Document.text in the overall
    // document global text.
    TextOffset int64 `json:"textOffset,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "ShardCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ShardCount") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentShardInfo) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentShardInfo) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2DocumentStyle

GoogleCloudDocumentaiV1beta2DocumentStyle: Annotation for common text style attributes. This adheres to CSS conventions as much as possible.

type GoogleCloudDocumentaiV1beta2DocumentStyle struct {
    // BackgroundColor: Text background color.
    BackgroundColor *GoogleTypeColor `json:"backgroundColor,omitempty"`
    // Color: Text color.
    Color *GoogleTypeColor `json:"color,omitempty"`
    // FontFamily: Font family such as `Arial`, `Times New Roman`.
    // https://www.w3schools.com/cssref/pr_font_font-family.asp
    FontFamily string `json:"fontFamily,omitempty"`
    // FontSize: Font size.
    FontSize *GoogleCloudDocumentaiV1beta2DocumentStyleFontSize `json:"fontSize,omitempty"`
    // FontWeight: Font weight
    // (https://www.w3schools.com/cssref/pr_font_weight.asp). Possible values are
    // `normal`, `bold`, `bolder`, and `lighter`.
    FontWeight string `json:"fontWeight,omitempty"`
    // TextAnchor: Text anchor indexing into the Document.text.
    TextAnchor *GoogleCloudDocumentaiV1beta2DocumentTextAnchor `json:"textAnchor,omitempty"`
    // TextDecoration: Text decoration
    // (https://www.w3schools.com/cssref/pr_text_text-decoration.asp). Follows CSS
    // standard.
    TextDecoration string `json:"textDecoration,omitempty"`
    // TextStyle: Text style
    // (https://www.w3schools.com/cssref/pr_font_font-style.asp). Possible values
    // are `normal`, `italic`, and `oblique`.
    TextStyle string `json:"textStyle,omitempty"`
    // ForceSendFields is a list of field names (e.g. "BackgroundColor") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "BackgroundColor") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentStyle) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentStyle) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2DocumentStyleFontSize

GoogleCloudDocumentaiV1beta2DocumentStyleFontSize: Font size with unit.

type GoogleCloudDocumentaiV1beta2DocumentStyleFontSize struct {
    // Size: Font size for the text.
    Size float64 `json:"size,omitempty"`
    // Unit: Unit for the font size. Follows CSS naming (such as `in`, `px`, and
    // `pt`).
    Unit string `json:"unit,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Size") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Size") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentStyleFontSize) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentStyleFontSize) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1beta2DocumentStyleFontSize) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentStyleFontSize) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1beta2DocumentTextAnchor

GoogleCloudDocumentaiV1beta2DocumentTextAnchor: Text reference indexing into the Document.text.

type GoogleCloudDocumentaiV1beta2DocumentTextAnchor struct {
    // Content: Contains the content of the text span so that users do not have to
    // look it up in the text_segments. It is always populated for formFields.
    Content string `json:"content,omitempty"`
    // TextSegments: The text segments from the Document.text.
    TextSegments []*GoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment `json:"textSegments,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Content") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Content") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentTextAnchor) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentTextAnchor) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment

GoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment: A text segment in the Document.text. The indices may be out of bounds which indicate that the text extends into another document shard for large sharded documents. See ShardInfo.text_offset

type GoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment struct {
    // EndIndex: TextSegment half open end UTF-8 char index in the Document.text.
    EndIndex int64 `json:"endIndex,omitempty,string"`
    // StartIndex: TextSegment start UTF-8 char index in the Document.text.
    StartIndex int64 `json:"startIndex,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "EndIndex") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "EndIndex") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2DocumentTextChange

GoogleCloudDocumentaiV1beta2DocumentTextChange: This message is used for text changes aka. OCR corrections.

type GoogleCloudDocumentaiV1beta2DocumentTextChange struct {
    // ChangedText: The text that replaces the text identified in the
    // `text_anchor`.
    ChangedText string `json:"changedText,omitempty"`
    // Provenance: The history of this annotation.
    Provenance []*GoogleCloudDocumentaiV1beta2DocumentProvenance `json:"provenance,omitempty"`
    // TextAnchor: Provenance of the correction. Text anchor indexing into the
    // Document.text. There can only be a single `TextAnchor.text_segments`
    // element. If the start and end index of the text segment are the same, the
    // text change is inserted before that index.
    TextAnchor *GoogleCloudDocumentaiV1beta2DocumentTextAnchor `json:"textAnchor,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ChangedText") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ChangedText") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2DocumentTextChange) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2DocumentTextChange) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2GcsDestination

GoogleCloudDocumentaiV1beta2GcsDestination: The Google Cloud Storage location where the output file will be written to.

type GoogleCloudDocumentaiV1beta2GcsDestination struct {
    Uri string `json:"uri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Uri") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Uri") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2GcsDestination) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2GcsDestination) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2GcsSource

GoogleCloudDocumentaiV1beta2GcsSource: The Google Cloud Storage location where the input file will be read from.

type GoogleCloudDocumentaiV1beta2GcsSource struct {
    Uri string `json:"uri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Uri") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Uri") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2GcsSource) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2GcsSource) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2InputConfig

GoogleCloudDocumentaiV1beta2InputConfig: The desired input location and metadata.

type GoogleCloudDocumentaiV1beta2InputConfig struct {
    // Contents: Content in bytes, represented as a stream of bytes. Note: As with
    // all `bytes` fields, proto buffer messages use a pure binary representation,
    // whereas JSON representations use base64. This field only works for
    // synchronous ProcessDocument method.
    Contents string `json:"contents,omitempty"`
    // GcsSource: The Google Cloud Storage location to read the input from. This
    // must be a single file.
    GcsSource *GoogleCloudDocumentaiV1beta2GcsSource `json:"gcsSource,omitempty"`
    // MimeType: Required. Mimetype of the input. Current supported mimetypes are
    // application/pdf, image/tiff, and image/gif. In addition, application/json
    // type is supported for requests with ProcessDocumentRequest.automl_params
    // field set. The JSON file needs to be in Document format.
    MimeType string `json:"mimeType,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Contents") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Contents") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2InputConfig) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2InputConfig) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2NormalizedVertex

GoogleCloudDocumentaiV1beta2NormalizedVertex: A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.

type GoogleCloudDocumentaiV1beta2NormalizedVertex struct {
    // X: X coordinate.
    X float64 `json:"x,omitempty"`
    // Y: Y coordinate (starts from the top of the image).
    Y float64 `json:"y,omitempty"`
    // ForceSendFields is a list of field names (e.g. "X") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "X") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2NormalizedVertex) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2NormalizedVertex) MarshalJSON() ([]byte, error)

func (*GoogleCloudDocumentaiV1beta2NormalizedVertex) UnmarshalJSON

func (s *GoogleCloudDocumentaiV1beta2NormalizedVertex) UnmarshalJSON(data []byte) error

type GoogleCloudDocumentaiV1beta2OperationMetadata

GoogleCloudDocumentaiV1beta2OperationMetadata: Contains metadata for the BatchProcessDocuments operation.

type GoogleCloudDocumentaiV1beta2OperationMetadata struct {
    // CreateTime: The creation time of the operation.
    CreateTime string `json:"createTime,omitempty"`
    // State: The state of the current batch processing.
    //
    // Possible values:
    //   "STATE_UNSPECIFIED" - The default value. This value is used if the state
    // is omitted.
    //   "ACCEPTED" - Request is received.
    //   "WAITING" - Request operation is waiting for scheduling.
    //   "RUNNING" - Request is being processed.
    //   "SUCCEEDED" - The batch processing completed successfully.
    //   "CANCELLED" - The batch processing was cancelled.
    //   "FAILED" - The batch processing has failed.
    State string `json:"state,omitempty"`
    // StateMessage: A message providing more details about the current state of
    // processing.
    StateMessage string `json:"stateMessage,omitempty"`
    // UpdateTime: The last update time of the operation.
    UpdateTime string `json:"updateTime,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2OperationMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2OperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2OutputConfig

GoogleCloudDocumentaiV1beta2OutputConfig: The desired output location and metadata.

type GoogleCloudDocumentaiV1beta2OutputConfig struct {
    // GcsDestination: The Google Cloud Storage location to write the output to.
    GcsDestination *GoogleCloudDocumentaiV1beta2GcsDestination `json:"gcsDestination,omitempty"`
    // PagesPerShard: The max number of pages to include into each output Document
    // shard JSON on Google Cloud Storage. The valid range is [1, 100]. If not
    // specified, the default value is 20. For example, for one pdf file with 100
    // pages, 100 parsed pages will be produced. If `pages_per_shard` = 20, then 5
    // Document shard JSON files each containing 20 parsed pages will be written
    // under the prefix OutputConfig.gcs_destination.uri and suffix
    // pages-x-to-y.json where x and y are 1-indexed page numbers. Example GCS
    // outputs with 157 pages and pages_per_shard = 50: pages-001-to-050.json
    // pages-051-to-100.json pages-101-to-150.json pages-151-to-157.json
    PagesPerShard int64 `json:"pagesPerShard,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GcsDestination") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GcsDestination") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2OutputConfig) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2OutputConfig) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2ProcessDocumentResponse

GoogleCloudDocumentaiV1beta2ProcessDocumentResponse: Response to a single document processing request.

type GoogleCloudDocumentaiV1beta2ProcessDocumentResponse struct {
    // InputConfig: Information about the input file. This is the same as the
    // corresponding input config in the request.
    InputConfig *GoogleCloudDocumentaiV1beta2InputConfig `json:"inputConfig,omitempty"`
    // OutputConfig: The output location of the parsed responses. The responses are
    // written to this location as JSON-serialized `Document` objects.
    OutputConfig *GoogleCloudDocumentaiV1beta2OutputConfig `json:"outputConfig,omitempty"`
    // ForceSendFields is a list of field names (e.g. "InputConfig") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "InputConfig") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2ProcessDocumentResponse) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2ProcessDocumentResponse) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta2Vertex

GoogleCloudDocumentaiV1beta2Vertex: A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.

type GoogleCloudDocumentaiV1beta2Vertex struct {
    // X: X coordinate.
    X int64 `json:"x,omitempty"`
    // Y: Y coordinate (starts from the top of the image).
    Y int64 `json:"y,omitempty"`
    // ForceSendFields is a list of field names (e.g. "X") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "X") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta2Vertex) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta2Vertex) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsMetadata

type GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiV1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ErrorDocumentCount: Total number of documents that failed to be deleted in
    // storage.
    ErrorDocumentCount int64 `json:"errorDocumentCount,omitempty"`
    // IndividualBatchDeleteStatuses: The list of response details of each
    // document.
    IndividualBatchDeleteStatuses []*GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsMetadataIndividualBatchDeleteStatus `json:"individualBatchDeleteStatuses,omitempty"`
    // TotalDocumentCount: Total number of documents deleting from dataset.
    TotalDocumentCount int64 `json:"totalDocumentCount,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsMetadataIndividualBatchDeleteStatus

GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsMetadataIndividualBatchDelete Status: The status of each individual document in the batch delete process.

type GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsMetadataIndividualBatchDeleteStatus struct {
    // DocumentId: The document id of the document.
    DocumentId *GoogleCloudDocumentaiV1beta3DocumentId `json:"documentId,omitempty"`
    // Status: The status of deleting the document in storage.
    Status *GoogleRpcStatus `json:"status,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DocumentId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DocumentId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsMetadataIndividualBatchDeleteStatus) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsMetadataIndividualBatchDeleteStatus) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsResponse

GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsResponse: Response of the delete documents operation.

type GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsResponse struct {
}

type GoogleCloudDocumentaiV1beta3BatchProcessMetadata

GoogleCloudDocumentaiV1beta3BatchProcessMetadata: The long-running operation metadata for BatchProcessDocuments.

type GoogleCloudDocumentaiV1beta3BatchProcessMetadata struct {
    // CreateTime: The creation time of the operation.
    CreateTime string `json:"createTime,omitempty"`
    // IndividualProcessStatuses: The list of response details of each document.
    IndividualProcessStatuses []*GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus `json:"individualProcessStatuses,omitempty"`
    // State: The state of the current batch processing.
    //
    // Possible values:
    //   "STATE_UNSPECIFIED" - The default value. This value is used if the state
    // is omitted.
    //   "WAITING" - Request operation is waiting for scheduling.
    //   "RUNNING" - Request is being processed.
    //   "SUCCEEDED" - The batch processing completed successfully.
    //   "CANCELLING" - The batch processing was being cancelled.
    //   "CANCELLED" - The batch processing was cancelled.
    //   "FAILED" - The batch processing has failed.
    State string `json:"state,omitempty"`
    // StateMessage: A message providing more details about the current state of
    // processing. For example, the error message if the operation is failed.
    StateMessage string `json:"stateMessage,omitempty"`
    // UpdateTime: The last update time of the operation.
    UpdateTime string `json:"updateTime,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3BatchProcessMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3BatchProcessMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus

GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus: The status of a each individual document in the batch process.

type GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus struct {
    // HumanReviewOperation: The name of the operation triggered by the processed
    // document. If the human review process isn't triggered, this field will be
    // empty. It has the same response type and metadata as the long-running
    // operation returned by the ReviewDocument method.
    HumanReviewOperation string `json:"humanReviewOperation,omitempty"`
    // HumanReviewStatus: The status of human review on the processed document.
    HumanReviewStatus *GoogleCloudDocumentaiV1beta3HumanReviewStatus `json:"humanReviewStatus,omitempty"`
    // InputGcsSource: The source of the document, same as the input_gcs_source
    // field in the request when the batch process started.
    InputGcsSource string `json:"inputGcsSource,omitempty"`
    // OutputGcsDestination: The Cloud Storage output destination (in the request
    // as DocumentOutputConfig.GcsOutputConfig.gcs_uri) of the processed document
    // if it was successful, otherwise empty.
    OutputGcsDestination string `json:"outputGcsDestination,omitempty"`
    // Status: The status processing the document.
    Status *GoogleRpcStatus `json:"status,omitempty"`
    // ForceSendFields is a list of field names (e.g. "HumanReviewOperation") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "HumanReviewOperation") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3BatchProcessResponse

GoogleCloudDocumentaiV1beta3BatchProcessResponse: Response message for BatchProcessDocuments.

type GoogleCloudDocumentaiV1beta3BatchProcessResponse struct {
}

type GoogleCloudDocumentaiV1beta3CommonOperationMetadata

GoogleCloudDocumentaiV1beta3CommonOperationMetadata: The common metadata for long running operations.

type GoogleCloudDocumentaiV1beta3CommonOperationMetadata struct {
    // CreateTime: The creation time of the operation.
    CreateTime string `json:"createTime,omitempty"`
    // Resource: A related resource to this operation.
    Resource string `json:"resource,omitempty"`
    // State: The state of the operation.
    //
    // Possible values:
    //   "STATE_UNSPECIFIED" - Unspecified state.
    //   "RUNNING" - Operation is still running.
    //   "CANCELLING" - Operation is being cancelled.
    //   "SUCCEEDED" - Operation succeeded.
    //   "FAILED" - Operation failed.
    //   "CANCELLED" - Operation is cancelled.
    State string `json:"state,omitempty"`
    // StateMessage: A message providing more details about the current state of
    // processing.
    StateMessage string `json:"stateMessage,omitempty"`
    // UpdateTime: The last update time of the operation.
    UpdateTime string `json:"updateTime,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CreateTime") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CreateTime") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3CommonOperationMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3CommonOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3Dataset

GoogleCloudDocumentaiV1beta3Dataset: A singleton resource under a Processor which configures a collection of documents.

type GoogleCloudDocumentaiV1beta3Dataset struct {
    // DocumentWarehouseConfig: Optional. Deprecated. Warehouse-based dataset
    // configuration is not supported.
    DocumentWarehouseConfig *GoogleCloudDocumentaiV1beta3DatasetDocumentWarehouseConfig `json:"documentWarehouseConfig,omitempty"`
    // GcsManagedConfig: Optional. User-managed Cloud Storage dataset
    // configuration. Use this configuration if the dataset documents are stored
    // under a user-managed Cloud Storage location.
    GcsManagedConfig *GoogleCloudDocumentaiV1beta3DatasetGCSManagedConfig `json:"gcsManagedConfig,omitempty"`
    // Name: Dataset resource name. Format:
    // `projects/{project}/locations/{location}/processors/{processor}/dataset`
    Name string `json:"name,omitempty"`
    // SpannerIndexingConfig: Optional. A lightweight indexing source with low
    // latency and high reliability, but lacking advanced features like CMEK and
    // content-based search.
    SpannerIndexingConfig *GoogleCloudDocumentaiV1beta3DatasetSpannerIndexingConfig `json:"spannerIndexingConfig,omitempty"`
    // State: Required. State of the dataset. Ignored when updating dataset.
    //
    // Possible values:
    //   "STATE_UNSPECIFIED" - Default unspecified enum, should not be used.
    //   "UNINITIALIZED" - Dataset has not been initialized.
    //   "INITIALIZING" - Dataset is being initialized.
    //   "INITIALIZED" - Dataset has been initialized.
    State string `json:"state,omitempty"`
    // UnmanagedDatasetConfig: Optional. Unmanaged dataset configuration. Use this
    // configuration if the dataset documents are managed by the document service
    // internally (not user-managed).
    UnmanagedDatasetConfig *GoogleCloudDocumentaiV1beta3DatasetUnmanagedDatasetConfig `json:"unmanagedDatasetConfig,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DocumentWarehouseConfig") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DocumentWarehouseConfig") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3Dataset) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3Dataset) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3DatasetDocumentWarehouseConfig

GoogleCloudDocumentaiV1beta3DatasetDocumentWarehouseConfig: Configuration specific to the Document AI Warehouse-based implementation.

type GoogleCloudDocumentaiV1beta3DatasetDocumentWarehouseConfig struct {
    // Collection: Output only. The collection in Document AI Warehouse associated
    // with the dataset.
    Collection string `json:"collection,omitempty"`
    // Schema: Output only. The schema in Document AI Warehouse associated with the
    // dataset.
    Schema string `json:"schema,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Collection") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Collection") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3DatasetDocumentWarehouseConfig) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3DatasetDocumentWarehouseConfig) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3DatasetGCSManagedConfig

GoogleCloudDocumentaiV1beta3DatasetGCSManagedConfig: Configuration specific to the Cloud Storage-based implementation.

type GoogleCloudDocumentaiV1beta3DatasetGCSManagedConfig struct {
    // GcsPrefix: Required. The Cloud Storage URI (a directory) where the documents
    // belonging to the dataset must be stored.
    GcsPrefix *GoogleCloudDocumentaiV1beta3GcsPrefix `json:"gcsPrefix,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GcsPrefix") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GcsPrefix") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3DatasetGCSManagedConfig) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3DatasetGCSManagedConfig) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3DatasetSpannerIndexingConfig

GoogleCloudDocumentaiV1beta3DatasetSpannerIndexingConfig: Configuration specific to spanner-based indexing.

type GoogleCloudDocumentaiV1beta3DatasetSpannerIndexingConfig struct {
}

type GoogleCloudDocumentaiV1beta3DatasetUnmanagedDatasetConfig

GoogleCloudDocumentaiV1beta3DatasetUnmanagedDatasetConfig: Configuration specific to an unmanaged dataset.

type GoogleCloudDocumentaiV1beta3DatasetUnmanagedDatasetConfig struct {
}

type GoogleCloudDocumentaiV1beta3DeleteProcessorMetadata

GoogleCloudDocumentaiV1beta3DeleteProcessorMetadata: The long-running operation metadata for the DeleteProcessor method.

type GoogleCloudDocumentaiV1beta3DeleteProcessorMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiV1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3DeleteProcessorMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3DeleteProcessorMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3DeleteProcessorVersionMetadata

GoogleCloudDocumentaiV1beta3DeleteProcessorVersionMetadata: The long-running operation metadata for the DeleteProcessorVersion method.

type GoogleCloudDocumentaiV1beta3DeleteProcessorVersionMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiV1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3DeleteProcessorVersionMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3DeleteProcessorVersionMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3DeployProcessorVersionMetadata

GoogleCloudDocumentaiV1beta3DeployProcessorVersionMetadata: The long-running operation metadata for the DeployProcessorVersion method.

type GoogleCloudDocumentaiV1beta3DeployProcessorVersionMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiV1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3DeployProcessorVersionMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3DeployProcessorVersionMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3DeployProcessorVersionResponse

GoogleCloudDocumentaiV1beta3DeployProcessorVersionResponse: Response message for the DeployProcessorVersion method.

type GoogleCloudDocumentaiV1beta3DeployProcessorVersionResponse struct {
}

type GoogleCloudDocumentaiV1beta3DisableProcessorMetadata

GoogleCloudDocumentaiV1beta3DisableProcessorMetadata: The long-running operation metadata for the DisableProcessor method.

type GoogleCloudDocumentaiV1beta3DisableProcessorMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiV1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3DisableProcessorMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3DisableProcessorMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3DisableProcessorResponse

GoogleCloudDocumentaiV1beta3DisableProcessorResponse: Response message for the DisableProcessor method. Intentionally empty proto for adding fields in future.

type GoogleCloudDocumentaiV1beta3DisableProcessorResponse struct {
}

type GoogleCloudDocumentaiV1beta3DocumentId

GoogleCloudDocumentaiV1beta3DocumentId: Document Identifier.

type GoogleCloudDocumentaiV1beta3DocumentId struct {
    // GcsManagedDocId: A document id within user-managed Cloud Storage.
    GcsManagedDocId *GoogleCloudDocumentaiV1beta3DocumentIdGCSManagedDocumentId `json:"gcsManagedDocId,omitempty"`
    // RevisionRef: Points to a specific revision of the document if set.
    RevisionRef *GoogleCloudDocumentaiV1beta3RevisionRef `json:"revisionRef,omitempty"`
    // UnmanagedDocId: A document id within unmanaged dataset.
    UnmanagedDocId *GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId `json:"unmanagedDocId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GcsManagedDocId") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GcsManagedDocId") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3DocumentId) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3DocumentId) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3DocumentIdGCSManagedDocumentId

GoogleCloudDocumentaiV1beta3DocumentIdGCSManagedDocumentId: Identifies a document uniquely within the scope of a dataset in the user-managed Cloud Storage option.

type GoogleCloudDocumentaiV1beta3DocumentIdGCSManagedDocumentId struct {
    // CwDocId: Id of the document (indexed) managed by Content Warehouse.
    CwDocId string `json:"cwDocId,omitempty"`
    // GcsUri: Required. The Cloud Storage URI where the actual document is stored.
    GcsUri string `json:"gcsUri,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CwDocId") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CwDocId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3DocumentIdGCSManagedDocumentId) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3DocumentIdGCSManagedDocumentId) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId

GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId: Identifies a document uniquely within the scope of a dataset in unmanaged option.

type GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId struct {
    // DocId: Required. The id of the document.
    DocId string `json:"docId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DocId") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DocId") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3DocumentIdUnmanagedDocumentId) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3EnableProcessorMetadata

GoogleCloudDocumentaiV1beta3EnableProcessorMetadata: The long-running operation metadata for the EnableProcessor method.

type GoogleCloudDocumentaiV1beta3EnableProcessorMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiV1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3EnableProcessorMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3EnableProcessorMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3EnableProcessorResponse

GoogleCloudDocumentaiV1beta3EnableProcessorResponse: Response message for the EnableProcessor method. Intentionally empty proto for adding fields in future.

type GoogleCloudDocumentaiV1beta3EnableProcessorResponse struct {
}

type GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionMetadata

GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionMetadata: Metadata of the EvaluateProcessorVersion method.

type GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiV1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionResponse

GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionResponse: Response of the EvaluateProcessorVersion method.

type GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionResponse struct {
    // Evaluation: The resource name of the created evaluation.
    Evaluation string `json:"evaluation,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Evaluation") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Evaluation") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionResponse) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionResponse) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3GcsPrefix

GoogleCloudDocumentaiV1beta3GcsPrefix: Specifies all documents on Cloud Storage with a common prefix.

type GoogleCloudDocumentaiV1beta3GcsPrefix struct {
    // GcsUriPrefix: The URI prefix.
    GcsUriPrefix string `json:"gcsUriPrefix,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GcsUriPrefix") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GcsUriPrefix") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3GcsPrefix) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3GcsPrefix) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3HumanReviewStatus

GoogleCloudDocumentaiV1beta3HumanReviewStatus: The status of human review on a processed document.

type GoogleCloudDocumentaiV1beta3HumanReviewStatus struct {
    // HumanReviewOperation: The name of the operation triggered by the processed
    // document. This field is populated only when the state is
    // `HUMAN_REVIEW_IN_PROGRESS`. It has the same response type and metadata as
    // the long-running operation returned by ReviewDocument.
    HumanReviewOperation string `json:"humanReviewOperation,omitempty"`
    // State: The state of human review on the processing request.
    //
    // Possible values:
    //   "STATE_UNSPECIFIED" - Human review state is unspecified. Most likely due
    // to an internal error.
    //   "SKIPPED" - Human review is skipped for the document. This can happen
    // because human review isn't enabled on the processor or the processing
    // request has been set to skip this document.
    //   "VALIDATION_PASSED" - Human review validation is triggered and passed, so
    // no review is needed.
    //   "IN_PROGRESS" - Human review validation is triggered and the document is
    // under review.
    //   "ERROR" - Some error happened during triggering human review, see the
    // state_message for details.
    State string `json:"state,omitempty"`
    // StateMessage: A message providing more details about the human review state.
    StateMessage string `json:"stateMessage,omitempty"`
    // ForceSendFields is a list of field names (e.g. "HumanReviewOperation") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "HumanReviewOperation") to include
    // in API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3HumanReviewStatus) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3HumanReviewStatus) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3ImportDocumentsMetadata

GoogleCloudDocumentaiV1beta3ImportDocumentsMetadata: Metadata of the import document operation.

type GoogleCloudDocumentaiV1beta3ImportDocumentsMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiV1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ImportConfigValidationResults: Validation statuses of the batch documents
    // import config.
    ImportConfigValidationResults []*GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataImportConfigValidationResult `json:"importConfigValidationResults,omitempty"`
    // IndividualImportStatuses: The list of response details of each document.
    IndividualImportStatuses []*GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataIndividualImportStatus `json:"individualImportStatuses,omitempty"`
    // TotalDocumentCount: Total number of the documents that are qualified for
    // importing.
    TotalDocumentCount int64 `json:"totalDocumentCount,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3ImportDocumentsMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3ImportDocumentsMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataImportConfigValidationResult

GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataImportConfigValidationResu lt: The validation status of each import config. Status is set to an error if there are no documents to import in the `import_config`, or `OK` if the operation will try to proceed with at least one document.

type GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataImportConfigValidationResult struct {
    // InputGcsSource: The source Cloud Storage URI specified in the import config.
    InputGcsSource string `json:"inputGcsSource,omitempty"`
    // Status: The validation status of import config.
    Status *GoogleRpcStatus `json:"status,omitempty"`
    // ForceSendFields is a list of field names (e.g. "InputGcsSource") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "InputGcsSource") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataImportConfigValidationResult) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataImportConfigValidationResult) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataIndividualImportStatus

GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataIndividualImportStatus: The status of each individual document in the import process.

type GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataIndividualImportStatus struct {
    // InputGcsSource: The source Cloud Storage URI of the document.
    InputGcsSource string `json:"inputGcsSource,omitempty"`
    // OutputDocumentId: The document id of imported document if it was successful,
    // otherwise empty.
    OutputDocumentId *GoogleCloudDocumentaiV1beta3DocumentId `json:"outputDocumentId,omitempty"`
    // Status: The status of the importing of the document.
    Status *GoogleRpcStatus `json:"status,omitempty"`
    // ForceSendFields is a list of field names (e.g. "InputGcsSource") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "InputGcsSource") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataIndividualImportStatus) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataIndividualImportStatus) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3ImportDocumentsResponse

GoogleCloudDocumentaiV1beta3ImportDocumentsResponse: Response of the import document operation.

type GoogleCloudDocumentaiV1beta3ImportDocumentsResponse struct {
}

type GoogleCloudDocumentaiV1beta3ImportProcessorVersionMetadata

GoogleCloudDocumentaiV1beta3ImportProcessorVersionMetadata: The long-running operation metadata for the ImportProcessorVersion method.

type GoogleCloudDocumentaiV1beta3ImportProcessorVersionMetadata struct {
    // CommonMetadata: The basic metadata for the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiV1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3ImportProcessorVersionMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3ImportProcessorVersionMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3ImportProcessorVersionResponse

GoogleCloudDocumentaiV1beta3ImportProcessorVersionResponse: The response message for the ImportProcessorVersion method.

type GoogleCloudDocumentaiV1beta3ImportProcessorVersionResponse struct {
    // ProcessorVersion: The destination processor version name.
    ProcessorVersion string `json:"processorVersion,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ProcessorVersion") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ProcessorVersion") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3ImportProcessorVersionResponse) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3ImportProcessorVersionResponse) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata

GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata: The long-running operation metadata for the ReviewDocument method.

type GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiV1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // CreateTime: The creation time of the operation.
    CreateTime string `json:"createTime,omitempty"`
    // QuestionId: The Crowd Compute question ID.
    QuestionId string `json:"questionId,omitempty"`
    // State: Used only when Operation.done is false.
    //
    // Possible values:
    //   "STATE_UNSPECIFIED" - Unspecified state.
    //   "RUNNING" - Operation is still running.
    //   "CANCELLING" - Operation is being cancelled.
    //   "SUCCEEDED" - Operation succeeded.
    //   "FAILED" - Operation failed.
    //   "CANCELLED" - Operation is cancelled.
    State string `json:"state,omitempty"`
    // StateMessage: A message providing more details about the current state of
    // processing. For example, the error message if the operation is failed.
    StateMessage string `json:"stateMessage,omitempty"`
    // UpdateTime: The last update time of the operation.
    UpdateTime string `json:"updateTime,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3ReviewDocumentResponse

GoogleCloudDocumentaiV1beta3ReviewDocumentResponse: Response message for the ReviewDocument method.

type GoogleCloudDocumentaiV1beta3ReviewDocumentResponse struct {
    // GcsDestination: The Cloud Storage uri for the human reviewed document if the
    // review is succeeded.
    GcsDestination string `json:"gcsDestination,omitempty"`
    // RejectionReason: The reason why the review is rejected by reviewer.
    RejectionReason string `json:"rejectionReason,omitempty"`
    // State: The state of the review operation.
    //
    // Possible values:
    //   "STATE_UNSPECIFIED" - The default value. This value is used if the state
    // is omitted.
    //   "REJECTED" - The review operation is rejected by the reviewer.
    //   "SUCCEEDED" - The review operation is succeeded.
    State string `json:"state,omitempty"`
    // ForceSendFields is a list of field names (e.g. "GcsDestination") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "GcsDestination") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3ReviewDocumentResponse) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3ReviewDocumentResponse) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3RevisionRef

GoogleCloudDocumentaiV1beta3RevisionRef: The revision reference specifies which revision on the document to read.

type GoogleCloudDocumentaiV1beta3RevisionRef struct {
    // LatestProcessorVersion: Reads the revision generated by the processor
    // version. The format takes the full resource name of processor version.
    // `projects/{project}/locations/{location}/processors/{processor}/processorVers
    // ions/{processorVersion}`
    LatestProcessorVersion string `json:"latestProcessorVersion,omitempty"`
    // RevisionCase: Reads the revision by the predefined case.
    //
    // Possible values:
    //   "REVISION_CASE_UNSPECIFIED" - Unspecified case, fall back to read the
    // `LATEST_HUMAN_REVIEW`.
    //   "LATEST_HUMAN_REVIEW" - The latest revision made by a human.
    //   "LATEST_TIMESTAMP" - The latest revision based on timestamp.
    //   "BASE_OCR_REVISION" - The first (OCR) revision.
    RevisionCase string `json:"revisionCase,omitempty"`
    // RevisionId: Reads the revision given by the id.
    RevisionId string `json:"revisionId,omitempty"`
    // ForceSendFields is a list of field names (e.g. "LatestProcessorVersion") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "LatestProcessorVersion") to
    // include in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3RevisionRef) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3RevisionRef) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionMetadata

GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionMetadata: The long-running operation metadata for the SetDefaultProcessorVersion method.

type GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiV1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionResponse

GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionResponse: Response message for the SetDefaultProcessorVersion method.

type GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionResponse struct {
}

type GoogleCloudDocumentaiV1beta3TrainProcessorVersionMetadata

GoogleCloudDocumentaiV1beta3TrainProcessorVersionMetadata: The metadata that represents a processor version being created.

type GoogleCloudDocumentaiV1beta3TrainProcessorVersionMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiV1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // TestDatasetValidation: The test dataset validation information.
    TestDatasetValidation *GoogleCloudDocumentaiV1beta3TrainProcessorVersionMetadataDatasetValidation `json:"testDatasetValidation,omitempty"`
    // TrainingDatasetValidation: The training dataset validation information.
    TrainingDatasetValidation *GoogleCloudDocumentaiV1beta3TrainProcessorVersionMetadataDatasetValidation `json:"trainingDatasetValidation,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3TrainProcessorVersionMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3TrainProcessorVersionMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3TrainProcessorVersionMetadataDatasetValidation

GoogleCloudDocumentaiV1beta3TrainProcessorVersionMetadataDatasetValidation: The dataset validation information. This includes any and all errors with documents and the dataset.

type GoogleCloudDocumentaiV1beta3TrainProcessorVersionMetadataDatasetValidation struct {
    // DatasetErrorCount: The total number of dataset errors.
    DatasetErrorCount int64 `json:"datasetErrorCount,omitempty"`
    // DatasetErrors: Error information for the dataset as a whole. A maximum of 10
    // dataset errors will be returned. A single dataset error is terminal for
    // training.
    DatasetErrors []*GoogleRpcStatus `json:"datasetErrors,omitempty"`
    // DocumentErrorCount: The total number of document errors.
    DocumentErrorCount int64 `json:"documentErrorCount,omitempty"`
    // DocumentErrors: Error information pertaining to specific documents. A
    // maximum of 10 document errors will be returned. Any document with errors
    // will not be used throughout training.
    DocumentErrors []*GoogleRpcStatus `json:"documentErrors,omitempty"`
    // ForceSendFields is a list of field names (e.g. "DatasetErrorCount") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DatasetErrorCount") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3TrainProcessorVersionMetadataDatasetValidation) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3TrainProcessorVersionMetadataDatasetValidation) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3TrainProcessorVersionResponse

GoogleCloudDocumentaiV1beta3TrainProcessorVersionResponse: The response for TrainProcessorVersion.

type GoogleCloudDocumentaiV1beta3TrainProcessorVersionResponse struct {
    // ProcessorVersion: The resource name of the processor version produced by
    // training.
    ProcessorVersion string `json:"processorVersion,omitempty"`
    // ForceSendFields is a list of field names (e.g. "ProcessorVersion") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "ProcessorVersion") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3TrainProcessorVersionResponse) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3TrainProcessorVersionResponse) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3UndeployProcessorVersionMetadata

GoogleCloudDocumentaiV1beta3UndeployProcessorVersionMetadata: The long-running operation metadata for the UndeployProcessorVersion method.

type GoogleCloudDocumentaiV1beta3UndeployProcessorVersionMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiV1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3UndeployProcessorVersionMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3UndeployProcessorVersionMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudDocumentaiV1beta3UndeployProcessorVersionResponse

GoogleCloudDocumentaiV1beta3UndeployProcessorVersionResponse: Response message for the UndeployProcessorVersion method.

type GoogleCloudDocumentaiV1beta3UndeployProcessorVersionResponse struct {
}

type GoogleCloudDocumentaiV1beta3UpdateDatasetOperationMetadata

type GoogleCloudDocumentaiV1beta3UpdateDatasetOperationMetadata struct {
    // CommonMetadata: The basic metadata of the long-running operation.
    CommonMetadata *GoogleCloudDocumentaiV1beta3CommonOperationMetadata `json:"commonMetadata,omitempty"`
    // ForceSendFields is a list of field names (e.g. "CommonMetadata") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CommonMetadata") to include in
    // API requests with the JSON null value. By default, fields with empty values
    // are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudDocumentaiV1beta3UpdateDatasetOperationMetadata) MarshalJSON

func (s *GoogleCloudDocumentaiV1beta3UpdateDatasetOperationMetadata) MarshalJSON() ([]byte, error)

type GoogleCloudLocationListLocationsResponse

GoogleCloudLocationListLocationsResponse: The response message for Locations.ListLocations.

type GoogleCloudLocationListLocationsResponse struct {
    // Locations: A list of locations that matches the specified filter in the
    // request.
    Locations []*GoogleCloudLocationLocation `json:"locations,omitempty"`
    // NextPageToken: The standard List next-page token.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Locations") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Locations") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudLocationListLocationsResponse) MarshalJSON

func (s *GoogleCloudLocationListLocationsResponse) MarshalJSON() ([]byte, error)

type GoogleCloudLocationLocation

GoogleCloudLocationLocation: A resource that represents a Google Cloud location.

type GoogleCloudLocationLocation struct {
    // DisplayName: The friendly name for this location, typically a nearby city
    // name. For example, "Tokyo".
    DisplayName string `json:"displayName,omitempty"`
    // Labels: Cross-service attributes for the location. For example
    // {"cloud.googleapis.com/region": "us-east1"}
    Labels map[string]string `json:"labels,omitempty"`
    // LocationId: The canonical id for this location. For example: "us-east1".
    LocationId string `json:"locationId,omitempty"`
    // Metadata: Service-specific metadata. For example the available capacity at
    // the given location.
    Metadata googleapi.RawMessage `json:"metadata,omitempty"`
    // Name: Resource name for the location, which may vary between
    // implementations. For example:
    // "projects/example-project/locations/us-east1"
    Name string `json:"name,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "DisplayName") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "DisplayName") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleCloudLocationLocation) MarshalJSON

func (s *GoogleCloudLocationLocation) MarshalJSON() ([]byte, error)

type GoogleLongrunningListOperationsResponse

GoogleLongrunningListOperationsResponse: The response message for Operations.ListOperations.

type GoogleLongrunningListOperationsResponse struct {
    // NextPageToken: The standard List next-page token.
    NextPageToken string `json:"nextPageToken,omitempty"`
    // Operations: A list of operations that matches the specified filter in the
    // request.
    Operations []*GoogleLongrunningOperation `json:"operations,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "NextPageToken") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "NextPageToken") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleLongrunningListOperationsResponse) MarshalJSON

func (s *GoogleLongrunningListOperationsResponse) MarshalJSON() ([]byte, error)

type GoogleLongrunningOperation

GoogleLongrunningOperation: This resource represents a long-running operation that is the result of a network API call.

type GoogleLongrunningOperation struct {
    // Done: If the value is `false`, it means the operation is still in progress.
    // If `true`, the operation is completed, and either `error` or `response` is
    // available.
    Done bool `json:"done,omitempty"`
    // Error: The error result of the operation in case of failure or cancellation.
    Error *GoogleRpcStatus `json:"error,omitempty"`
    // Metadata: Service-specific metadata associated with the operation. It
    // typically contains progress information and common metadata such as create
    // time. Some services might not provide such metadata. Any method that returns
    // a long-running operation should document the metadata type, if any.
    Metadata googleapi.RawMessage `json:"metadata,omitempty"`
    // Name: The server-assigned name, which is only unique within the same service
    // that originally returns it. If you use the default HTTP mapping, the `name`
    // should be a resource name ending with `operations/{unique_id}`.
    Name string `json:"name,omitempty"`
    // Response: The normal, successful response of the operation. If the original
    // method returns no data on success, such as `Delete`, the response is
    // `google.protobuf.Empty`. If the original method is standard
    // `Get`/`Create`/`Update`, the response should be the resource. For other
    // methods, the response should have the type `XxxResponse`, where `Xxx` is the
    // original method name. For example, if the original method name is
    // `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
    Response googleapi.RawMessage `json:"response,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
    // ForceSendFields is a list of field names (e.g. "Done") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Done") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleLongrunningOperation) MarshalJSON

func (s *GoogleLongrunningOperation) MarshalJSON() ([]byte, error)

type GoogleProtobufEmpty

GoogleProtobufEmpty: A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }

type GoogleProtobufEmpty struct {
    // ServerResponse contains the HTTP response code and headers from the server.
    googleapi.ServerResponse `json:"-"`
}

type GoogleRpcStatus

GoogleRpcStatus: The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC (https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the API Design Guide (https://cloud.google.com/apis/design/errors).

type GoogleRpcStatus struct {
    // Code: The status code, which should be an enum value of google.rpc.Code.
    Code int64 `json:"code,omitempty"`
    // Details: A list of messages that carry the error details. There is a common
    // set of message types for APIs to use.
    Details []googleapi.RawMessage `json:"details,omitempty"`
    // Message: A developer-facing error message, which should be in English. Any
    // user-facing error message should be localized and sent in the
    // google.rpc.Status.details field, or localized by the client.
    Message string `json:"message,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Code") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Code") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleRpcStatus) MarshalJSON

func (s *GoogleRpcStatus) MarshalJSON() ([]byte, error)

type GoogleTypeColor

GoogleTypeColor: Represents a color in the RGBA color space. This representation is designed for simplicity of conversion to and from color representations in various languages over compactness. For example, the fields of this representation can be trivially provided to the constructor of `java.awt.Color` in Java; it can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha` method in iOS; and, with just a little work, it can be easily formatted into a CSS `rgba()` string in JavaScript. This reference page doesn't have information about the absolute color space that should be used to interpret the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default, applications should assume the sRGB color space. When color equality needs to be decided, implementations, unless documented otherwise, treat two colors as equal if all their red, green, blue, and alpha values each differ by at most `1e-5`. Example (Java): import com.google.type.Color; // ... public static java.awt.Color fromProto(Color protocolor) { float alpha = protocolor.hasAlpha() ? protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); } public static Color toProto(java.awt.Color color) { float red = (float) color.getRed(); float green = (float) color.getGreen(); float blue = (float) color.getBlue(); float denominator = 255.0; Color.Builder resultBuilder = Color .newBuilder() .setRed(red / denominator) .setGreen(green / denominator) .setBlue(blue / denominator); int alpha = color.getAlpha(); if (alpha != 255) { result.setAlpha( FloatValue .newBuilder() .setValue(((float) alpha) / denominator) .build()); } return resultBuilder.build(); } // ... Example (iOS / Obj-C): // ... static UIColor* fromProto(Color* protocolor) { float red = [protocolor red]; float green = [protocolor green]; float blue = [protocolor blue]; FloatValue* alpha_wrapper = [protocolor alpha]; float alpha = 1.0; if (alpha_wrapper != nil) { alpha = [alpha_wrapper value]; } return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; } static Color* toProto(UIColor* color) { CGFloat red, green, blue, alpha; if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { return nil; } Color* result = [[Color alloc] init]; [result setRed:red]; [result setGreen:green]; [result setBlue:blue]; if (alpha <= 0.9999) { [result setAlpha:floatWrapperWithValue(alpha)]; } [result autorelease]; return result; } // ... Example (JavaScript): // ... var protoToCssColor = function(rgb_color) { var redFrac = rgb_color.red || 0.0; var greenFrac = rgb_color.green || 0.0; var blueFrac = rgb_color.blue || 0.0; var red = Math.floor(redFrac * 255); var green = Math.floor(greenFrac * 255); var blue = Math.floor(blueFrac * 255); if (!('alpha' in rgb_color)) { return rgbToCssColor(red, green, blue); } var alphaFrac = rgb_color.alpha.value || 0.0; var rgbParams = [red, green, blue].join(','); return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(”); }; var rgbToCssColor = function(red, green, blue) { var rgbNumber = new Number((red << 16) | (green << 8) | blue); var hexString = rgbNumber.toString(16); var missingZeros = 6 - hexString.length; var resultBuilder = ['#']; for (var i = 0; i < missingZeros; i++) { resultBuilder.push('0'); } resultBuilder.push(hexString); return resultBuilder.join(”); }; // ...

type GoogleTypeColor struct {
    // Alpha: The fraction of this color that should be applied to the pixel. That
    // is, the final pixel color is defined by the equation: `pixel color = alpha *
    // (this color) + (1.0 - alpha) * (background color)` This means that a value
    // of 1.0 corresponds to a solid color, whereas a value of 0.0 corresponds to a
    // completely transparent color. This uses a wrapper message rather than a
    // simple float scalar so that it is possible to distinguish between a default
    // value and the value being unset. If omitted, this color object is rendered
    // as a solid color (as if the alpha value had been explicitly given a value of
    // 1.0).
    Alpha float64 `json:"alpha,omitempty"`
    // Blue: The amount of blue in the color as a value in the interval [0, 1].
    Blue float64 `json:"blue,omitempty"`
    // Green: The amount of green in the color as a value in the interval [0, 1].
    Green float64 `json:"green,omitempty"`
    // Red: The amount of red in the color as a value in the interval [0, 1].
    Red float64 `json:"red,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Alpha") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Alpha") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleTypeColor) MarshalJSON

func (s *GoogleTypeColor) MarshalJSON() ([]byte, error)

func (*GoogleTypeColor) UnmarshalJSON

func (s *GoogleTypeColor) UnmarshalJSON(data []byte) error

type GoogleTypeDate

GoogleTypeDate: Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp

type GoogleTypeDate struct {
    // Day: Day of a month. Must be from 1 to 31 and valid for the year and month,
    // or 0 to specify a year by itself or a year and month where the day isn't
    // significant.
    Day int64 `json:"day,omitempty"`
    // Month: Month of a year. Must be from 1 to 12, or 0 to specify a year without
    // a month and day.
    Month int64 `json:"month,omitempty"`
    // Year: Year of the date. Must be from 1 to 9999, or 0 to specify a date
    // without a year.
    Year int64 `json:"year,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Day") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Day") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleTypeDate) MarshalJSON

func (s *GoogleTypeDate) MarshalJSON() ([]byte, error)

type GoogleTypeDateTime

GoogleTypeDateTime: Represents civil time (or occasionally physical time). This type can represent a civil time in one of a few possible ways: * When utc_offset is set and time_zone is unset: a civil time on a calendar day with a particular offset from UTC. * When time_zone is set and utc_offset is unset: a civil time on a calendar day in a particular time zone. * When neither time_zone nor utc_offset is set: a civil time on a calendar day in local time. The date is relative to the Proleptic Gregorian Calendar. If year, month, or day are 0, the DateTime is considered not to have a specific year, month, or day respectively. This type may also be used to represent a physical time if all the date and time fields are set and either case of the `time_offset` oneof is set. Consider using `Timestamp` message for physical time instead. If your use case also would like to store the user's timezone, that can be done in another field. This type is more flexible than some applications may want. Make sure to document and validate your application's limitations.

type GoogleTypeDateTime struct {
    // Day: Optional. Day of month. Must be from 1 to 31 and valid for the year and
    // month, or 0 if specifying a datetime without a day.
    Day int64 `json:"day,omitempty"`
    // Hours: Optional. Hours of day in 24 hour format. Should be from 0 to 23,
    // defaults to 0 (midnight). An API may choose to allow the value "24:00:00"
    // for scenarios like business closing time.
    Hours int64 `json:"hours,omitempty"`
    // Minutes: Optional. Minutes of hour of day. Must be from 0 to 59, defaults to
    // 0.
    Minutes int64 `json:"minutes,omitempty"`
    // Month: Optional. Month of year. Must be from 1 to 12, or 0 if specifying a
    // datetime without a month.
    Month int64 `json:"month,omitempty"`
    // Nanos: Optional. Fractions of seconds in nanoseconds. Must be from 0 to
    // 999,999,999, defaults to 0.
    Nanos int64 `json:"nanos,omitempty"`
    // Seconds: Optional. Seconds of minutes of the time. Must normally be from 0
    // to 59, defaults to 0. An API may allow the value 60 if it allows
    // leap-seconds.
    Seconds int64 `json:"seconds,omitempty"`
    // TimeZone: Time zone.
    TimeZone *GoogleTypeTimeZone `json:"timeZone,omitempty"`
    // UtcOffset: UTC offset. Must be whole seconds, between -18 hours and +18
    // hours. For example, a UTC offset of -4:00 would be represented as { seconds:
    // -14400 }.
    UtcOffset string `json:"utcOffset,omitempty"`
    // Year: Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a
    // datetime without a year.
    Year int64 `json:"year,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Day") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Day") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleTypeDateTime) MarshalJSON

func (s *GoogleTypeDateTime) MarshalJSON() ([]byte, error)

type GoogleTypeMoney

GoogleTypeMoney: Represents an amount of money with its currency type.

type GoogleTypeMoney struct {
    // CurrencyCode: The three-letter currency code defined in ISO 4217.
    CurrencyCode string `json:"currencyCode,omitempty"`
    // Nanos: Number of nano (10^-9) units of the amount. The value must be between
    // -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos`
    // must be positive or zero. If `units` is zero, `nanos` can be positive, zero,
    // or negative. If `units` is negative, `nanos` must be negative or zero. For
    // example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
    Nanos int64 `json:"nanos,omitempty"`
    // Units: The whole units of the amount. For example if `currencyCode` is
    // "USD", then 1 unit is one US dollar.
    Units int64 `json:"units,omitempty,string"`
    // ForceSendFields is a list of field names (e.g. "CurrencyCode") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "CurrencyCode") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleTypeMoney) MarshalJSON

func (s *GoogleTypeMoney) MarshalJSON() ([]byte, error)

type GoogleTypePostalAddress

GoogleTypePostalAddress: Represents a postal address, e.g. for postal delivery or payments addresses. Given a postal address, a postal service can deliver items to a premise, P.O. Box or similar. It is not intended to model geographical locations (roads, towns, mountains). In typical usage an address would be created via user input or from importing existing data, depending on the type of process. Advice on address input / editing: - Use an internationalization-ready address widget such as https://github.com/google/libaddressinput) - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, please see: https://support.google.com/business/answer/6397478

type GoogleTypePostalAddress struct {
    // AddressLines: Unstructured address lines describing the lower levels of an
    // address. Because values in address_lines do not have type information and
    // may sometimes contain multiple values in a single field (e.g. "Austin, TX"),
    // it is important that the line order is clear. The order of address lines
    // should be "envelope order" for the country/region of the address. In places
    // where this can vary (e.g. Japan), address_language is used to make it
    // explicit (e.g. "ja" for large-to-small ordering and "ja-Latn" or "en" for
    // small-to-large). This way, the most specific line of an address can be
    // selected based on the language. The minimum permitted structural
    // representation of an address consists of a region_code with all remaining
    // information placed in the address_lines. It would be possible to format such
    // an address very approximately without geocoding, but no semantic reasoning
    // could be made about any of the address components until it was at least
    // partially resolved. Creating an address only containing a region_code and
    // address_lines, and then geocoding is the recommended way to handle
    // completely unstructured addresses (as opposed to guessing which parts of the
    // address should be localities or administrative areas).
    AddressLines []string `json:"addressLines,omitempty"`
    // AdministrativeArea: Optional. Highest administrative subdivision which is
    // used for postal addresses of a country or region. For example, this can be a
    // state, a province, an oblast, or a prefecture. Specifically, for Spain this
    // is the province and not the autonomous community (e.g. "Barcelona" and not
    // "Catalonia"). Many countries don't use an administrative area in postal
    // addresses. E.g. in Switzerland this should be left unpopulated.
    AdministrativeArea string `json:"administrativeArea,omitempty"`
    // LanguageCode: Optional. BCP-47 language code of the contents of this address
    // (if known). This is often the UI language of the input form or is expected
    // to match one of the languages used in the address' country/region, or their
    // transliterated equivalents. This can affect formatting in certain countries,
    // but is not critical to the correctness of the data and will never affect any
    // validation or other non-formatting related operations. If this value is not
    // known, it should be omitted (rather than specifying a possibly incorrect
    // default). Examples: "zh-Hant", "ja", "ja-Latn", "en".
    LanguageCode string `json:"languageCode,omitempty"`
    // Locality: Optional. Generally refers to the city/town portion of the
    // address. Examples: US city, IT comune, UK post town. In regions of the world
    // where localities are not well defined or do not fit into this structure
    // well, leave locality empty and use address_lines.
    Locality string `json:"locality,omitempty"`
    // Organization: Optional. The name of the organization at the address.
    Organization string `json:"organization,omitempty"`
    // PostalCode: Optional. Postal code of the address. Not all countries use or
    // require postal codes to be present, but where they are used, they may
    // trigger additional validation with other parts of the address (e.g.
    // state/zip validation in the U.S.A.).
    PostalCode string `json:"postalCode,omitempty"`
    // Recipients: Optional. The recipient at the address. This field may, under
    // certain circumstances, contain multiline information. For example, it might
    // contain "care of" information.
    Recipients []string `json:"recipients,omitempty"`
    // RegionCode: Required. CLDR region code of the country/region of the address.
    // This is never inferred and it is up to the user to ensure the value is
    // correct. See https://cldr.unicode.org/ and
    // https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html
    // for details. Example: "CH" for Switzerland.
    RegionCode string `json:"regionCode,omitempty"`
    // Revision: The schema revision of the `PostalAddress`. This must be set to 0,
    // which is the latest revision. All new revisions **must** be backward
    // compatible with old revisions.
    Revision int64 `json:"revision,omitempty"`
    // SortingCode: Optional. Additional, country-specific, sorting code. This is
    // not used in most regions. Where it is used, the value is either a string
    // like "CEDEX", optionally followed by a number (e.g. "CEDEX 7"), or just a
    // number alone, representing the "sector code" (Jamaica), "delivery area
    // indicator" (Malawi) or "post office indicator" (e.g. Côte d'Ivoire).
    SortingCode string `json:"sortingCode,omitempty"`
    // Sublocality: Optional. Sublocality of the address. For example, this can be
    // neighborhoods, boroughs, districts.
    Sublocality string `json:"sublocality,omitempty"`
    // ForceSendFields is a list of field names (e.g. "AddressLines") to
    // unconditionally include in API requests. By default, fields with empty or
    // default values are omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "AddressLines") to include in API
    // requests with the JSON null value. By default, fields with empty values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleTypePostalAddress) MarshalJSON

func (s *GoogleTypePostalAddress) MarshalJSON() ([]byte, error)

type GoogleTypeTimeZone

GoogleTypeTimeZone: Represents a time zone from the IANA Time Zone Database (https://www.iana.org/time-zones).

type GoogleTypeTimeZone struct {
    // Id: IANA Time Zone Database time zone, e.g. "America/New_York".
    Id string `json:"id,omitempty"`
    // Version: Optional. IANA Time Zone Database version number, e.g. "2019a".
    Version string `json:"version,omitempty"`
    // ForceSendFields is a list of field names (e.g. "Id") to unconditionally
    // include in API requests. By default, fields with empty or default values are
    // omitted from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
    // details.
    ForceSendFields []string `json:"-"`
    // NullFields is a list of field names (e.g. "Id") to include in API requests
    // with the JSON null value. By default, fields with empty values are omitted
    // from API requests. See
    // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
    NullFields []string `json:"-"`
}

func (*GoogleTypeTimeZone) MarshalJSON

func (s *GoogleTypeTimeZone) MarshalJSON() ([]byte, error)

type OperationsDeleteCall

type OperationsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*OperationsDeleteCall) Context

func (c *OperationsDeleteCall) Context(ctx context.Context) *OperationsDeleteCall

Context sets the context to be used in this call's Do method.

func (*OperationsDeleteCall) Do

func (c *OperationsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "documentai.operations.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*OperationsDeleteCall) Fields

func (c *OperationsDeleteCall) Fields(s ...googleapi.Field) *OperationsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*OperationsDeleteCall) Header

func (c *OperationsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type OperationsService

type OperationsService struct {
    // contains filtered or unexported fields
}

func NewOperationsService

func NewOperationsService(s *Service) *OperationsService

func (*OperationsService) Delete

func (r *OperationsService) Delete(name string) *OperationsDeleteCall

Delete: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

- name: The name of the operation resource to be deleted.

type ProjectsLocationsFetchProcessorTypesCall

type ProjectsLocationsFetchProcessorTypesCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsFetchProcessorTypesCall) Context

func (c *ProjectsLocationsFetchProcessorTypesCall) Context(ctx context.Context) *ProjectsLocationsFetchProcessorTypesCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsFetchProcessorTypesCall) Do

func (c *ProjectsLocationsFetchProcessorTypesCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDocumentaiV1FetchProcessorTypesResponse, error)

Do executes the "documentai.projects.locations.fetchProcessorTypes" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDocumentaiV1FetchProcessorTypesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsFetchProcessorTypesCall) Fields

func (c *ProjectsLocationsFetchProcessorTypesCall) Fields(s ...googleapi.Field) *ProjectsLocationsFetchProcessorTypesCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsFetchProcessorTypesCall) Header

func (c *ProjectsLocationsFetchProcessorTypesCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsFetchProcessorTypesCall) IfNoneMatch

func (c *ProjectsLocationsFetchProcessorTypesCall) IfNoneMatch(entityTag string) *ProjectsLocationsFetchProcessorTypesCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsGetCall

type ProjectsLocationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsGetCall) Context

func (c *ProjectsLocationsGetCall) Context(ctx context.Context) *ProjectsLocationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsGetCall) Do

func (c *ProjectsLocationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudLocationLocation, error)

Do executes the "documentai.projects.locations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudLocationLocation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsGetCall) Fields

func (c *ProjectsLocationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsGetCall) Header

func (c *ProjectsLocationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsGetCall) IfNoneMatch

func (c *ProjectsLocationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsListCall

type ProjectsLocationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsListCall) Context

func (c *ProjectsLocationsListCall) Context(ctx context.Context) *ProjectsLocationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsListCall) Do

func (c *ProjectsLocationsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudLocationListLocationsResponse, error)

Do executes the "documentai.projects.locations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudLocationListLocationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsListCall) Fields

func (c *ProjectsLocationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsListCall) Filter

func (c *ProjectsLocationsListCall) Filter(filter string) *ProjectsLocationsListCall

Filter sets the optional parameter "filter": A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo", and is documented in more detail in AIP-160 (https://google.aip.dev/160).

func (*ProjectsLocationsListCall) Header

func (c *ProjectsLocationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsListCall) IfNoneMatch

func (c *ProjectsLocationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsListCall) PageSize

func (c *ProjectsLocationsListCall) PageSize(pageSize int64) *ProjectsLocationsListCall

PageSize sets the optional parameter "pageSize": The maximum number of results to return. If not set, the service selects a default.

func (*ProjectsLocationsListCall) PageToken

func (c *ProjectsLocationsListCall) PageToken(pageToken string) *ProjectsLocationsListCall

PageToken sets the optional parameter "pageToken": A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.

func (*ProjectsLocationsListCall) Pages

func (c *ProjectsLocationsListCall) Pages(ctx context.Context, f func(*GoogleCloudLocationListLocationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsOperationsCancelCall

type ProjectsLocationsOperationsCancelCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsOperationsCancelCall) Context

func (c *ProjectsLocationsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsOperationsCancelCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsOperationsCancelCall) Do

func (c *ProjectsLocationsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobufEmpty, error)

Do executes the "documentai.projects.locations.operations.cancel" call. Any non-2xx status code is an error. Response headers are in either *GoogleProtobufEmpty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsOperationsCancelCall) Fields

func (c *ProjectsLocationsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsCancelCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsOperationsCancelCall) Header

func (c *ProjectsLocationsOperationsCancelCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsOperationsGetCall

type ProjectsLocationsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsOperationsGetCall) Context

func (c *ProjectsLocationsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsOperationsGetCall) Do

func (c *ProjectsLocationsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "documentai.projects.locations.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsOperationsGetCall) Fields

func (c *ProjectsLocationsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsOperationsGetCall) Header

func (c *ProjectsLocationsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsOperationsGetCall) IfNoneMatch

func (c *ProjectsLocationsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsOperationsListCall

type ProjectsLocationsOperationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsOperationsListCall) Context

func (c *ProjectsLocationsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsOperationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsOperationsListCall) Do

func (c *ProjectsLocationsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningListOperationsResponse, error)

Do executes the "documentai.projects.locations.operations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningListOperationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsOperationsListCall) Fields

func (c *ProjectsLocationsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsOperationsListCall) Filter

func (c *ProjectsLocationsOperationsListCall) Filter(filter string) *ProjectsLocationsOperationsListCall

Filter sets the optional parameter "filter": The standard list filter.

func (*ProjectsLocationsOperationsListCall) Header

func (c *ProjectsLocationsOperationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsOperationsListCall) IfNoneMatch

func (c *ProjectsLocationsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsOperationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsOperationsListCall) PageSize

func (c *ProjectsLocationsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsOperationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size.

func (*ProjectsLocationsOperationsListCall) PageToken

func (c *ProjectsLocationsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsOperationsListCall

PageToken sets the optional parameter "pageToken": The standard list page token.

func (*ProjectsLocationsOperationsListCall) Pages

func (c *ProjectsLocationsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunningListOperationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsOperationsService

type ProjectsLocationsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsOperationsService

func NewProjectsLocationsOperationsService(s *Service) *ProjectsLocationsOperationsService

func (*ProjectsLocationsOperationsService) Cancel

func (r *ProjectsLocationsOperationsService) Cancel(name string) *ProjectsLocationsOperationsCancelCall

Cancel: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

- name: The name of the operation resource to be cancelled.

func (*ProjectsLocationsOperationsService) Get

func (r *ProjectsLocationsOperationsService) Get(name string) *ProjectsLocationsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

func (*ProjectsLocationsOperationsService) List

func (r *ProjectsLocationsOperationsService) List(name string) *ProjectsLocationsOperationsListCall

List: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

- name: The name of the operation's parent resource.

type ProjectsLocationsProcessorTypesGetCall

type ProjectsLocationsProcessorTypesGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsProcessorTypesGetCall) Context

func (c *ProjectsLocationsProcessorTypesGetCall) Context(ctx context.Context) *ProjectsLocationsProcessorTypesGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsProcessorTypesGetCall) Do

func (c *ProjectsLocationsProcessorTypesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDocumentaiV1ProcessorType, error)

Do executes the "documentai.projects.locations.processorTypes.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDocumentaiV1ProcessorType.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsProcessorTypesGetCall) Fields

func (c *ProjectsLocationsProcessorTypesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorTypesGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsProcessorTypesGetCall) Header

func (c *ProjectsLocationsProcessorTypesGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsProcessorTypesGetCall) IfNoneMatch

func (c *ProjectsLocationsProcessorTypesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsProcessorTypesGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsProcessorTypesListCall

type ProjectsLocationsProcessorTypesListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsProcessorTypesListCall) Context

func (c *ProjectsLocationsProcessorTypesListCall) Context(ctx context.Context) *ProjectsLocationsProcessorTypesListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsProcessorTypesListCall) Do

func (c *ProjectsLocationsProcessorTypesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDocumentaiV1ListProcessorTypesResponse, error)

Do executes the "documentai.projects.locations.processorTypes.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDocumentaiV1ListProcessorTypesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsProcessorTypesListCall) Fields

func (c *ProjectsLocationsProcessorTypesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorTypesListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsProcessorTypesListCall) Header

func (c *ProjectsLocationsProcessorTypesListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsProcessorTypesListCall) IfNoneMatch

func (c *ProjectsLocationsProcessorTypesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsProcessorTypesListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsProcessorTypesListCall) PageSize

func (c *ProjectsLocationsProcessorTypesListCall) PageSize(pageSize int64) *ProjectsLocationsProcessorTypesListCall

PageSize sets the optional parameter "pageSize": The maximum number of processor types to return. If unspecified, at most `100` processor types will be returned. The maximum value is `500`. Values above `500` will be coerced to `500`.

func (*ProjectsLocationsProcessorTypesListCall) PageToken

func (c *ProjectsLocationsProcessorTypesListCall) PageToken(pageToken string) *ProjectsLocationsProcessorTypesListCall

PageToken sets the optional parameter "pageToken": Used to retrieve the next page of results, empty if at the end of the list.

func (*ProjectsLocationsProcessorTypesListCall) Pages

func (c *ProjectsLocationsProcessorTypesListCall) Pages(ctx context.Context, f func(*GoogleCloudDocumentaiV1ListProcessorTypesResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsProcessorTypesService

type ProjectsLocationsProcessorTypesService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsProcessorTypesService

func NewProjectsLocationsProcessorTypesService(s *Service) *ProjectsLocationsProcessorTypesService

func (*ProjectsLocationsProcessorTypesService) Get

func (r *ProjectsLocationsProcessorTypesService) Get(name string) *ProjectsLocationsProcessorTypesGetCall

Get: Gets a processor type detail.

- name: The processor type resource name.

func (*ProjectsLocationsProcessorTypesService) List

func (r *ProjectsLocationsProcessorTypesService) List(parent string) *ProjectsLocationsProcessorTypesListCall

List: Lists the processor types that exist.

type ProjectsLocationsProcessorsBatchProcessCall

type ProjectsLocationsProcessorsBatchProcessCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsProcessorsBatchProcessCall) Context

func (c *ProjectsLocationsProcessorsBatchProcessCall) Context(ctx context.Context) *ProjectsLocationsProcessorsBatchProcessCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsProcessorsBatchProcessCall) Do

func (c *ProjectsLocationsProcessorsBatchProcessCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "documentai.projects.locations.processors.batchProcess" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsProcessorsBatchProcessCall) Fields

func (c *ProjectsLocationsProcessorsBatchProcessCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsBatchProcessCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsProcessorsBatchProcessCall) Header

func (c *ProjectsLocationsProcessorsBatchProcessCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsProcessorsCreateCall

type ProjectsLocationsProcessorsCreateCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsProcessorsCreateCall) Context

func (c *ProjectsLocationsProcessorsCreateCall) Context(ctx context.Context) *ProjectsLocationsProcessorsCreateCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsProcessorsCreateCall) Do

func (c *ProjectsLocationsProcessorsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDocumentaiV1Processor, error)

Do executes the "documentai.projects.locations.processors.create" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDocumentaiV1Processor.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsProcessorsCreateCall) Fields

func (c *ProjectsLocationsProcessorsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsCreateCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsProcessorsCreateCall) Header

func (c *ProjectsLocationsProcessorsCreateCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsProcessorsDeleteCall

type ProjectsLocationsProcessorsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsProcessorsDeleteCall) Context

func (c *ProjectsLocationsProcessorsDeleteCall) Context(ctx context.Context) *ProjectsLocationsProcessorsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsProcessorsDeleteCall) Do

func (c *ProjectsLocationsProcessorsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "documentai.projects.locations.processors.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsProcessorsDeleteCall) Fields

func (c *ProjectsLocationsProcessorsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsProcessorsDeleteCall) Header

func (c *ProjectsLocationsProcessorsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsProcessorsDisableCall

type ProjectsLocationsProcessorsDisableCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsProcessorsDisableCall) Context

func (c *ProjectsLocationsProcessorsDisableCall) Context(ctx context.Context) *ProjectsLocationsProcessorsDisableCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsProcessorsDisableCall) Do

func (c *ProjectsLocationsProcessorsDisableCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "documentai.projects.locations.processors.disable" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsProcessorsDisableCall) Fields

func (c *ProjectsLocationsProcessorsDisableCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsDisableCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsProcessorsDisableCall) Header

func (c *ProjectsLocationsProcessorsDisableCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsProcessorsEnableCall

type ProjectsLocationsProcessorsEnableCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsProcessorsEnableCall) Context

func (c *ProjectsLocationsProcessorsEnableCall) Context(ctx context.Context) *ProjectsLocationsProcessorsEnableCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsProcessorsEnableCall) Do

func (c *ProjectsLocationsProcessorsEnableCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "documentai.projects.locations.processors.enable" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsProcessorsEnableCall) Fields

func (c *ProjectsLocationsProcessorsEnableCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsEnableCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsProcessorsEnableCall) Header

func (c *ProjectsLocationsProcessorsEnableCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsProcessorsGetCall

type ProjectsLocationsProcessorsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsProcessorsGetCall) Context

func (c *ProjectsLocationsProcessorsGetCall) Context(ctx context.Context) *ProjectsLocationsProcessorsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsProcessorsGetCall) Do

func (c *ProjectsLocationsProcessorsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDocumentaiV1Processor, error)

Do executes the "documentai.projects.locations.processors.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDocumentaiV1Processor.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsProcessorsGetCall) Fields

func (c *ProjectsLocationsProcessorsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsProcessorsGetCall) Header

func (c *ProjectsLocationsProcessorsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsProcessorsGetCall) IfNoneMatch

func (c *ProjectsLocationsProcessorsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsProcessorsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsProcessorsHumanReviewConfigReviewDocumentCall

type ProjectsLocationsProcessorsHumanReviewConfigReviewDocumentCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsProcessorsHumanReviewConfigReviewDocumentCall) Context

func (c *ProjectsLocationsProcessorsHumanReviewConfigReviewDocumentCall) Context(ctx context.Context) *ProjectsLocationsProcessorsHumanReviewConfigReviewDocumentCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsProcessorsHumanReviewConfigReviewDocumentCall) Do

func (c *ProjectsLocationsProcessorsHumanReviewConfigReviewDocumentCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "documentai.projects.locations.processors.humanReviewConfig.reviewDocument" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsProcessorsHumanReviewConfigReviewDocumentCall) Fields

func (c *ProjectsLocationsProcessorsHumanReviewConfigReviewDocumentCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsHumanReviewConfigReviewDocumentCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsProcessorsHumanReviewConfigReviewDocumentCall) Header

func (c *ProjectsLocationsProcessorsHumanReviewConfigReviewDocumentCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsProcessorsHumanReviewConfigService

type ProjectsLocationsProcessorsHumanReviewConfigService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsProcessorsHumanReviewConfigService

func NewProjectsLocationsProcessorsHumanReviewConfigService(s *Service) *ProjectsLocationsProcessorsHumanReviewConfigService

func (*ProjectsLocationsProcessorsHumanReviewConfigService) ReviewDocument

func (r *ProjectsLocationsProcessorsHumanReviewConfigService) ReviewDocument(humanReviewConfig string, googleclouddocumentaiv1reviewdocumentrequest *GoogleCloudDocumentaiV1ReviewDocumentRequest) *ProjectsLocationsProcessorsHumanReviewConfigReviewDocumentCall

ReviewDocument: Send a document for Human Review. The input document should be processed by the specified processor.

type ProjectsLocationsProcessorsListCall

type ProjectsLocationsProcessorsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsProcessorsListCall) Context

func (c *ProjectsLocationsProcessorsListCall) Context(ctx context.Context) *ProjectsLocationsProcessorsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsProcessorsListCall) Do

func (c *ProjectsLocationsProcessorsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDocumentaiV1ListProcessorsResponse, error)

Do executes the "documentai.projects.locations.processors.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDocumentaiV1ListProcessorsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsProcessorsListCall) Fields

func (c *ProjectsLocationsProcessorsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsProcessorsListCall) Header

func (c *ProjectsLocationsProcessorsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsProcessorsListCall) IfNoneMatch

func (c *ProjectsLocationsProcessorsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsProcessorsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsProcessorsListCall) PageSize

func (c *ProjectsLocationsProcessorsListCall) PageSize(pageSize int64) *ProjectsLocationsProcessorsListCall

PageSize sets the optional parameter "pageSize": The maximum number of processors to return. If unspecified, at most `50` processors will be returned. The maximum value is `100`. Values above `100` will be coerced to `100`.

func (*ProjectsLocationsProcessorsListCall) PageToken

func (c *ProjectsLocationsProcessorsListCall) PageToken(pageToken string) *ProjectsLocationsProcessorsListCall

PageToken sets the optional parameter "pageToken": We will return the processors sorted by creation time. The page token will point to the next processor.

func (*ProjectsLocationsProcessorsListCall) Pages

func (c *ProjectsLocationsProcessorsListCall) Pages(ctx context.Context, f func(*GoogleCloudDocumentaiV1ListProcessorsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsProcessorsProcessCall

type ProjectsLocationsProcessorsProcessCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsProcessorsProcessCall) Context

func (c *ProjectsLocationsProcessorsProcessCall) Context(ctx context.Context) *ProjectsLocationsProcessorsProcessCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsProcessorsProcessCall) Do

func (c *ProjectsLocationsProcessorsProcessCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDocumentaiV1ProcessResponse, error)

Do executes the "documentai.projects.locations.processors.process" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDocumentaiV1ProcessResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsProcessorsProcessCall) Fields

func (c *ProjectsLocationsProcessorsProcessCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsProcessCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsProcessorsProcessCall) Header

func (c *ProjectsLocationsProcessorsProcessCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsProcessorsProcessorVersionsBatchProcessCall

type ProjectsLocationsProcessorsProcessorVersionsBatchProcessCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsProcessorsProcessorVersionsBatchProcessCall) Context

func (c *ProjectsLocationsProcessorsProcessorVersionsBatchProcessCall) Context(ctx context.Context) *ProjectsLocationsProcessorsProcessorVersionsBatchProcessCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsProcessorsProcessorVersionsBatchProcessCall) Do

func (c *ProjectsLocationsProcessorsProcessorVersionsBatchProcessCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "documentai.projects.locations.processors.processorVersions.batchProcess" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsProcessorsProcessorVersionsBatchProcessCall) Fields

func (c *ProjectsLocationsProcessorsProcessorVersionsBatchProcessCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsProcessorVersionsBatchProcessCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsProcessorsProcessorVersionsBatchProcessCall) Header

func (c *ProjectsLocationsProcessorsProcessorVersionsBatchProcessCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsProcessorsProcessorVersionsDeleteCall

type ProjectsLocationsProcessorsProcessorVersionsDeleteCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsProcessorsProcessorVersionsDeleteCall) Context

func (c *ProjectsLocationsProcessorsProcessorVersionsDeleteCall) Context(ctx context.Context) *ProjectsLocationsProcessorsProcessorVersionsDeleteCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsProcessorsProcessorVersionsDeleteCall) Do

func (c *ProjectsLocationsProcessorsProcessorVersionsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "documentai.projects.locations.processors.processorVersions.delete" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsProcessorsProcessorVersionsDeleteCall) Fields

func (c *ProjectsLocationsProcessorsProcessorVersionsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsProcessorVersionsDeleteCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsProcessorsProcessorVersionsDeleteCall) Header

func (c *ProjectsLocationsProcessorsProcessorVersionsDeleteCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsProcessorsProcessorVersionsDeployCall

type ProjectsLocationsProcessorsProcessorVersionsDeployCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsProcessorsProcessorVersionsDeployCall) Context

func (c *ProjectsLocationsProcessorsProcessorVersionsDeployCall) Context(ctx context.Context) *ProjectsLocationsProcessorsProcessorVersionsDeployCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsProcessorsProcessorVersionsDeployCall) Do

func (c *ProjectsLocationsProcessorsProcessorVersionsDeployCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "documentai.projects.locations.processors.processorVersions.deploy" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsProcessorsProcessorVersionsDeployCall) Fields

func (c *ProjectsLocationsProcessorsProcessorVersionsDeployCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsProcessorVersionsDeployCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsProcessorsProcessorVersionsDeployCall) Header

func (c *ProjectsLocationsProcessorsProcessorVersionsDeployCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsProcessorsProcessorVersionsEvaluateProcessorVersionCall

type ProjectsLocationsProcessorsProcessorVersionsEvaluateProcessorVersionCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsProcessorsProcessorVersionsEvaluateProcessorVersionCall) Context

func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluateProcessorVersionCall) Context(ctx context.Context) *ProjectsLocationsProcessorsProcessorVersionsEvaluateProcessorVersionCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsProcessorsProcessorVersionsEvaluateProcessorVersionCall) Do

func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluateProcessorVersionCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "documentai.projects.locations.processors.processorVersions.evaluateProcessorVersion" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsProcessorsProcessorVersionsEvaluateProcessorVersionCall) Fields

func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluateProcessorVersionCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsProcessorVersionsEvaluateProcessorVersionCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsProcessorsProcessorVersionsEvaluateProcessorVersionCall) Header

func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluateProcessorVersionCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsProcessorsProcessorVersionsEvaluationsGetCall

type ProjectsLocationsProcessorsProcessorVersionsEvaluationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsProcessorsProcessorVersionsEvaluationsGetCall) Context

func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluationsGetCall) Context(ctx context.Context) *ProjectsLocationsProcessorsProcessorVersionsEvaluationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsProcessorsProcessorVersionsEvaluationsGetCall) Do

func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDocumentaiV1Evaluation, error)

Do executes the "documentai.projects.locations.processors.processorVersions.evaluations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDocumentaiV1Evaluation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsProcessorsProcessorVersionsEvaluationsGetCall) Fields

func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsProcessorVersionsEvaluationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsProcessorsProcessorVersionsEvaluationsGetCall) Header

func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsProcessorsProcessorVersionsEvaluationsGetCall) IfNoneMatch

func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsProcessorsProcessorVersionsEvaluationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall

type ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall) Context

func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall) Context(ctx context.Context) *ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall) Do

func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDocumentaiV1ListEvaluationsResponse, error)

Do executes the "documentai.projects.locations.processors.processorVersions.evaluations.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDocumentaiV1ListEvaluationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall) Fields

func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall) Header

func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall) IfNoneMatch

func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall) PageSize

func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall) PageSize(pageSize int64) *ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall

PageSize sets the optional parameter "pageSize": The standard list page size. If unspecified, at most `5` evaluations are returned. The maximum value is `100`. Values above `100` are coerced to `100`.

func (*ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall) PageToken

func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall) PageToken(pageToken string) *ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall

PageToken sets the optional parameter "pageToken": A page token, received from a previous `ListEvaluations` call. Provide this to retrieve the subsequent page.

func (*ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall) Pages

func (c *ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall) Pages(ctx context.Context, f func(*GoogleCloudDocumentaiV1ListEvaluationsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsProcessorsProcessorVersionsEvaluationsService

type ProjectsLocationsProcessorsProcessorVersionsEvaluationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsLocationsProcessorsProcessorVersionsEvaluationsService

func NewProjectsLocationsProcessorsProcessorVersionsEvaluationsService(s *Service) *ProjectsLocationsProcessorsProcessorVersionsEvaluationsService

func (*ProjectsLocationsProcessorsProcessorVersionsEvaluationsService) Get

func (r *ProjectsLocationsProcessorsProcessorVersionsEvaluationsService) Get(name string) *ProjectsLocationsProcessorsProcessorVersionsEvaluationsGetCall

Get: Retrieves a specific evaluation.

func (*ProjectsLocationsProcessorsProcessorVersionsEvaluationsService) List

func (r *ProjectsLocationsProcessorsProcessorVersionsEvaluationsService) List(parent string) *ProjectsLocationsProcessorsProcessorVersionsEvaluationsListCall

List: Retrieves a set of evaluations for a given processor version.

type ProjectsLocationsProcessorsProcessorVersionsGetCall

type ProjectsLocationsProcessorsProcessorVersionsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsProcessorsProcessorVersionsGetCall) Context

func (c *ProjectsLocationsProcessorsProcessorVersionsGetCall) Context(ctx context.Context) *ProjectsLocationsProcessorsProcessorVersionsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsProcessorsProcessorVersionsGetCall) Do

func (c *ProjectsLocationsProcessorsProcessorVersionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDocumentaiV1ProcessorVersion, error)

Do executes the "documentai.projects.locations.processors.processorVersions.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDocumentaiV1ProcessorVersion.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsProcessorsProcessorVersionsGetCall) Fields

func (c *ProjectsLocationsProcessorsProcessorVersionsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsProcessorVersionsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsProcessorsProcessorVersionsGetCall) Header

func (c *ProjectsLocationsProcessorsProcessorVersionsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsProcessorsProcessorVersionsGetCall) IfNoneMatch

func (c *ProjectsLocationsProcessorsProcessorVersionsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsProcessorsProcessorVersionsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsLocationsProcessorsProcessorVersionsListCall

type ProjectsLocationsProcessorsProcessorVersionsListCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsProcessorsProcessorVersionsListCall) Context

func (c *ProjectsLocationsProcessorsProcessorVersionsListCall) Context(ctx context.Context) *ProjectsLocationsProcessorsProcessorVersionsListCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsProcessorsProcessorVersionsListCall) Do

func (c *ProjectsLocationsProcessorsProcessorVersionsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDocumentaiV1ListProcessorVersionsResponse, error)

Do executes the "documentai.projects.locations.processors.processorVersions.list" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDocumentaiV1ListProcessorVersionsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsProcessorsProcessorVersionsListCall) Fields

func (c *ProjectsLocationsProcessorsProcessorVersionsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsProcessorVersionsListCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsProcessorsProcessorVersionsListCall) Header

func (c *ProjectsLocationsProcessorsProcessorVersionsListCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsLocationsProcessorsProcessorVersionsListCall) IfNoneMatch

func (c *ProjectsLocationsProcessorsProcessorVersionsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsProcessorsProcessorVersionsListCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

func (*ProjectsLocationsProcessorsProcessorVersionsListCall) PageSize

func (c *ProjectsLocationsProcessorsProcessorVersionsListCall) PageSize(pageSize int64) *ProjectsLocationsProcessorsProcessorVersionsListCall

PageSize sets the optional parameter "pageSize": The maximum number of processor versions to return. If unspecified, at most `10` processor versions will be returned. The maximum value is `20`. Values above `20` will be coerced to `20`.

func (*ProjectsLocationsProcessorsProcessorVersionsListCall) PageToken

func (c *ProjectsLocationsProcessorsProcessorVersionsListCall) PageToken(pageToken string) *ProjectsLocationsProcessorsProcessorVersionsListCall

PageToken sets the optional parameter "pageToken": We will return the processor versions sorted by creation time. The page token will point to the next processor version.

func (*ProjectsLocationsProcessorsProcessorVersionsListCall) Pages

func (c *ProjectsLocationsProcessorsProcessorVersionsListCall) Pages(ctx context.Context, f func(*GoogleCloudDocumentaiV1ListProcessorVersionsResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type ProjectsLocationsProcessorsProcessorVersionsProcessCall

type ProjectsLocationsProcessorsProcessorVersionsProcessCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsProcessorsProcessorVersionsProcessCall) Context

func (c *ProjectsLocationsProcessorsProcessorVersionsProcessCall) Context(ctx context.Context) *ProjectsLocationsProcessorsProcessorVersionsProcessCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsProcessorsProcessorVersionsProcessCall) Do

func (c *ProjectsLocationsProcessorsProcessorVersionsProcessCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDocumentaiV1ProcessResponse, error)

Do executes the "documentai.projects.locations.processors.processorVersions.process" call. Any non-2xx status code is an error. Response headers are in either *GoogleCloudDocumentaiV1ProcessResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsProcessorsProcessorVersionsProcessCall) Fields

func (c *ProjectsLocationsProcessorsProcessorVersionsProcessCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsProcessorVersionsProcessCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsProcessorsProcessorVersionsProcessCall) Header

func (c *ProjectsLocationsProcessorsProcessorVersionsProcessCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsProcessorsProcessorVersionsService

type ProjectsLocationsProcessorsProcessorVersionsService struct {
    Evaluations *ProjectsLocationsProcessorsProcessorVersionsEvaluationsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsProcessorsProcessorVersionsService

func NewProjectsLocationsProcessorsProcessorVersionsService(s *Service) *ProjectsLocationsProcessorsProcessorVersionsService

func (*ProjectsLocationsProcessorsProcessorVersionsService) BatchProcess

func (r *ProjectsLocationsProcessorsProcessorVersionsService) BatchProcess(name string, googleclouddocumentaiv1batchprocessrequest *GoogleCloudDocumentaiV1BatchProcessRequest) *ProjectsLocationsProcessorsProcessorVersionsBatchProcessCall

BatchProcess: LRO endpoint to batch process many documents. The output is written to Cloud Storage as JSON in the [Document] format.

func (*ProjectsLocationsProcessorsProcessorVersionsService) Delete

func (r *ProjectsLocationsProcessorsProcessorVersionsService) Delete(name string) *ProjectsLocationsProcessorsProcessorVersionsDeleteCall

Delete: Deletes the processor version, all artifacts under the processor version will be deleted.

- name: The processor version resource name to be deleted.

func (*ProjectsLocationsProcessorsProcessorVersionsService) Deploy

func (r *ProjectsLocationsProcessorsProcessorVersionsService) Deploy(name string, googleclouddocumentaiv1deployprocessorversionrequest *GoogleCloudDocumentaiV1DeployProcessorVersionRequest) *ProjectsLocationsProcessorsProcessorVersionsDeployCall

Deploy: Deploys the processor version.

- name: The processor version resource name to be deployed.

func (*ProjectsLocationsProcessorsProcessorVersionsService) EvaluateProcessorVersion

func (r *ProjectsLocationsProcessorsProcessorVersionsService) EvaluateProcessorVersion(processorVersion string, googleclouddocumentaiv1evaluateprocessorversionrequest *GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest) *ProjectsLocationsProcessorsProcessorVersionsEvaluateProcessorVersionCall

EvaluateProcessorVersion: Evaluates a ProcessorVersion against annotated documents, producing an Evaluation.

func (*ProjectsLocationsProcessorsProcessorVersionsService) Get

func (r *ProjectsLocationsProcessorsProcessorVersionsService) Get(name string) *ProjectsLocationsProcessorsProcessorVersionsGetCall

Get: Gets a processor version detail.

- name: The processor resource name.

func (*ProjectsLocationsProcessorsProcessorVersionsService) List

func (r *ProjectsLocationsProcessorsProcessorVersionsService) List(parent string) *ProjectsLocationsProcessorsProcessorVersionsListCall

List: Lists all versions of a processor.

func (*ProjectsLocationsProcessorsProcessorVersionsService) Process

func (r *ProjectsLocationsProcessorsProcessorVersionsService) Process(name string, googleclouddocumentaiv1processrequest *GoogleCloudDocumentaiV1ProcessRequest) *ProjectsLocationsProcessorsProcessorVersionsProcessCall

Process: Processes a single document.

func (*ProjectsLocationsProcessorsProcessorVersionsService) Train

func (r *ProjectsLocationsProcessorsProcessorVersionsService) Train(parent string, googleclouddocumentaiv1trainprocessorversionrequest *GoogleCloudDocumentaiV1TrainProcessorVersionRequest) *ProjectsLocationsProcessorsProcessorVersionsTrainCall

Train: Trains a new processor version. Operation metadata is returned as TrainProcessorVersionMetadata.

func (*ProjectsLocationsProcessorsProcessorVersionsService) Undeploy

func (r *ProjectsLocationsProcessorsProcessorVersionsService) Undeploy(name string, googleclouddocumentaiv1undeployprocessorversionrequest *GoogleCloudDocumentaiV1UndeployProcessorVersionRequest) *ProjectsLocationsProcessorsProcessorVersionsUndeployCall

Undeploy: Undeploys the processor version.

- name: The processor version resource name to be undeployed.

type ProjectsLocationsProcessorsProcessorVersionsTrainCall

type ProjectsLocationsProcessorsProcessorVersionsTrainCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsProcessorsProcessorVersionsTrainCall) Context

func (c *ProjectsLocationsProcessorsProcessorVersionsTrainCall) Context(ctx context.Context) *ProjectsLocationsProcessorsProcessorVersionsTrainCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsProcessorsProcessorVersionsTrainCall) Do

func (c *ProjectsLocationsProcessorsProcessorVersionsTrainCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "documentai.projects.locations.processors.processorVersions.train" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsProcessorsProcessorVersionsTrainCall) Fields

func (c *ProjectsLocationsProcessorsProcessorVersionsTrainCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsProcessorVersionsTrainCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsProcessorsProcessorVersionsTrainCall) Header

func (c *ProjectsLocationsProcessorsProcessorVersionsTrainCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsProcessorsProcessorVersionsUndeployCall

type ProjectsLocationsProcessorsProcessorVersionsUndeployCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsProcessorsProcessorVersionsUndeployCall) Context

func (c *ProjectsLocationsProcessorsProcessorVersionsUndeployCall) Context(ctx context.Context) *ProjectsLocationsProcessorsProcessorVersionsUndeployCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsProcessorsProcessorVersionsUndeployCall) Do

func (c *ProjectsLocationsProcessorsProcessorVersionsUndeployCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "documentai.projects.locations.processors.processorVersions.undeploy" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsProcessorsProcessorVersionsUndeployCall) Fields

func (c *ProjectsLocationsProcessorsProcessorVersionsUndeployCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsProcessorVersionsUndeployCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsProcessorsProcessorVersionsUndeployCall) Header

func (c *ProjectsLocationsProcessorsProcessorVersionsUndeployCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsProcessorsService

type ProjectsLocationsProcessorsService struct {
    HumanReviewConfig *ProjectsLocationsProcessorsHumanReviewConfigService

    ProcessorVersions *ProjectsLocationsProcessorsProcessorVersionsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsProcessorsService

func NewProjectsLocationsProcessorsService(s *Service) *ProjectsLocationsProcessorsService

func (*ProjectsLocationsProcessorsService) BatchProcess

func (r *ProjectsLocationsProcessorsService) BatchProcess(name string, googleclouddocumentaiv1batchprocessrequest *GoogleCloudDocumentaiV1BatchProcessRequest) *ProjectsLocationsProcessorsBatchProcessCall

BatchProcess: LRO endpoint to batch process many documents. The output is written to Cloud Storage as JSON in the [Document] format.

func (*ProjectsLocationsProcessorsService) Create

func (r *ProjectsLocationsProcessorsService) Create(parent string, googleclouddocumentaiv1processor *GoogleCloudDocumentaiV1Processor) *ProjectsLocationsProcessorsCreateCall

Create: Creates a processor from the ProcessorType provided. The processor will be at `ENABLED` state by default after its creation.

func (*ProjectsLocationsProcessorsService) Delete

func (r *ProjectsLocationsProcessorsService) Delete(name string) *ProjectsLocationsProcessorsDeleteCall

Delete: Deletes the processor, unloads all deployed model artifacts if it was enabled and then deletes all artifacts associated with this processor.

- name: The processor resource name to be deleted.

func (*ProjectsLocationsProcessorsService) Disable

func (r *ProjectsLocationsProcessorsService) Disable(name string, googleclouddocumentaiv1disableprocessorrequest *GoogleCloudDocumentaiV1DisableProcessorRequest) *ProjectsLocationsProcessorsDisableCall

Disable: Disables a processor

- name: The processor resource name to be disabled.

func (*ProjectsLocationsProcessorsService) Enable

func (r *ProjectsLocationsProcessorsService) Enable(name string, googleclouddocumentaiv1enableprocessorrequest *GoogleCloudDocumentaiV1EnableProcessorRequest) *ProjectsLocationsProcessorsEnableCall

Enable: Enables a processor

- name: The processor resource name to be enabled.

func (*ProjectsLocationsProcessorsService) Get

func (r *ProjectsLocationsProcessorsService) Get(name string) *ProjectsLocationsProcessorsGetCall

Get: Gets a processor detail.

- name: The processor resource name.

func (*ProjectsLocationsProcessorsService) List

func (r *ProjectsLocationsProcessorsService) List(parent string) *ProjectsLocationsProcessorsListCall

List: Lists all processors which belong to this project.

func (*ProjectsLocationsProcessorsService) Process

func (r *ProjectsLocationsProcessorsService) Process(name string, googleclouddocumentaiv1processrequest *GoogleCloudDocumentaiV1ProcessRequest) *ProjectsLocationsProcessorsProcessCall

Process: Processes a single document.

func (*ProjectsLocationsProcessorsService) SetDefaultProcessorVersion

func (r *ProjectsLocationsProcessorsService) SetDefaultProcessorVersion(processor string, googleclouddocumentaiv1setdefaultprocessorversionrequest *GoogleCloudDocumentaiV1SetDefaultProcessorVersionRequest) *ProjectsLocationsProcessorsSetDefaultProcessorVersionCall

SetDefaultProcessorVersion: Set the default (active) version of a Processor that will be used in ProcessDocument and BatchProcessDocuments.

- processor: The resource name of the Processor to change default version.

type ProjectsLocationsProcessorsSetDefaultProcessorVersionCall

type ProjectsLocationsProcessorsSetDefaultProcessorVersionCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsLocationsProcessorsSetDefaultProcessorVersionCall) Context

func (c *ProjectsLocationsProcessorsSetDefaultProcessorVersionCall) Context(ctx context.Context) *ProjectsLocationsProcessorsSetDefaultProcessorVersionCall

Context sets the context to be used in this call's Do method.

func (*ProjectsLocationsProcessorsSetDefaultProcessorVersionCall) Do

func (c *ProjectsLocationsProcessorsSetDefaultProcessorVersionCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "documentai.projects.locations.processors.setDefaultProcessorVersion" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsLocationsProcessorsSetDefaultProcessorVersionCall) Fields

func (c *ProjectsLocationsProcessorsSetDefaultProcessorVersionCall) Fields(s ...googleapi.Field) *ProjectsLocationsProcessorsSetDefaultProcessorVersionCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsLocationsProcessorsSetDefaultProcessorVersionCall) Header

func (c *ProjectsLocationsProcessorsSetDefaultProcessorVersionCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

type ProjectsLocationsService

type ProjectsLocationsService struct {
    Operations *ProjectsLocationsOperationsService

    ProcessorTypes *ProjectsLocationsProcessorTypesService

    Processors *ProjectsLocationsProcessorsService
    // contains filtered or unexported fields
}

func NewProjectsLocationsService

func NewProjectsLocationsService(s *Service) *ProjectsLocationsService

func (*ProjectsLocationsService) FetchProcessorTypes

func (r *ProjectsLocationsService) FetchProcessorTypes(parent string) *ProjectsLocationsFetchProcessorTypesCall

FetchProcessorTypes: Fetches processor types. Note that we don't use ListProcessorTypes here, because it isn't paginated.

func (*ProjectsLocationsService) Get

func (r *ProjectsLocationsService) Get(name string) *ProjectsLocationsGetCall

Get: Gets information about a location.

- name: Resource name for the location.

func (*ProjectsLocationsService) List

func (r *ProjectsLocationsService) List(name string) *ProjectsLocationsListCall

List: Lists information about the supported locations for this service.

- name: The resource that owns the locations collection, if applicable.

type ProjectsOperationsGetCall

type ProjectsOperationsGetCall struct {
    // contains filtered or unexported fields
}

func (*ProjectsOperationsGetCall) Context

func (c *ProjectsOperationsGetCall) Context(ctx context.Context) *ProjectsOperationsGetCall

Context sets the context to be used in this call's Do method.

func (*ProjectsOperationsGetCall) Do

func (c *ProjectsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunningOperation, error)

Do executes the "documentai.projects.operations.get" call. Any non-2xx status code is an error. Response headers are in either *GoogleLongrunningOperation.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*ProjectsOperationsGetCall) Fields

func (c *ProjectsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsOperationsGetCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more details.

func (*ProjectsOperationsGetCall) Header

func (c *ProjectsOperationsGetCall) Header() http.Header

Header returns a http.Header that can be modified by the caller to add headers to the request.

func (*ProjectsOperationsGetCall) IfNoneMatch

func (c *ProjectsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsOperationsGetCall

IfNoneMatch sets an optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request.

type ProjectsOperationsService

type ProjectsOperationsService struct {
    // contains filtered or unexported fields
}

func NewProjectsOperationsService

func NewProjectsOperationsService(s *Service) *ProjectsOperationsService

func (*ProjectsOperationsService) Get

func (r *ProjectsOperationsService) Get(name string) *ProjectsOperationsGetCall

Get: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

- name: The name of the operation resource.

type ProjectsService

type ProjectsService struct {
    Locations *ProjectsLocationsService

    Operations *ProjectsOperationsService
    // contains filtered or unexported fields
}

func NewProjectsService

func NewProjectsService(s *Service) *ProjectsService

type Service

type Service struct {
    BasePath  string // API endpoint base URL
    UserAgent string // optional additional User-Agent fragment

    Operations *OperationsService

    Projects *ProjectsService
    // contains filtered or unexported fields
}

func New

func New(client *http.Client) (*Service, error)

New creates a new Service. It uses the provided http.Client for requests.

Deprecated: please use NewService instead. To provide a custom HTTP client, use option.WithHTTPClient. If you are using google.golang.org/api/googleapis/transport.APIKey, use option.WithAPIKey with NewService instead.

func NewService

func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error)

NewService creates a new Service.