Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.contentwarehouse/v1.Document
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates a document.
Create Document Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Document(name: string, args: DocumentArgs, opts?: CustomResourceOptions);@overload
def Document(resource_name: str,
             args: DocumentArgs,
             opts: Optional[ResourceOptions] = None)
@overload
def Document(resource_name: str,
             opts: Optional[ResourceOptions] = None,
             display_name: Optional[str] = None,
             name: Optional[str] = None,
             create_mask: Optional[str] = None,
             policy: Optional[GoogleIamV1PolicyArgs] = None,
             creator: Optional[str] = None,
             cloud_ai_document_option: Optional[GoogleCloudContentwarehouseV1CloudAIDocumentOptionArgs] = None,
             display_uri: Optional[str] = None,
             document_schema_name: Optional[str] = None,
             inline_raw_document: Optional[str] = None,
             project: Optional[str] = None,
             cloud_ai_document: Optional[GoogleCloudDocumentaiV1DocumentArgs] = None,
             updater: Optional[str] = None,
             content_category: Optional[DocumentContentCategory] = None,
             location: Optional[str] = None,
             properties: Optional[Sequence[GoogleCloudContentwarehouseV1PropertyArgs]] = None,
             raw_document_file_type: Optional[DocumentRawDocumentFileType] = None,
             raw_document_path: Optional[str] = None,
             reference_id: Optional[str] = None,
             request_metadata: Optional[GoogleCloudContentwarehouseV1RequestMetadataArgs] = None,
             text_extraction_disabled: Optional[bool] = None,
             text_extraction_enabled: Optional[bool] = None,
             title: Optional[str] = None,
             plain_text: Optional[str] = None)func NewDocument(ctx *Context, name string, args DocumentArgs, opts ...ResourceOption) (*Document, error)public Document(string name, DocumentArgs args, CustomResourceOptions? opts = null)
public Document(String name, DocumentArgs args)
public Document(String name, DocumentArgs args, CustomResourceOptions options)
type: google-native:contentwarehouse/v1:Document
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args DocumentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DocumentArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DocumentArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DocumentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DocumentArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var documentResource = new GoogleNative.Contentwarehouse.V1.Document("documentResource", new()
{
    DisplayName = "string",
    Name = "string",
    CreateMask = "string",
    Policy = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleIamV1PolicyArgs
    {
        AuditConfigs = new[]
        {
            new GoogleNative.Contentwarehouse.V1.Inputs.GoogleIamV1AuditConfigArgs
            {
                AuditLogConfigs = new[]
                {
                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleIamV1AuditLogConfigArgs
                    {
                        ExemptedMembers = new[]
                        {
                            "string",
                        },
                        LogType = GoogleNative.Contentwarehouse.V1.GoogleIamV1AuditLogConfigLogType.LogTypeUnspecified,
                    },
                },
                Service = "string",
            },
        },
        Bindings = new[]
        {
            new GoogleNative.Contentwarehouse.V1.Inputs.GoogleIamV1BindingArgs
            {
                Condition = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleTypeExprArgs
                {
                    Description = "string",
                    Expression = "string",
                    Location = "string",
                    Title = "string",
                },
                Members = new[]
                {
                    "string",
                },
                Role = "string",
            },
        },
        Etag = "string",
        Version = 0,
    },
    Creator = "string",
    CloudAiDocumentOption = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudContentwarehouseV1CloudAIDocumentOptionArgs
    {
        CustomizedEntitiesPropertiesConversions = 
        {
            { "string", "string" },
        },
        EnableEntitiesConversions = false,
    },
    DisplayUri = "string",
    DocumentSchemaName = "string",
    InlineRawDocument = "string",
    Project = "string",
    CloudAiDocument = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentArgs
    {
        Content = "string",
        Entities = new[]
        {
            new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentEntityArgs
            {
                Type = "string",
                Confidence = 0,
                Id = "string",
                MentionText = "string",
                NormalizedValue = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentEntityNormalizedValueArgs
                {
                    AddressValue = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleTypePostalAddressArgs
                    {
                        RegionCode = "string",
                        AddressLines = new[]
                        {
                            "string",
                        },
                        AdministrativeArea = "string",
                        LanguageCode = "string",
                        Locality = "string",
                        Organization = "string",
                        PostalCode = "string",
                        Recipients = new[]
                        {
                            "string",
                        },
                        Revision = 0,
                        SortingCode = "string",
                        Sublocality = "string",
                    },
                    BooleanValue = false,
                    DateValue = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleTypeDateArgs
                    {
                        Day = 0,
                        Month = 0,
                        Year = 0,
                    },
                    DatetimeValue = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleTypeDateTimeArgs
                    {
                        Day = 0,
                        Hours = 0,
                        Minutes = 0,
                        Month = 0,
                        Nanos = 0,
                        Seconds = 0,
                        TimeZone = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleTypeTimeZoneArgs
                        {
                            Id = "string",
                            Version = "string",
                        },
                        UtcOffset = "string",
                        Year = 0,
                    },
                    FloatValue = 0,
                    IntegerValue = 0,
                    MoneyValue = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleTypeMoneyArgs
                    {
                        CurrencyCode = "string",
                        Nanos = 0,
                        Units = "string",
                    },
                    Text = "string",
                },
                PageAnchor = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageAnchorArgs
                {
                    PageRefs = new[]
                    {
                        new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageAnchorPageRefArgs
                        {
                            Page = "string",
                            BoundingPoly = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1BoundingPolyArgs
                            {
                                NormalizedVertices = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1NormalizedVertexArgs
                                    {
                                        X = 0,
                                        Y = 0,
                                    },
                                },
                                Vertices = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1VertexArgs
                                    {
                                        X = 0,
                                        Y = 0,
                                    },
                                },
                            },
                            Confidence = 0,
                            LayoutType = GoogleNative.Contentwarehouse.V1.GoogleCloudDocumentaiV1DocumentPageAnchorPageRefLayoutType.LayoutTypeUnspecified,
                        },
                    },
                },
                Properties = new[]
                {
                    googleCloudDocumentaiV1DocumentEntity,
                },
                Provenance = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentProvenanceArgs
                {
                    Id = 0,
                    Parents = new[]
                    {
                        new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentProvenanceParentArgs
                        {
                            Id = 0,
                            Index = 0,
                            Revision = 0,
                        },
                    },
                    Revision = 0,
                    Type = GoogleNative.Contentwarehouse.V1.GoogleCloudDocumentaiV1DocumentProvenanceType.OperationTypeUnspecified,
                },
                Redacted = false,
                TextAnchor = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorArgs
                {
                    Content = "string",
                    TextSegments = new[]
                    {
                        new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs
                        {
                            EndIndex = "string",
                            StartIndex = "string",
                        },
                    },
                },
            },
        },
        EntityRelations = new[]
        {
            new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentEntityRelationArgs
            {
                ObjectId = "string",
                Relation = "string",
                SubjectId = "string",
            },
        },
        Error = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleRpcStatusArgs
        {
            Code = 0,
            Details = new[]
            {
                
                {
                    { "string", "string" },
                },
            },
            Message = "string",
        },
        MimeType = "string",
        Pages = new[]
        {
            new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageArgs
            {
                Blocks = new[]
                {
                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageBlockArgs
                    {
                        DetectedLanguages = new[]
                        {
                            new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs
                            {
                                Confidence = 0,
                                LanguageCode = "string",
                            },
                        },
                        Layout = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageLayoutArgs
                        {
                            BoundingPoly = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1BoundingPolyArgs
                            {
                                NormalizedVertices = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1NormalizedVertexArgs
                                    {
                                        X = 0,
                                        Y = 0,
                                    },
                                },
                                Vertices = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1VertexArgs
                                    {
                                        X = 0,
                                        Y = 0,
                                    },
                                },
                            },
                            Confidence = 0,
                            Orientation = GoogleNative.Contentwarehouse.V1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.OrientationUnspecified,
                            TextAnchor = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorArgs
                            {
                                Content = "string",
                                TextSegments = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs
                                    {
                                        EndIndex = "string",
                                        StartIndex = "string",
                                    },
                                },
                            },
                        },
                        Provenance = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentProvenanceArgs
                        {
                            Id = 0,
                            Parents = new[]
                            {
                                new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentProvenanceParentArgs
                                {
                                    Id = 0,
                                    Index = 0,
                                    Revision = 0,
                                },
                            },
                            Revision = 0,
                            Type = GoogleNative.Contentwarehouse.V1.GoogleCloudDocumentaiV1DocumentProvenanceType.OperationTypeUnspecified,
                        },
                    },
                },
                DetectedBarcodes = new[]
                {
                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageDetectedBarcodeArgs
                    {
                        Barcode = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1BarcodeArgs
                        {
                            Format = "string",
                            RawValue = "string",
                            ValueFormat = "string",
                        },
                        Layout = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageLayoutArgs
                        {
                            BoundingPoly = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1BoundingPolyArgs
                            {
                                NormalizedVertices = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1NormalizedVertexArgs
                                    {
                                        X = 0,
                                        Y = 0,
                                    },
                                },
                                Vertices = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1VertexArgs
                                    {
                                        X = 0,
                                        Y = 0,
                                    },
                                },
                            },
                            Confidence = 0,
                            Orientation = GoogleNative.Contentwarehouse.V1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.OrientationUnspecified,
                            TextAnchor = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorArgs
                            {
                                Content = "string",
                                TextSegments = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs
                                    {
                                        EndIndex = "string",
                                        StartIndex = "string",
                                    },
                                },
                            },
                        },
                    },
                },
                DetectedLanguages = new[]
                {
                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs
                    {
                        Confidence = 0,
                        LanguageCode = "string",
                    },
                },
                Dimension = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageDimensionArgs
                {
                    Height = 0,
                    Unit = "string",
                    Width = 0,
                },
                FormFields = new[]
                {
                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageFormFieldArgs
                    {
                        CorrectedKeyText = "string",
                        CorrectedValueText = "string",
                        FieldName = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageLayoutArgs
                        {
                            BoundingPoly = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1BoundingPolyArgs
                            {
                                NormalizedVertices = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1NormalizedVertexArgs
                                    {
                                        X = 0,
                                        Y = 0,
                                    },
                                },
                                Vertices = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1VertexArgs
                                    {
                                        X = 0,
                                        Y = 0,
                                    },
                                },
                            },
                            Confidence = 0,
                            Orientation = GoogleNative.Contentwarehouse.V1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.OrientationUnspecified,
                            TextAnchor = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorArgs
                            {
                                Content = "string",
                                TextSegments = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs
                                    {
                                        EndIndex = "string",
                                        StartIndex = "string",
                                    },
                                },
                            },
                        },
                        FieldValue = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageLayoutArgs
                        {
                            BoundingPoly = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1BoundingPolyArgs
                            {
                                NormalizedVertices = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1NormalizedVertexArgs
                                    {
                                        X = 0,
                                        Y = 0,
                                    },
                                },
                                Vertices = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1VertexArgs
                                    {
                                        X = 0,
                                        Y = 0,
                                    },
                                },
                            },
                            Confidence = 0,
                            Orientation = GoogleNative.Contentwarehouse.V1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.OrientationUnspecified,
                            TextAnchor = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorArgs
                            {
                                Content = "string",
                                TextSegments = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs
                                    {
                                        EndIndex = "string",
                                        StartIndex = "string",
                                    },
                                },
                            },
                        },
                        NameDetectedLanguages = new[]
                        {
                            new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs
                            {
                                Confidence = 0,
                                LanguageCode = "string",
                            },
                        },
                        Provenance = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentProvenanceArgs
                        {
                            Id = 0,
                            Parents = new[]
                            {
                                new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentProvenanceParentArgs
                                {
                                    Id = 0,
                                    Index = 0,
                                    Revision = 0,
                                },
                            },
                            Revision = 0,
                            Type = GoogleNative.Contentwarehouse.V1.GoogleCloudDocumentaiV1DocumentProvenanceType.OperationTypeUnspecified,
                        },
                        ValueDetectedLanguages = new[]
                        {
                            new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs
                            {
                                Confidence = 0,
                                LanguageCode = "string",
                            },
                        },
                        ValueType = "string",
                    },
                },
                Image = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageImageArgs
                {
                    Content = "string",
                    Height = 0,
                    MimeType = "string",
                    Width = 0,
                },
                ImageQualityScores = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageImageQualityScoresArgs
                {
                    DetectedDefects = new[]
                    {
                        new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefectArgs
                        {
                            Confidence = 0,
                            Type = "string",
                        },
                    },
                    QualityScore = 0,
                },
                Layout = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageLayoutArgs
                {
                    BoundingPoly = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1BoundingPolyArgs
                    {
                        NormalizedVertices = new[]
                        {
                            new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1NormalizedVertexArgs
                            {
                                X = 0,
                                Y = 0,
                            },
                        },
                        Vertices = new[]
                        {
                            new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1VertexArgs
                            {
                                X = 0,
                                Y = 0,
                            },
                        },
                    },
                    Confidence = 0,
                    Orientation = GoogleNative.Contentwarehouse.V1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.OrientationUnspecified,
                    TextAnchor = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorArgs
                    {
                        Content = "string",
                        TextSegments = new[]
                        {
                            new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs
                            {
                                EndIndex = "string",
                                StartIndex = "string",
                            },
                        },
                    },
                },
                Lines = new[]
                {
                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageLineArgs
                    {
                        DetectedLanguages = new[]
                        {
                            new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs
                            {
                                Confidence = 0,
                                LanguageCode = "string",
                            },
                        },
                        Layout = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageLayoutArgs
                        {
                            BoundingPoly = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1BoundingPolyArgs
                            {
                                NormalizedVertices = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1NormalizedVertexArgs
                                    {
                                        X = 0,
                                        Y = 0,
                                    },
                                },
                                Vertices = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1VertexArgs
                                    {
                                        X = 0,
                                        Y = 0,
                                    },
                                },
                            },
                            Confidence = 0,
                            Orientation = GoogleNative.Contentwarehouse.V1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.OrientationUnspecified,
                            TextAnchor = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorArgs
                            {
                                Content = "string",
                                TextSegments = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs
                                    {
                                        EndIndex = "string",
                                        StartIndex = "string",
                                    },
                                },
                            },
                        },
                        Provenance = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentProvenanceArgs
                        {
                            Id = 0,
                            Parents = new[]
                            {
                                new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentProvenanceParentArgs
                                {
                                    Id = 0,
                                    Index = 0,
                                    Revision = 0,
                                },
                            },
                            Revision = 0,
                            Type = GoogleNative.Contentwarehouse.V1.GoogleCloudDocumentaiV1DocumentProvenanceType.OperationTypeUnspecified,
                        },
                    },
                },
                PageNumber = 0,
                Paragraphs = new[]
                {
                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageParagraphArgs
                    {
                        DetectedLanguages = new[]
                        {
                            new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs
                            {
                                Confidence = 0,
                                LanguageCode = "string",
                            },
                        },
                        Layout = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageLayoutArgs
                        {
                            BoundingPoly = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1BoundingPolyArgs
                            {
                                NormalizedVertices = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1NormalizedVertexArgs
                                    {
                                        X = 0,
                                        Y = 0,
                                    },
                                },
                                Vertices = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1VertexArgs
                                    {
                                        X = 0,
                                        Y = 0,
                                    },
                                },
                            },
                            Confidence = 0,
                            Orientation = GoogleNative.Contentwarehouse.V1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.OrientationUnspecified,
                            TextAnchor = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorArgs
                            {
                                Content = "string",
                                TextSegments = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs
                                    {
                                        EndIndex = "string",
                                        StartIndex = "string",
                                    },
                                },
                            },
                        },
                        Provenance = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentProvenanceArgs
                        {
                            Id = 0,
                            Parents = new[]
                            {
                                new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentProvenanceParentArgs
                                {
                                    Id = 0,
                                    Index = 0,
                                    Revision = 0,
                                },
                            },
                            Revision = 0,
                            Type = GoogleNative.Contentwarehouse.V1.GoogleCloudDocumentaiV1DocumentProvenanceType.OperationTypeUnspecified,
                        },
                    },
                },
                Provenance = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentProvenanceArgs
                {
                    Id = 0,
                    Parents = new[]
                    {
                        new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentProvenanceParentArgs
                        {
                            Id = 0,
                            Index = 0,
                            Revision = 0,
                        },
                    },
                    Revision = 0,
                    Type = GoogleNative.Contentwarehouse.V1.GoogleCloudDocumentaiV1DocumentProvenanceType.OperationTypeUnspecified,
                },
                Symbols = new[]
                {
                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageSymbolArgs
                    {
                        DetectedLanguages = new[]
                        {
                            new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs
                            {
                                Confidence = 0,
                                LanguageCode = "string",
                            },
                        },
                        Layout = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageLayoutArgs
                        {
                            BoundingPoly = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1BoundingPolyArgs
                            {
                                NormalizedVertices = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1NormalizedVertexArgs
                                    {
                                        X = 0,
                                        Y = 0,
                                    },
                                },
                                Vertices = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1VertexArgs
                                    {
                                        X = 0,
                                        Y = 0,
                                    },
                                },
                            },
                            Confidence = 0,
                            Orientation = GoogleNative.Contentwarehouse.V1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.OrientationUnspecified,
                            TextAnchor = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorArgs
                            {
                                Content = "string",
                                TextSegments = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs
                                    {
                                        EndIndex = "string",
                                        StartIndex = "string",
                                    },
                                },
                            },
                        },
                    },
                },
                Tables = new[]
                {
                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageTableArgs
                    {
                        BodyRows = new[]
                        {
                            new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageTableTableRowArgs
                            {
                                Cells = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageTableTableCellArgs
                                    {
                                        ColSpan = 0,
                                        DetectedLanguages = new[]
                                        {
                                            new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs
                                            {
                                                Confidence = 0,
                                                LanguageCode = "string",
                                            },
                                        },
                                        Layout = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageLayoutArgs
                                        {
                                            BoundingPoly = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1BoundingPolyArgs
                                            {
                                                NormalizedVertices = new[]
                                                {
                                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1NormalizedVertexArgs
                                                    {
                                                        X = 0,
                                                        Y = 0,
                                                    },
                                                },
                                                Vertices = new[]
                                                {
                                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1VertexArgs
                                                    {
                                                        X = 0,
                                                        Y = 0,
                                                    },
                                                },
                                            },
                                            Confidence = 0,
                                            Orientation = GoogleNative.Contentwarehouse.V1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.OrientationUnspecified,
                                            TextAnchor = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorArgs
                                            {
                                                Content = "string",
                                                TextSegments = new[]
                                                {
                                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs
                                                    {
                                                        EndIndex = "string",
                                                        StartIndex = "string",
                                                    },
                                                },
                                            },
                                        },
                                        RowSpan = 0,
                                    },
                                },
                            },
                        },
                        DetectedLanguages = new[]
                        {
                            new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs
                            {
                                Confidence = 0,
                                LanguageCode = "string",
                            },
                        },
                        HeaderRows = new[]
                        {
                            new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageTableTableRowArgs
                            {
                                Cells = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageTableTableCellArgs
                                    {
                                        ColSpan = 0,
                                        DetectedLanguages = new[]
                                        {
                                            new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs
                                            {
                                                Confidence = 0,
                                                LanguageCode = "string",
                                            },
                                        },
                                        Layout = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageLayoutArgs
                                        {
                                            BoundingPoly = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1BoundingPolyArgs
                                            {
                                                NormalizedVertices = new[]
                                                {
                                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1NormalizedVertexArgs
                                                    {
                                                        X = 0,
                                                        Y = 0,
                                                    },
                                                },
                                                Vertices = new[]
                                                {
                                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1VertexArgs
                                                    {
                                                        X = 0,
                                                        Y = 0,
                                                    },
                                                },
                                            },
                                            Confidence = 0,
                                            Orientation = GoogleNative.Contentwarehouse.V1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.OrientationUnspecified,
                                            TextAnchor = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorArgs
                                            {
                                                Content = "string",
                                                TextSegments = new[]
                                                {
                                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs
                                                    {
                                                        EndIndex = "string",
                                                        StartIndex = "string",
                                                    },
                                                },
                                            },
                                        },
                                        RowSpan = 0,
                                    },
                                },
                            },
                        },
                        Layout = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageLayoutArgs
                        {
                            BoundingPoly = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1BoundingPolyArgs
                            {
                                NormalizedVertices = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1NormalizedVertexArgs
                                    {
                                        X = 0,
                                        Y = 0,
                                    },
                                },
                                Vertices = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1VertexArgs
                                    {
                                        X = 0,
                                        Y = 0,
                                    },
                                },
                            },
                            Confidence = 0,
                            Orientation = GoogleNative.Contentwarehouse.V1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.OrientationUnspecified,
                            TextAnchor = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorArgs
                            {
                                Content = "string",
                                TextSegments = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs
                                    {
                                        EndIndex = "string",
                                        StartIndex = "string",
                                    },
                                },
                            },
                        },
                        Provenance = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentProvenanceArgs
                        {
                            Id = 0,
                            Parents = new[]
                            {
                                new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentProvenanceParentArgs
                                {
                                    Id = 0,
                                    Index = 0,
                                    Revision = 0,
                                },
                            },
                            Revision = 0,
                            Type = GoogleNative.Contentwarehouse.V1.GoogleCloudDocumentaiV1DocumentProvenanceType.OperationTypeUnspecified,
                        },
                    },
                },
                Tokens = new[]
                {
                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageTokenArgs
                    {
                        DetectedBreak = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreakArgs
                        {
                            Type = GoogleNative.Contentwarehouse.V1.GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreakType.TypeUnspecified,
                        },
                        DetectedLanguages = new[]
                        {
                            new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs
                            {
                                Confidence = 0,
                                LanguageCode = "string",
                            },
                        },
                        Layout = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageLayoutArgs
                        {
                            BoundingPoly = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1BoundingPolyArgs
                            {
                                NormalizedVertices = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1NormalizedVertexArgs
                                    {
                                        X = 0,
                                        Y = 0,
                                    },
                                },
                                Vertices = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1VertexArgs
                                    {
                                        X = 0,
                                        Y = 0,
                                    },
                                },
                            },
                            Confidence = 0,
                            Orientation = GoogleNative.Contentwarehouse.V1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.OrientationUnspecified,
                            TextAnchor = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorArgs
                            {
                                Content = "string",
                                TextSegments = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs
                                    {
                                        EndIndex = "string",
                                        StartIndex = "string",
                                    },
                                },
                            },
                        },
                        Provenance = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentProvenanceArgs
                        {
                            Id = 0,
                            Parents = new[]
                            {
                                new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentProvenanceParentArgs
                                {
                                    Id = 0,
                                    Index = 0,
                                    Revision = 0,
                                },
                            },
                            Revision = 0,
                            Type = GoogleNative.Contentwarehouse.V1.GoogleCloudDocumentaiV1DocumentProvenanceType.OperationTypeUnspecified,
                        },
                        StyleInfo = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageTokenStyleInfoArgs
                        {
                            BackgroundColor = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleTypeColorArgs
                            {
                                Alpha = 0,
                                Blue = 0,
                                Green = 0,
                                Red = 0,
                            },
                            Bold = false,
                            FontSize = 0,
                            FontType = "string",
                            FontWeight = 0,
                            Handwritten = false,
                            Italic = false,
                            LetterSpacing = 0,
                            PixelFontSize = 0,
                            Smallcaps = false,
                            Strikeout = false,
                            Subscript = false,
                            Superscript = false,
                            TextColor = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleTypeColorArgs
                            {
                                Alpha = 0,
                                Blue = 0,
                                Green = 0,
                                Red = 0,
                            },
                            Underlined = false,
                        },
                    },
                },
                Transforms = new[]
                {
                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageMatrixArgs
                    {
                        Cols = 0,
                        Data = "string",
                        Rows = 0,
                        Type = 0,
                    },
                },
                VisualElements = new[]
                {
                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageVisualElementArgs
                    {
                        DetectedLanguages = new[]
                        {
                            new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs
                            {
                                Confidence = 0,
                                LanguageCode = "string",
                            },
                        },
                        Layout = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentPageLayoutArgs
                        {
                            BoundingPoly = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1BoundingPolyArgs
                            {
                                NormalizedVertices = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1NormalizedVertexArgs
                                    {
                                        X = 0,
                                        Y = 0,
                                    },
                                },
                                Vertices = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1VertexArgs
                                    {
                                        X = 0,
                                        Y = 0,
                                    },
                                },
                            },
                            Confidence = 0,
                            Orientation = GoogleNative.Contentwarehouse.V1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.OrientationUnspecified,
                            TextAnchor = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorArgs
                            {
                                Content = "string",
                                TextSegments = new[]
                                {
                                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs
                                    {
                                        EndIndex = "string",
                                        StartIndex = "string",
                                    },
                                },
                            },
                        },
                        Type = "string",
                    },
                },
            },
        },
        Revisions = new[]
        {
            new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentRevisionArgs
            {
                Agent = "string",
                CreateTime = "string",
                HumanReview = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentRevisionHumanReviewArgs
                {
                    State = "string",
                    StateMessage = "string",
                },
                Id = "string",
                Parent = new[]
                {
                    0,
                },
                ParentIds = new[]
                {
                    "string",
                },
                Processor = "string",
            },
        },
        ShardInfo = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentShardInfoArgs
        {
            ShardCount = "string",
            ShardIndex = "string",
            TextOffset = "string",
        },
        Text = "string",
        TextChanges = new[]
        {
            new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextChangeArgs
            {
                ChangedText = "string",
                Provenance = new[]
                {
                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentProvenanceArgs
                    {
                        Id = 0,
                        Parents = new[]
                        {
                            new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentProvenanceParentArgs
                            {
                                Id = 0,
                                Index = 0,
                                Revision = 0,
                            },
                        },
                        Revision = 0,
                        Type = GoogleNative.Contentwarehouse.V1.GoogleCloudDocumentaiV1DocumentProvenanceType.OperationTypeUnspecified,
                    },
                },
                TextAnchor = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorArgs
                {
                    Content = "string",
                    TextSegments = new[]
                    {
                        new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs
                        {
                            EndIndex = "string",
                            StartIndex = "string",
                        },
                    },
                },
            },
        },
        TextStyles = new[]
        {
            new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentStyleArgs
            {
                BackgroundColor = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleTypeColorArgs
                {
                    Alpha = 0,
                    Blue = 0,
                    Green = 0,
                    Red = 0,
                },
                Color = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleTypeColorArgs
                {
                    Alpha = 0,
                    Blue = 0,
                    Green = 0,
                    Red = 0,
                },
                FontFamily = "string",
                FontSize = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentStyleFontSizeArgs
                {
                    Size = 0,
                    Unit = "string",
                },
                FontWeight = "string",
                TextAnchor = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorArgs
                {
                    Content = "string",
                    TextSegments = new[]
                    {
                        new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs
                        {
                            EndIndex = "string",
                            StartIndex = "string",
                        },
                    },
                },
                TextDecoration = "string",
                TextStyle = "string",
            },
        },
        Uri = "string",
    },
    Updater = "string",
    ContentCategory = GoogleNative.Contentwarehouse.V1.DocumentContentCategory.ContentCategoryUnspecified,
    Location = "string",
    Properties = new[]
    {
        new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudContentwarehouseV1PropertyArgs
        {
            Name = "string",
            DateTimeValues = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudContentwarehouseV1DateTimeArrayArgs
            {
                Values = new[]
                {
                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleTypeDateTimeArgs
                    {
                        Day = 0,
                        Hours = 0,
                        Minutes = 0,
                        Month = 0,
                        Nanos = 0,
                        Seconds = 0,
                        TimeZone = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleTypeTimeZoneArgs
                        {
                            Id = "string",
                            Version = "string",
                        },
                        UtcOffset = "string",
                        Year = 0,
                    },
                },
            },
            EnumValues = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudContentwarehouseV1EnumArrayArgs
            {
                Values = new[]
                {
                    "string",
                },
            },
            FloatValues = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudContentwarehouseV1FloatArrayArgs
            {
                Values = new[]
                {
                    0,
                },
            },
            IntegerValues = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudContentwarehouseV1IntegerArrayArgs
            {
                Values = new[]
                {
                    0,
                },
            },
            MapProperty = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudContentwarehouseV1MapPropertyArgs
            {
                Fields = 
                {
                    { "string", "string" },
                },
            },
            PropertyValues = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudContentwarehouseV1PropertyArrayArgs
            {
                Properties = new[]
                {
                    googleCloudContentwarehouseV1Property,
                },
            },
            TextValues = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudContentwarehouseV1TextArrayArgs
            {
                Values = new[]
                {
                    "string",
                },
            },
            TimestampValues = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudContentwarehouseV1TimestampArrayArgs
            {
                Values = new[]
                {
                    new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudContentwarehouseV1TimestampValueArgs
                    {
                        TextValue = "string",
                        TimestampValue = "string",
                    },
                },
            },
        },
    },
    RawDocumentFileType = GoogleNative.Contentwarehouse.V1.DocumentRawDocumentFileType.RawDocumentFileTypeUnspecified,
    RawDocumentPath = "string",
    ReferenceId = "string",
    RequestMetadata = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudContentwarehouseV1RequestMetadataArgs
    {
        UserInfo = new GoogleNative.Contentwarehouse.V1.Inputs.GoogleCloudContentwarehouseV1UserInfoArgs
        {
            GroupIds = new[]
            {
                "string",
            },
            Id = "string",
        },
    },
    TextExtractionDisabled = false,
    TextExtractionEnabled = false,
    Title = "string",
    PlainText = "string",
});
example, err := contentwarehouse.NewDocument(ctx, "documentResource", &contentwarehouse.DocumentArgs{
	DisplayName: pulumi.String("string"),
	Name:        pulumi.String("string"),
	CreateMask:  pulumi.String("string"),
	Policy: &contentwarehouse.GoogleIamV1PolicyArgs{
		AuditConfigs: contentwarehouse.GoogleIamV1AuditConfigArray{
			&contentwarehouse.GoogleIamV1AuditConfigArgs{
				AuditLogConfigs: contentwarehouse.GoogleIamV1AuditLogConfigArray{
					&contentwarehouse.GoogleIamV1AuditLogConfigArgs{
						ExemptedMembers: pulumi.StringArray{
							pulumi.String("string"),
						},
						LogType: contentwarehouse.GoogleIamV1AuditLogConfigLogTypeLogTypeUnspecified,
					},
				},
				Service: pulumi.String("string"),
			},
		},
		Bindings: contentwarehouse.GoogleIamV1BindingArray{
			&contentwarehouse.GoogleIamV1BindingArgs{
				Condition: &contentwarehouse.GoogleTypeExprArgs{
					Description: pulumi.String("string"),
					Expression:  pulumi.String("string"),
					Location:    pulumi.String("string"),
					Title:       pulumi.String("string"),
				},
				Members: pulumi.StringArray{
					pulumi.String("string"),
				},
				Role: pulumi.String("string"),
			},
		},
		Etag:    pulumi.String("string"),
		Version: pulumi.Int(0),
	},
	Creator: pulumi.String("string"),
	CloudAiDocumentOption: &contentwarehouse.GoogleCloudContentwarehouseV1CloudAIDocumentOptionArgs{
		CustomizedEntitiesPropertiesConversions: pulumi.StringMap{
			"string": pulumi.String("string"),
		},
		EnableEntitiesConversions: pulumi.Bool(false),
	},
	DisplayUri:         pulumi.String("string"),
	DocumentSchemaName: pulumi.String("string"),
	InlineRawDocument:  pulumi.String("string"),
	Project:            pulumi.String("string"),
	CloudAiDocument: &contentwarehouse.GoogleCloudDocumentaiV1DocumentArgs{
		Content: pulumi.String("string"),
		Entities: contentwarehouse.GoogleCloudDocumentaiV1DocumentEntityArray{
			&contentwarehouse.GoogleCloudDocumentaiV1DocumentEntityArgs{
				Type:        pulumi.String("string"),
				Confidence:  pulumi.Float64(0),
				Id:          pulumi.String("string"),
				MentionText: pulumi.String("string"),
				NormalizedValue: &contentwarehouse.GoogleCloudDocumentaiV1DocumentEntityNormalizedValueArgs{
					AddressValue: &contentwarehouse.GoogleTypePostalAddressArgs{
						RegionCode: pulumi.String("string"),
						AddressLines: pulumi.StringArray{
							pulumi.String("string"),
						},
						AdministrativeArea: pulumi.String("string"),
						LanguageCode:       pulumi.String("string"),
						Locality:           pulumi.String("string"),
						Organization:       pulumi.String("string"),
						PostalCode:         pulumi.String("string"),
						Recipients: pulumi.StringArray{
							pulumi.String("string"),
						},
						Revision:    pulumi.Int(0),
						SortingCode: pulumi.String("string"),
						Sublocality: pulumi.String("string"),
					},
					BooleanValue: pulumi.Bool(false),
					DateValue: &contentwarehouse.GoogleTypeDateArgs{
						Day:   pulumi.Int(0),
						Month: pulumi.Int(0),
						Year:  pulumi.Int(0),
					},
					DatetimeValue: &contentwarehouse.GoogleTypeDateTimeArgs{
						Day:     pulumi.Int(0),
						Hours:   pulumi.Int(0),
						Minutes: pulumi.Int(0),
						Month:   pulumi.Int(0),
						Nanos:   pulumi.Int(0),
						Seconds: pulumi.Int(0),
						TimeZone: &contentwarehouse.GoogleTypeTimeZoneArgs{
							Id:      pulumi.String("string"),
							Version: pulumi.String("string"),
						},
						UtcOffset: pulumi.String("string"),
						Year:      pulumi.Int(0),
					},
					FloatValue:   pulumi.Float64(0),
					IntegerValue: pulumi.Int(0),
					MoneyValue: &contentwarehouse.GoogleTypeMoneyArgs{
						CurrencyCode: pulumi.String("string"),
						Nanos:        pulumi.Int(0),
						Units:        pulumi.String("string"),
					},
					Text: pulumi.String("string"),
				},
				PageAnchor: &contentwarehouse.GoogleCloudDocumentaiV1DocumentPageAnchorArgs{
					PageRefs: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageAnchorPageRefArray{
						&contentwarehouse.GoogleCloudDocumentaiV1DocumentPageAnchorPageRefArgs{
							Page: pulumi.String("string"),
							BoundingPoly: &contentwarehouse.GoogleCloudDocumentaiV1BoundingPolyArgs{
								NormalizedVertices: contentwarehouse.GoogleCloudDocumentaiV1NormalizedVertexArray{
									&contentwarehouse.GoogleCloudDocumentaiV1NormalizedVertexArgs{
										X: pulumi.Float64(0),
										Y: pulumi.Float64(0),
									},
								},
								Vertices: contentwarehouse.GoogleCloudDocumentaiV1VertexArray{
									&contentwarehouse.GoogleCloudDocumentaiV1VertexArgs{
										X: pulumi.Int(0),
										Y: pulumi.Int(0),
									},
								},
							},
							Confidence: pulumi.Float64(0),
							LayoutType: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageAnchorPageRefLayoutTypeLayoutTypeUnspecified,
						},
					},
				},
				Properties: contentwarehouse.GoogleCloudDocumentaiV1DocumentEntityArray{
					googleCloudDocumentaiV1DocumentEntity,
				},
				Provenance: &contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceArgs{
					Id: pulumi.Int(0),
					Parents: contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceParentArray{
						&contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceParentArgs{
							Id:       pulumi.Int(0),
							Index:    pulumi.Int(0),
							Revision: pulumi.Int(0),
						},
					},
					Revision: pulumi.Int(0),
					Type:     contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceTypeOperationTypeUnspecified,
				},
				Redacted: pulumi.Bool(false),
				TextAnchor: &contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorArgs{
					Content: pulumi.String("string"),
					TextSegments: contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArray{
						&contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs{
							EndIndex:   pulumi.String("string"),
							StartIndex: pulumi.String("string"),
						},
					},
				},
			},
		},
		EntityRelations: contentwarehouse.GoogleCloudDocumentaiV1DocumentEntityRelationArray{
			&contentwarehouse.GoogleCloudDocumentaiV1DocumentEntityRelationArgs{
				ObjectId:  pulumi.String("string"),
				Relation:  pulumi.String("string"),
				SubjectId: pulumi.String("string"),
			},
		},
		Error: &contentwarehouse.GoogleRpcStatusArgs{
			Code: pulumi.Int(0),
			Details: pulumi.StringMapArray{
				pulumi.StringMap{
					"string": pulumi.String("string"),
				},
			},
			Message: pulumi.String("string"),
		},
		MimeType: pulumi.String("string"),
		Pages: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageArray{
			&contentwarehouse.GoogleCloudDocumentaiV1DocumentPageArgs{
				Blocks: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageBlockArray{
					&contentwarehouse.GoogleCloudDocumentaiV1DocumentPageBlockArgs{
						DetectedLanguages: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArray{
							&contentwarehouse.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs{
								Confidence:   pulumi.Float64(0),
								LanguageCode: pulumi.String("string"),
							},
						},
						Layout: &contentwarehouse.GoogleCloudDocumentaiV1DocumentPageLayoutArgs{
							BoundingPoly: &contentwarehouse.GoogleCloudDocumentaiV1BoundingPolyArgs{
								NormalizedVertices: contentwarehouse.GoogleCloudDocumentaiV1NormalizedVertexArray{
									&contentwarehouse.GoogleCloudDocumentaiV1NormalizedVertexArgs{
										X: pulumi.Float64(0),
										Y: pulumi.Float64(0),
									},
								},
								Vertices: contentwarehouse.GoogleCloudDocumentaiV1VertexArray{
									&contentwarehouse.GoogleCloudDocumentaiV1VertexArgs{
										X: pulumi.Int(0),
										Y: pulumi.Int(0),
									},
								},
							},
							Confidence:  pulumi.Float64(0),
							Orientation: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageLayoutOrientationOrientationUnspecified,
							TextAnchor: &contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorArgs{
								Content: pulumi.String("string"),
								TextSegments: contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArray{
									&contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs{
										EndIndex:   pulumi.String("string"),
										StartIndex: pulumi.String("string"),
									},
								},
							},
						},
						Provenance: &contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceArgs{
							Id: pulumi.Int(0),
							Parents: contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceParentArray{
								&contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceParentArgs{
									Id:       pulumi.Int(0),
									Index:    pulumi.Int(0),
									Revision: pulumi.Int(0),
								},
							},
							Revision: pulumi.Int(0),
							Type:     contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceTypeOperationTypeUnspecified,
						},
					},
				},
				DetectedBarcodes: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageDetectedBarcodeArray{
					&contentwarehouse.GoogleCloudDocumentaiV1DocumentPageDetectedBarcodeArgs{
						Barcode: &contentwarehouse.GoogleCloudDocumentaiV1BarcodeArgs{
							Format:      pulumi.String("string"),
							RawValue:    pulumi.String("string"),
							ValueFormat: pulumi.String("string"),
						},
						Layout: &contentwarehouse.GoogleCloudDocumentaiV1DocumentPageLayoutArgs{
							BoundingPoly: &contentwarehouse.GoogleCloudDocumentaiV1BoundingPolyArgs{
								NormalizedVertices: contentwarehouse.GoogleCloudDocumentaiV1NormalizedVertexArray{
									&contentwarehouse.GoogleCloudDocumentaiV1NormalizedVertexArgs{
										X: pulumi.Float64(0),
										Y: pulumi.Float64(0),
									},
								},
								Vertices: contentwarehouse.GoogleCloudDocumentaiV1VertexArray{
									&contentwarehouse.GoogleCloudDocumentaiV1VertexArgs{
										X: pulumi.Int(0),
										Y: pulumi.Int(0),
									},
								},
							},
							Confidence:  pulumi.Float64(0),
							Orientation: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageLayoutOrientationOrientationUnspecified,
							TextAnchor: &contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorArgs{
								Content: pulumi.String("string"),
								TextSegments: contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArray{
									&contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs{
										EndIndex:   pulumi.String("string"),
										StartIndex: pulumi.String("string"),
									},
								},
							},
						},
					},
				},
				DetectedLanguages: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArray{
					&contentwarehouse.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs{
						Confidence:   pulumi.Float64(0),
						LanguageCode: pulumi.String("string"),
					},
				},
				Dimension: &contentwarehouse.GoogleCloudDocumentaiV1DocumentPageDimensionArgs{
					Height: pulumi.Float64(0),
					Unit:   pulumi.String("string"),
					Width:  pulumi.Float64(0),
				},
				FormFields: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageFormFieldArray{
					&contentwarehouse.GoogleCloudDocumentaiV1DocumentPageFormFieldArgs{
						CorrectedKeyText:   pulumi.String("string"),
						CorrectedValueText: pulumi.String("string"),
						FieldName: &contentwarehouse.GoogleCloudDocumentaiV1DocumentPageLayoutArgs{
							BoundingPoly: &contentwarehouse.GoogleCloudDocumentaiV1BoundingPolyArgs{
								NormalizedVertices: contentwarehouse.GoogleCloudDocumentaiV1NormalizedVertexArray{
									&contentwarehouse.GoogleCloudDocumentaiV1NormalizedVertexArgs{
										X: pulumi.Float64(0),
										Y: pulumi.Float64(0),
									},
								},
								Vertices: contentwarehouse.GoogleCloudDocumentaiV1VertexArray{
									&contentwarehouse.GoogleCloudDocumentaiV1VertexArgs{
										X: pulumi.Int(0),
										Y: pulumi.Int(0),
									},
								},
							},
							Confidence:  pulumi.Float64(0),
							Orientation: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageLayoutOrientationOrientationUnspecified,
							TextAnchor: &contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorArgs{
								Content: pulumi.String("string"),
								TextSegments: contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArray{
									&contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs{
										EndIndex:   pulumi.String("string"),
										StartIndex: pulumi.String("string"),
									},
								},
							},
						},
						FieldValue: &contentwarehouse.GoogleCloudDocumentaiV1DocumentPageLayoutArgs{
							BoundingPoly: &contentwarehouse.GoogleCloudDocumentaiV1BoundingPolyArgs{
								NormalizedVertices: contentwarehouse.GoogleCloudDocumentaiV1NormalizedVertexArray{
									&contentwarehouse.GoogleCloudDocumentaiV1NormalizedVertexArgs{
										X: pulumi.Float64(0),
										Y: pulumi.Float64(0),
									},
								},
								Vertices: contentwarehouse.GoogleCloudDocumentaiV1VertexArray{
									&contentwarehouse.GoogleCloudDocumentaiV1VertexArgs{
										X: pulumi.Int(0),
										Y: pulumi.Int(0),
									},
								},
							},
							Confidence:  pulumi.Float64(0),
							Orientation: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageLayoutOrientationOrientationUnspecified,
							TextAnchor: &contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorArgs{
								Content: pulumi.String("string"),
								TextSegments: contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArray{
									&contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs{
										EndIndex:   pulumi.String("string"),
										StartIndex: pulumi.String("string"),
									},
								},
							},
						},
						NameDetectedLanguages: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArray{
							&contentwarehouse.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs{
								Confidence:   pulumi.Float64(0),
								LanguageCode: pulumi.String("string"),
							},
						},
						Provenance: &contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceArgs{
							Id: pulumi.Int(0),
							Parents: contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceParentArray{
								&contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceParentArgs{
									Id:       pulumi.Int(0),
									Index:    pulumi.Int(0),
									Revision: pulumi.Int(0),
								},
							},
							Revision: pulumi.Int(0),
							Type:     contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceTypeOperationTypeUnspecified,
						},
						ValueDetectedLanguages: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArray{
							&contentwarehouse.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs{
								Confidence:   pulumi.Float64(0),
								LanguageCode: pulumi.String("string"),
							},
						},
						ValueType: pulumi.String("string"),
					},
				},
				Image: &contentwarehouse.GoogleCloudDocumentaiV1DocumentPageImageArgs{
					Content:  pulumi.String("string"),
					Height:   pulumi.Int(0),
					MimeType: pulumi.String("string"),
					Width:    pulumi.Int(0),
				},
				ImageQualityScores: &contentwarehouse.GoogleCloudDocumentaiV1DocumentPageImageQualityScoresArgs{
					DetectedDefects: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefectArray{
						&contentwarehouse.GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefectArgs{
							Confidence: pulumi.Float64(0),
							Type:       pulumi.String("string"),
						},
					},
					QualityScore: pulumi.Float64(0),
				},
				Layout: &contentwarehouse.GoogleCloudDocumentaiV1DocumentPageLayoutArgs{
					BoundingPoly: &contentwarehouse.GoogleCloudDocumentaiV1BoundingPolyArgs{
						NormalizedVertices: contentwarehouse.GoogleCloudDocumentaiV1NormalizedVertexArray{
							&contentwarehouse.GoogleCloudDocumentaiV1NormalizedVertexArgs{
								X: pulumi.Float64(0),
								Y: pulumi.Float64(0),
							},
						},
						Vertices: contentwarehouse.GoogleCloudDocumentaiV1VertexArray{
							&contentwarehouse.GoogleCloudDocumentaiV1VertexArgs{
								X: pulumi.Int(0),
								Y: pulumi.Int(0),
							},
						},
					},
					Confidence:  pulumi.Float64(0),
					Orientation: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageLayoutOrientationOrientationUnspecified,
					TextAnchor: &contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorArgs{
						Content: pulumi.String("string"),
						TextSegments: contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArray{
							&contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs{
								EndIndex:   pulumi.String("string"),
								StartIndex: pulumi.String("string"),
							},
						},
					},
				},
				Lines: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageLineArray{
					&contentwarehouse.GoogleCloudDocumentaiV1DocumentPageLineArgs{
						DetectedLanguages: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArray{
							&contentwarehouse.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs{
								Confidence:   pulumi.Float64(0),
								LanguageCode: pulumi.String("string"),
							},
						},
						Layout: &contentwarehouse.GoogleCloudDocumentaiV1DocumentPageLayoutArgs{
							BoundingPoly: &contentwarehouse.GoogleCloudDocumentaiV1BoundingPolyArgs{
								NormalizedVertices: contentwarehouse.GoogleCloudDocumentaiV1NormalizedVertexArray{
									&contentwarehouse.GoogleCloudDocumentaiV1NormalizedVertexArgs{
										X: pulumi.Float64(0),
										Y: pulumi.Float64(0),
									},
								},
								Vertices: contentwarehouse.GoogleCloudDocumentaiV1VertexArray{
									&contentwarehouse.GoogleCloudDocumentaiV1VertexArgs{
										X: pulumi.Int(0),
										Y: pulumi.Int(0),
									},
								},
							},
							Confidence:  pulumi.Float64(0),
							Orientation: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageLayoutOrientationOrientationUnspecified,
							TextAnchor: &contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorArgs{
								Content: pulumi.String("string"),
								TextSegments: contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArray{
									&contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs{
										EndIndex:   pulumi.String("string"),
										StartIndex: pulumi.String("string"),
									},
								},
							},
						},
						Provenance: &contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceArgs{
							Id: pulumi.Int(0),
							Parents: contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceParentArray{
								&contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceParentArgs{
									Id:       pulumi.Int(0),
									Index:    pulumi.Int(0),
									Revision: pulumi.Int(0),
								},
							},
							Revision: pulumi.Int(0),
							Type:     contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceTypeOperationTypeUnspecified,
						},
					},
				},
				PageNumber: pulumi.Int(0),
				Paragraphs: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageParagraphArray{
					&contentwarehouse.GoogleCloudDocumentaiV1DocumentPageParagraphArgs{
						DetectedLanguages: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArray{
							&contentwarehouse.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs{
								Confidence:   pulumi.Float64(0),
								LanguageCode: pulumi.String("string"),
							},
						},
						Layout: &contentwarehouse.GoogleCloudDocumentaiV1DocumentPageLayoutArgs{
							BoundingPoly: &contentwarehouse.GoogleCloudDocumentaiV1BoundingPolyArgs{
								NormalizedVertices: contentwarehouse.GoogleCloudDocumentaiV1NormalizedVertexArray{
									&contentwarehouse.GoogleCloudDocumentaiV1NormalizedVertexArgs{
										X: pulumi.Float64(0),
										Y: pulumi.Float64(0),
									},
								},
								Vertices: contentwarehouse.GoogleCloudDocumentaiV1VertexArray{
									&contentwarehouse.GoogleCloudDocumentaiV1VertexArgs{
										X: pulumi.Int(0),
										Y: pulumi.Int(0),
									},
								},
							},
							Confidence:  pulumi.Float64(0),
							Orientation: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageLayoutOrientationOrientationUnspecified,
							TextAnchor: &contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorArgs{
								Content: pulumi.String("string"),
								TextSegments: contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArray{
									&contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs{
										EndIndex:   pulumi.String("string"),
										StartIndex: pulumi.String("string"),
									},
								},
							},
						},
						Provenance: &contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceArgs{
							Id: pulumi.Int(0),
							Parents: contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceParentArray{
								&contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceParentArgs{
									Id:       pulumi.Int(0),
									Index:    pulumi.Int(0),
									Revision: pulumi.Int(0),
								},
							},
							Revision: pulumi.Int(0),
							Type:     contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceTypeOperationTypeUnspecified,
						},
					},
				},
				Provenance: &contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceArgs{
					Id: pulumi.Int(0),
					Parents: contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceParentArray{
						&contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceParentArgs{
							Id:       pulumi.Int(0),
							Index:    pulumi.Int(0),
							Revision: pulumi.Int(0),
						},
					},
					Revision: pulumi.Int(0),
					Type:     contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceTypeOperationTypeUnspecified,
				},
				Symbols: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageSymbolArray{
					&contentwarehouse.GoogleCloudDocumentaiV1DocumentPageSymbolArgs{
						DetectedLanguages: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArray{
							&contentwarehouse.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs{
								Confidence:   pulumi.Float64(0),
								LanguageCode: pulumi.String("string"),
							},
						},
						Layout: &contentwarehouse.GoogleCloudDocumentaiV1DocumentPageLayoutArgs{
							BoundingPoly: &contentwarehouse.GoogleCloudDocumentaiV1BoundingPolyArgs{
								NormalizedVertices: contentwarehouse.GoogleCloudDocumentaiV1NormalizedVertexArray{
									&contentwarehouse.GoogleCloudDocumentaiV1NormalizedVertexArgs{
										X: pulumi.Float64(0),
										Y: pulumi.Float64(0),
									},
								},
								Vertices: contentwarehouse.GoogleCloudDocumentaiV1VertexArray{
									&contentwarehouse.GoogleCloudDocumentaiV1VertexArgs{
										X: pulumi.Int(0),
										Y: pulumi.Int(0),
									},
								},
							},
							Confidence:  pulumi.Float64(0),
							Orientation: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageLayoutOrientationOrientationUnspecified,
							TextAnchor: &contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorArgs{
								Content: pulumi.String("string"),
								TextSegments: contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArray{
									&contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs{
										EndIndex:   pulumi.String("string"),
										StartIndex: pulumi.String("string"),
									},
								},
							},
						},
					},
				},
				Tables: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageTableArray{
					&contentwarehouse.GoogleCloudDocumentaiV1DocumentPageTableArgs{
						BodyRows: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageTableTableRowArray{
							&contentwarehouse.GoogleCloudDocumentaiV1DocumentPageTableTableRowArgs{
								Cells: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageTableTableCellArray{
									&contentwarehouse.GoogleCloudDocumentaiV1DocumentPageTableTableCellArgs{
										ColSpan: pulumi.Int(0),
										DetectedLanguages: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArray{
											&contentwarehouse.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs{
												Confidence:   pulumi.Float64(0),
												LanguageCode: pulumi.String("string"),
											},
										},
										Layout: &contentwarehouse.GoogleCloudDocumentaiV1DocumentPageLayoutArgs{
											BoundingPoly: &contentwarehouse.GoogleCloudDocumentaiV1BoundingPolyArgs{
												NormalizedVertices: contentwarehouse.GoogleCloudDocumentaiV1NormalizedVertexArray{
													&contentwarehouse.GoogleCloudDocumentaiV1NormalizedVertexArgs{
														X: pulumi.Float64(0),
														Y: pulumi.Float64(0),
													},
												},
												Vertices: contentwarehouse.GoogleCloudDocumentaiV1VertexArray{
													&contentwarehouse.GoogleCloudDocumentaiV1VertexArgs{
														X: pulumi.Int(0),
														Y: pulumi.Int(0),
													},
												},
											},
											Confidence:  pulumi.Float64(0),
											Orientation: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageLayoutOrientationOrientationUnspecified,
											TextAnchor: &contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorArgs{
												Content: pulumi.String("string"),
												TextSegments: contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArray{
													&contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs{
														EndIndex:   pulumi.String("string"),
														StartIndex: pulumi.String("string"),
													},
												},
											},
										},
										RowSpan: pulumi.Int(0),
									},
								},
							},
						},
						DetectedLanguages: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArray{
							&contentwarehouse.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs{
								Confidence:   pulumi.Float64(0),
								LanguageCode: pulumi.String("string"),
							},
						},
						HeaderRows: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageTableTableRowArray{
							&contentwarehouse.GoogleCloudDocumentaiV1DocumentPageTableTableRowArgs{
								Cells: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageTableTableCellArray{
									&contentwarehouse.GoogleCloudDocumentaiV1DocumentPageTableTableCellArgs{
										ColSpan: pulumi.Int(0),
										DetectedLanguages: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArray{
											&contentwarehouse.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs{
												Confidence:   pulumi.Float64(0),
												LanguageCode: pulumi.String("string"),
											},
										},
										Layout: &contentwarehouse.GoogleCloudDocumentaiV1DocumentPageLayoutArgs{
											BoundingPoly: &contentwarehouse.GoogleCloudDocumentaiV1BoundingPolyArgs{
												NormalizedVertices: contentwarehouse.GoogleCloudDocumentaiV1NormalizedVertexArray{
													&contentwarehouse.GoogleCloudDocumentaiV1NormalizedVertexArgs{
														X: pulumi.Float64(0),
														Y: pulumi.Float64(0),
													},
												},
												Vertices: contentwarehouse.GoogleCloudDocumentaiV1VertexArray{
													&contentwarehouse.GoogleCloudDocumentaiV1VertexArgs{
														X: pulumi.Int(0),
														Y: pulumi.Int(0),
													},
												},
											},
											Confidence:  pulumi.Float64(0),
											Orientation: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageLayoutOrientationOrientationUnspecified,
											TextAnchor: &contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorArgs{
												Content: pulumi.String("string"),
												TextSegments: contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArray{
													&contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs{
														EndIndex:   pulumi.String("string"),
														StartIndex: pulumi.String("string"),
													},
												},
											},
										},
										RowSpan: pulumi.Int(0),
									},
								},
							},
						},
						Layout: &contentwarehouse.GoogleCloudDocumentaiV1DocumentPageLayoutArgs{
							BoundingPoly: &contentwarehouse.GoogleCloudDocumentaiV1BoundingPolyArgs{
								NormalizedVertices: contentwarehouse.GoogleCloudDocumentaiV1NormalizedVertexArray{
									&contentwarehouse.GoogleCloudDocumentaiV1NormalizedVertexArgs{
										X: pulumi.Float64(0),
										Y: pulumi.Float64(0),
									},
								},
								Vertices: contentwarehouse.GoogleCloudDocumentaiV1VertexArray{
									&contentwarehouse.GoogleCloudDocumentaiV1VertexArgs{
										X: pulumi.Int(0),
										Y: pulumi.Int(0),
									},
								},
							},
							Confidence:  pulumi.Float64(0),
							Orientation: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageLayoutOrientationOrientationUnspecified,
							TextAnchor: &contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorArgs{
								Content: pulumi.String("string"),
								TextSegments: contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArray{
									&contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs{
										EndIndex:   pulumi.String("string"),
										StartIndex: pulumi.String("string"),
									},
								},
							},
						},
						Provenance: &contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceArgs{
							Id: pulumi.Int(0),
							Parents: contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceParentArray{
								&contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceParentArgs{
									Id:       pulumi.Int(0),
									Index:    pulumi.Int(0),
									Revision: pulumi.Int(0),
								},
							},
							Revision: pulumi.Int(0),
							Type:     contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceTypeOperationTypeUnspecified,
						},
					},
				},
				Tokens: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageTokenArray{
					&contentwarehouse.GoogleCloudDocumentaiV1DocumentPageTokenArgs{
						DetectedBreak: &contentwarehouse.GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreakArgs{
							Type: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreakTypeTypeUnspecified,
						},
						DetectedLanguages: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArray{
							&contentwarehouse.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs{
								Confidence:   pulumi.Float64(0),
								LanguageCode: pulumi.String("string"),
							},
						},
						Layout: &contentwarehouse.GoogleCloudDocumentaiV1DocumentPageLayoutArgs{
							BoundingPoly: &contentwarehouse.GoogleCloudDocumentaiV1BoundingPolyArgs{
								NormalizedVertices: contentwarehouse.GoogleCloudDocumentaiV1NormalizedVertexArray{
									&contentwarehouse.GoogleCloudDocumentaiV1NormalizedVertexArgs{
										X: pulumi.Float64(0),
										Y: pulumi.Float64(0),
									},
								},
								Vertices: contentwarehouse.GoogleCloudDocumentaiV1VertexArray{
									&contentwarehouse.GoogleCloudDocumentaiV1VertexArgs{
										X: pulumi.Int(0),
										Y: pulumi.Int(0),
									},
								},
							},
							Confidence:  pulumi.Float64(0),
							Orientation: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageLayoutOrientationOrientationUnspecified,
							TextAnchor: &contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorArgs{
								Content: pulumi.String("string"),
								TextSegments: contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArray{
									&contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs{
										EndIndex:   pulumi.String("string"),
										StartIndex: pulumi.String("string"),
									},
								},
							},
						},
						Provenance: &contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceArgs{
							Id: pulumi.Int(0),
							Parents: contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceParentArray{
								&contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceParentArgs{
									Id:       pulumi.Int(0),
									Index:    pulumi.Int(0),
									Revision: pulumi.Int(0),
								},
							},
							Revision: pulumi.Int(0),
							Type:     contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceTypeOperationTypeUnspecified,
						},
						StyleInfo: &contentwarehouse.GoogleCloudDocumentaiV1DocumentPageTokenStyleInfoArgs{
							BackgroundColor: &contentwarehouse.GoogleTypeColorArgs{
								Alpha: pulumi.Float64(0),
								Blue:  pulumi.Float64(0),
								Green: pulumi.Float64(0),
								Red:   pulumi.Float64(0),
							},
							Bold:          pulumi.Bool(false),
							FontSize:      pulumi.Int(0),
							FontType:      pulumi.String("string"),
							FontWeight:    pulumi.Int(0),
							Handwritten:   pulumi.Bool(false),
							Italic:        pulumi.Bool(false),
							LetterSpacing: pulumi.Float64(0),
							PixelFontSize: pulumi.Float64(0),
							Smallcaps:     pulumi.Bool(false),
							Strikeout:     pulumi.Bool(false),
							Subscript:     pulumi.Bool(false),
							Superscript:   pulumi.Bool(false),
							TextColor: &contentwarehouse.GoogleTypeColorArgs{
								Alpha: pulumi.Float64(0),
								Blue:  pulumi.Float64(0),
								Green: pulumi.Float64(0),
								Red:   pulumi.Float64(0),
							},
							Underlined: pulumi.Bool(false),
						},
					},
				},
				Transforms: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageMatrixArray{
					&contentwarehouse.GoogleCloudDocumentaiV1DocumentPageMatrixArgs{
						Cols: pulumi.Int(0),
						Data: pulumi.String("string"),
						Rows: pulumi.Int(0),
						Type: pulumi.Int(0),
					},
				},
				VisualElements: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageVisualElementArray{
					&contentwarehouse.GoogleCloudDocumentaiV1DocumentPageVisualElementArgs{
						DetectedLanguages: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArray{
							&contentwarehouse.GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs{
								Confidence:   pulumi.Float64(0),
								LanguageCode: pulumi.String("string"),
							},
						},
						Layout: &contentwarehouse.GoogleCloudDocumentaiV1DocumentPageLayoutArgs{
							BoundingPoly: &contentwarehouse.GoogleCloudDocumentaiV1BoundingPolyArgs{
								NormalizedVertices: contentwarehouse.GoogleCloudDocumentaiV1NormalizedVertexArray{
									&contentwarehouse.GoogleCloudDocumentaiV1NormalizedVertexArgs{
										X: pulumi.Float64(0),
										Y: pulumi.Float64(0),
									},
								},
								Vertices: contentwarehouse.GoogleCloudDocumentaiV1VertexArray{
									&contentwarehouse.GoogleCloudDocumentaiV1VertexArgs{
										X: pulumi.Int(0),
										Y: pulumi.Int(0),
									},
								},
							},
							Confidence:  pulumi.Float64(0),
							Orientation: contentwarehouse.GoogleCloudDocumentaiV1DocumentPageLayoutOrientationOrientationUnspecified,
							TextAnchor: &contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorArgs{
								Content: pulumi.String("string"),
								TextSegments: contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArray{
									&contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs{
										EndIndex:   pulumi.String("string"),
										StartIndex: pulumi.String("string"),
									},
								},
							},
						},
						Type: pulumi.String("string"),
					},
				},
			},
		},
		Revisions: contentwarehouse.GoogleCloudDocumentaiV1DocumentRevisionArray{
			&contentwarehouse.GoogleCloudDocumentaiV1DocumentRevisionArgs{
				Agent:      pulumi.String("string"),
				CreateTime: pulumi.String("string"),
				HumanReview: &contentwarehouse.GoogleCloudDocumentaiV1DocumentRevisionHumanReviewArgs{
					State:        pulumi.String("string"),
					StateMessage: pulumi.String("string"),
				},
				Id: pulumi.String("string"),
				Parent: pulumi.IntArray{
					pulumi.Int(0),
				},
				ParentIds: pulumi.StringArray{
					pulumi.String("string"),
				},
				Processor: pulumi.String("string"),
			},
		},
		ShardInfo: &contentwarehouse.GoogleCloudDocumentaiV1DocumentShardInfoArgs{
			ShardCount: pulumi.String("string"),
			ShardIndex: pulumi.String("string"),
			TextOffset: pulumi.String("string"),
		},
		Text: pulumi.String("string"),
		TextChanges: contentwarehouse.GoogleCloudDocumentaiV1DocumentTextChangeArray{
			&contentwarehouse.GoogleCloudDocumentaiV1DocumentTextChangeArgs{
				ChangedText: pulumi.String("string"),
				Provenance: contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceArray{
					&contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceArgs{
						Id: pulumi.Int(0),
						Parents: contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceParentArray{
							&contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceParentArgs{
								Id:       pulumi.Int(0),
								Index:    pulumi.Int(0),
								Revision: pulumi.Int(0),
							},
						},
						Revision: pulumi.Int(0),
						Type:     contentwarehouse.GoogleCloudDocumentaiV1DocumentProvenanceTypeOperationTypeUnspecified,
					},
				},
				TextAnchor: &contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorArgs{
					Content: pulumi.String("string"),
					TextSegments: contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArray{
						&contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs{
							EndIndex:   pulumi.String("string"),
							StartIndex: pulumi.String("string"),
						},
					},
				},
			},
		},
		TextStyles: contentwarehouse.GoogleCloudDocumentaiV1DocumentStyleArray{
			&contentwarehouse.GoogleCloudDocumentaiV1DocumentStyleArgs{
				BackgroundColor: &contentwarehouse.GoogleTypeColorArgs{
					Alpha: pulumi.Float64(0),
					Blue:  pulumi.Float64(0),
					Green: pulumi.Float64(0),
					Red:   pulumi.Float64(0),
				},
				Color: &contentwarehouse.GoogleTypeColorArgs{
					Alpha: pulumi.Float64(0),
					Blue:  pulumi.Float64(0),
					Green: pulumi.Float64(0),
					Red:   pulumi.Float64(0),
				},
				FontFamily: pulumi.String("string"),
				FontSize: &contentwarehouse.GoogleCloudDocumentaiV1DocumentStyleFontSizeArgs{
					Size: pulumi.Float64(0),
					Unit: pulumi.String("string"),
				},
				FontWeight: pulumi.String("string"),
				TextAnchor: &contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorArgs{
					Content: pulumi.String("string"),
					TextSegments: contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArray{
						&contentwarehouse.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs{
							EndIndex:   pulumi.String("string"),
							StartIndex: pulumi.String("string"),
						},
					},
				},
				TextDecoration: pulumi.String("string"),
				TextStyle:      pulumi.String("string"),
			},
		},
		Uri: pulumi.String("string"),
	},
	Updater:         pulumi.String("string"),
	ContentCategory: contentwarehouse.DocumentContentCategoryContentCategoryUnspecified,
	Location:        pulumi.String("string"),
	Properties: contentwarehouse.GoogleCloudContentwarehouseV1PropertyArray{
		&contentwarehouse.GoogleCloudContentwarehouseV1PropertyArgs{
			Name: pulumi.String("string"),
			DateTimeValues: &contentwarehouse.GoogleCloudContentwarehouseV1DateTimeArrayArgs{
				Values: contentwarehouse.GoogleTypeDateTimeArray{
					&contentwarehouse.GoogleTypeDateTimeArgs{
						Day:     pulumi.Int(0),
						Hours:   pulumi.Int(0),
						Minutes: pulumi.Int(0),
						Month:   pulumi.Int(0),
						Nanos:   pulumi.Int(0),
						Seconds: pulumi.Int(0),
						TimeZone: &contentwarehouse.GoogleTypeTimeZoneArgs{
							Id:      pulumi.String("string"),
							Version: pulumi.String("string"),
						},
						UtcOffset: pulumi.String("string"),
						Year:      pulumi.Int(0),
					},
				},
			},
			EnumValues: &contentwarehouse.GoogleCloudContentwarehouseV1EnumArrayArgs{
				Values: pulumi.StringArray{
					pulumi.String("string"),
				},
			},
			FloatValues: &contentwarehouse.GoogleCloudContentwarehouseV1FloatArrayArgs{
				Values: pulumi.Float64Array{
					pulumi.Float64(0),
				},
			},
			IntegerValues: &contentwarehouse.GoogleCloudContentwarehouseV1IntegerArrayArgs{
				Values: pulumi.IntArray{
					pulumi.Int(0),
				},
			},
			MapProperty: &contentwarehouse.GoogleCloudContentwarehouseV1MapPropertyArgs{
				Fields: pulumi.StringMap{
					"string": pulumi.String("string"),
				},
			},
			PropertyValues: &contentwarehouse.GoogleCloudContentwarehouseV1PropertyArrayArgs{
				Properties: contentwarehouse.GoogleCloudContentwarehouseV1PropertyArray{
					googleCloudContentwarehouseV1Property,
				},
			},
			TextValues: &contentwarehouse.GoogleCloudContentwarehouseV1TextArrayArgs{
				Values: pulumi.StringArray{
					pulumi.String("string"),
				},
			},
			TimestampValues: &contentwarehouse.GoogleCloudContentwarehouseV1TimestampArrayArgs{
				Values: contentwarehouse.GoogleCloudContentwarehouseV1TimestampValueArray{
					&contentwarehouse.GoogleCloudContentwarehouseV1TimestampValueArgs{
						TextValue:      pulumi.String("string"),
						TimestampValue: pulumi.String("string"),
					},
				},
			},
		},
	},
	RawDocumentFileType: contentwarehouse.DocumentRawDocumentFileTypeRawDocumentFileTypeUnspecified,
	RawDocumentPath:     pulumi.String("string"),
	ReferenceId:         pulumi.String("string"),
	RequestMetadata: &contentwarehouse.GoogleCloudContentwarehouseV1RequestMetadataArgs{
		UserInfo: &contentwarehouse.GoogleCloudContentwarehouseV1UserInfoArgs{
			GroupIds: pulumi.StringArray{
				pulumi.String("string"),
			},
			Id: pulumi.String("string"),
		},
	},
	TextExtractionDisabled: pulumi.Bool(false),
	TextExtractionEnabled:  pulumi.Bool(false),
	Title:                  pulumi.String("string"),
	PlainText:              pulumi.String("string"),
})
var documentResource = new Document("documentResource", DocumentArgs.builder()
    .displayName("string")
    .name("string")
    .createMask("string")
    .policy(GoogleIamV1PolicyArgs.builder()
        .auditConfigs(GoogleIamV1AuditConfigArgs.builder()
            .auditLogConfigs(GoogleIamV1AuditLogConfigArgs.builder()
                .exemptedMembers("string")
                .logType("LOG_TYPE_UNSPECIFIED")
                .build())
            .service("string")
            .build())
        .bindings(GoogleIamV1BindingArgs.builder()
            .condition(GoogleTypeExprArgs.builder()
                .description("string")
                .expression("string")
                .location("string")
                .title("string")
                .build())
            .members("string")
            .role("string")
            .build())
        .etag("string")
        .version(0)
        .build())
    .creator("string")
    .cloudAiDocumentOption(GoogleCloudContentwarehouseV1CloudAIDocumentOptionArgs.builder()
        .customizedEntitiesPropertiesConversions(Map.of("string", "string"))
        .enableEntitiesConversions(false)
        .build())
    .displayUri("string")
    .documentSchemaName("string")
    .inlineRawDocument("string")
    .project("string")
    .cloudAiDocument(GoogleCloudDocumentaiV1DocumentArgs.builder()
        .content("string")
        .entities(GoogleCloudDocumentaiV1DocumentEntityArgs.builder()
            .type("string")
            .confidence(0)
            .id("string")
            .mentionText("string")
            .normalizedValue(GoogleCloudDocumentaiV1DocumentEntityNormalizedValueArgs.builder()
                .addressValue(GoogleTypePostalAddressArgs.builder()
                    .regionCode("string")
                    .addressLines("string")
                    .administrativeArea("string")
                    .languageCode("string")
                    .locality("string")
                    .organization("string")
                    .postalCode("string")
                    .recipients("string")
                    .revision(0)
                    .sortingCode("string")
                    .sublocality("string")
                    .build())
                .booleanValue(false)
                .dateValue(GoogleTypeDateArgs.builder()
                    .day(0)
                    .month(0)
                    .year(0)
                    .build())
                .datetimeValue(GoogleTypeDateTimeArgs.builder()
                    .day(0)
                    .hours(0)
                    .minutes(0)
                    .month(0)
                    .nanos(0)
                    .seconds(0)
                    .timeZone(GoogleTypeTimeZoneArgs.builder()
                        .id("string")
                        .version("string")
                        .build())
                    .utcOffset("string")
                    .year(0)
                    .build())
                .floatValue(0)
                .integerValue(0)
                .moneyValue(GoogleTypeMoneyArgs.builder()
                    .currencyCode("string")
                    .nanos(0)
                    .units("string")
                    .build())
                .text("string")
                .build())
            .pageAnchor(GoogleCloudDocumentaiV1DocumentPageAnchorArgs.builder()
                .pageRefs(GoogleCloudDocumentaiV1DocumentPageAnchorPageRefArgs.builder()
                    .page("string")
                    .boundingPoly(GoogleCloudDocumentaiV1BoundingPolyArgs.builder()
                        .normalizedVertices(GoogleCloudDocumentaiV1NormalizedVertexArgs.builder()
                            .x(0)
                            .y(0)
                            .build())
                        .vertices(GoogleCloudDocumentaiV1VertexArgs.builder()
                            .x(0)
                            .y(0)
                            .build())
                        .build())
                    .confidence(0)
                    .layoutType("LAYOUT_TYPE_UNSPECIFIED")
                    .build())
                .build())
            .properties(googleCloudDocumentaiV1DocumentEntity)
            .provenance(GoogleCloudDocumentaiV1DocumentProvenanceArgs.builder()
                .id(0)
                .parents(GoogleCloudDocumentaiV1DocumentProvenanceParentArgs.builder()
                    .id(0)
                    .index(0)
                    .revision(0)
                    .build())
                .revision(0)
                .type("OPERATION_TYPE_UNSPECIFIED")
                .build())
            .redacted(false)
            .textAnchor(GoogleCloudDocumentaiV1DocumentTextAnchorArgs.builder()
                .content("string")
                .textSegments(GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs.builder()
                    .endIndex("string")
                    .startIndex("string")
                    .build())
                .build())
            .build())
        .entityRelations(GoogleCloudDocumentaiV1DocumentEntityRelationArgs.builder()
            .objectId("string")
            .relation("string")
            .subjectId("string")
            .build())
        .error(GoogleRpcStatusArgs.builder()
            .code(0)
            .details(Map.of("string", "string"))
            .message("string")
            .build())
        .mimeType("string")
        .pages(GoogleCloudDocumentaiV1DocumentPageArgs.builder()
            .blocks(GoogleCloudDocumentaiV1DocumentPageBlockArgs.builder()
                .detectedLanguages(GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs.builder()
                    .confidence(0)
                    .languageCode("string")
                    .build())
                .layout(GoogleCloudDocumentaiV1DocumentPageLayoutArgs.builder()
                    .boundingPoly(GoogleCloudDocumentaiV1BoundingPolyArgs.builder()
                        .normalizedVertices(GoogleCloudDocumentaiV1NormalizedVertexArgs.builder()
                            .x(0)
                            .y(0)
                            .build())
                        .vertices(GoogleCloudDocumentaiV1VertexArgs.builder()
                            .x(0)
                            .y(0)
                            .build())
                        .build())
                    .confidence(0)
                    .orientation("ORIENTATION_UNSPECIFIED")
                    .textAnchor(GoogleCloudDocumentaiV1DocumentTextAnchorArgs.builder()
                        .content("string")
                        .textSegments(GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs.builder()
                            .endIndex("string")
                            .startIndex("string")
                            .build())
                        .build())
                    .build())
                .provenance(GoogleCloudDocumentaiV1DocumentProvenanceArgs.builder()
                    .id(0)
                    .parents(GoogleCloudDocumentaiV1DocumentProvenanceParentArgs.builder()
                        .id(0)
                        .index(0)
                        .revision(0)
                        .build())
                    .revision(0)
                    .type("OPERATION_TYPE_UNSPECIFIED")
                    .build())
                .build())
            .detectedBarcodes(GoogleCloudDocumentaiV1DocumentPageDetectedBarcodeArgs.builder()
                .barcode(GoogleCloudDocumentaiV1BarcodeArgs.builder()
                    .format("string")
                    .rawValue("string")
                    .valueFormat("string")
                    .build())
                .layout(GoogleCloudDocumentaiV1DocumentPageLayoutArgs.builder()
                    .boundingPoly(GoogleCloudDocumentaiV1BoundingPolyArgs.builder()
                        .normalizedVertices(GoogleCloudDocumentaiV1NormalizedVertexArgs.builder()
                            .x(0)
                            .y(0)
                            .build())
                        .vertices(GoogleCloudDocumentaiV1VertexArgs.builder()
                            .x(0)
                            .y(0)
                            .build())
                        .build())
                    .confidence(0)
                    .orientation("ORIENTATION_UNSPECIFIED")
                    .textAnchor(GoogleCloudDocumentaiV1DocumentTextAnchorArgs.builder()
                        .content("string")
                        .textSegments(GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs.builder()
                            .endIndex("string")
                            .startIndex("string")
                            .build())
                        .build())
                    .build())
                .build())
            .detectedLanguages(GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs.builder()
                .confidence(0)
                .languageCode("string")
                .build())
            .dimension(GoogleCloudDocumentaiV1DocumentPageDimensionArgs.builder()
                .height(0)
                .unit("string")
                .width(0)
                .build())
            .formFields(GoogleCloudDocumentaiV1DocumentPageFormFieldArgs.builder()
                .correctedKeyText("string")
                .correctedValueText("string")
                .fieldName(GoogleCloudDocumentaiV1DocumentPageLayoutArgs.builder()
                    .boundingPoly(GoogleCloudDocumentaiV1BoundingPolyArgs.builder()
                        .normalizedVertices(GoogleCloudDocumentaiV1NormalizedVertexArgs.builder()
                            .x(0)
                            .y(0)
                            .build())
                        .vertices(GoogleCloudDocumentaiV1VertexArgs.builder()
                            .x(0)
                            .y(0)
                            .build())
                        .build())
                    .confidence(0)
                    .orientation("ORIENTATION_UNSPECIFIED")
                    .textAnchor(GoogleCloudDocumentaiV1DocumentTextAnchorArgs.builder()
                        .content("string")
                        .textSegments(GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs.builder()
                            .endIndex("string")
                            .startIndex("string")
                            .build())
                        .build())
                    .build())
                .fieldValue(GoogleCloudDocumentaiV1DocumentPageLayoutArgs.builder()
                    .boundingPoly(GoogleCloudDocumentaiV1BoundingPolyArgs.builder()
                        .normalizedVertices(GoogleCloudDocumentaiV1NormalizedVertexArgs.builder()
                            .x(0)
                            .y(0)
                            .build())
                        .vertices(GoogleCloudDocumentaiV1VertexArgs.builder()
                            .x(0)
                            .y(0)
                            .build())
                        .build())
                    .confidence(0)
                    .orientation("ORIENTATION_UNSPECIFIED")
                    .textAnchor(GoogleCloudDocumentaiV1DocumentTextAnchorArgs.builder()
                        .content("string")
                        .textSegments(GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs.builder()
                            .endIndex("string")
                            .startIndex("string")
                            .build())
                        .build())
                    .build())
                .nameDetectedLanguages(GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs.builder()
                    .confidence(0)
                    .languageCode("string")
                    .build())
                .provenance(GoogleCloudDocumentaiV1DocumentProvenanceArgs.builder()
                    .id(0)
                    .parents(GoogleCloudDocumentaiV1DocumentProvenanceParentArgs.builder()
                        .id(0)
                        .index(0)
                        .revision(0)
                        .build())
                    .revision(0)
                    .type("OPERATION_TYPE_UNSPECIFIED")
                    .build())
                .valueDetectedLanguages(GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs.builder()
                    .confidence(0)
                    .languageCode("string")
                    .build())
                .valueType("string")
                .build())
            .image(GoogleCloudDocumentaiV1DocumentPageImageArgs.builder()
                .content("string")
                .height(0)
                .mimeType("string")
                .width(0)
                .build())
            .imageQualityScores(GoogleCloudDocumentaiV1DocumentPageImageQualityScoresArgs.builder()
                .detectedDefects(GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefectArgs.builder()
                    .confidence(0)
                    .type("string")
                    .build())
                .qualityScore(0)
                .build())
            .layout(GoogleCloudDocumentaiV1DocumentPageLayoutArgs.builder()
                .boundingPoly(GoogleCloudDocumentaiV1BoundingPolyArgs.builder()
                    .normalizedVertices(GoogleCloudDocumentaiV1NormalizedVertexArgs.builder()
                        .x(0)
                        .y(0)
                        .build())
                    .vertices(GoogleCloudDocumentaiV1VertexArgs.builder()
                        .x(0)
                        .y(0)
                        .build())
                    .build())
                .confidence(0)
                .orientation("ORIENTATION_UNSPECIFIED")
                .textAnchor(GoogleCloudDocumentaiV1DocumentTextAnchorArgs.builder()
                    .content("string")
                    .textSegments(GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs.builder()
                        .endIndex("string")
                        .startIndex("string")
                        .build())
                    .build())
                .build())
            .lines(GoogleCloudDocumentaiV1DocumentPageLineArgs.builder()
                .detectedLanguages(GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs.builder()
                    .confidence(0)
                    .languageCode("string")
                    .build())
                .layout(GoogleCloudDocumentaiV1DocumentPageLayoutArgs.builder()
                    .boundingPoly(GoogleCloudDocumentaiV1BoundingPolyArgs.builder()
                        .normalizedVertices(GoogleCloudDocumentaiV1NormalizedVertexArgs.builder()
                            .x(0)
                            .y(0)
                            .build())
                        .vertices(GoogleCloudDocumentaiV1VertexArgs.builder()
                            .x(0)
                            .y(0)
                            .build())
                        .build())
                    .confidence(0)
                    .orientation("ORIENTATION_UNSPECIFIED")
                    .textAnchor(GoogleCloudDocumentaiV1DocumentTextAnchorArgs.builder()
                        .content("string")
                        .textSegments(GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs.builder()
                            .endIndex("string")
                            .startIndex("string")
                            .build())
                        .build())
                    .build())
                .provenance(GoogleCloudDocumentaiV1DocumentProvenanceArgs.builder()
                    .id(0)
                    .parents(GoogleCloudDocumentaiV1DocumentProvenanceParentArgs.builder()
                        .id(0)
                        .index(0)
                        .revision(0)
                        .build())
                    .revision(0)
                    .type("OPERATION_TYPE_UNSPECIFIED")
                    .build())
                .build())
            .pageNumber(0)
            .paragraphs(GoogleCloudDocumentaiV1DocumentPageParagraphArgs.builder()
                .detectedLanguages(GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs.builder()
                    .confidence(0)
                    .languageCode("string")
                    .build())
                .layout(GoogleCloudDocumentaiV1DocumentPageLayoutArgs.builder()
                    .boundingPoly(GoogleCloudDocumentaiV1BoundingPolyArgs.builder()
                        .normalizedVertices(GoogleCloudDocumentaiV1NormalizedVertexArgs.builder()
                            .x(0)
                            .y(0)
                            .build())
                        .vertices(GoogleCloudDocumentaiV1VertexArgs.builder()
                            .x(0)
                            .y(0)
                            .build())
                        .build())
                    .confidence(0)
                    .orientation("ORIENTATION_UNSPECIFIED")
                    .textAnchor(GoogleCloudDocumentaiV1DocumentTextAnchorArgs.builder()
                        .content("string")
                        .textSegments(GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs.builder()
                            .endIndex("string")
                            .startIndex("string")
                            .build())
                        .build())
                    .build())
                .provenance(GoogleCloudDocumentaiV1DocumentProvenanceArgs.builder()
                    .id(0)
                    .parents(GoogleCloudDocumentaiV1DocumentProvenanceParentArgs.builder()
                        .id(0)
                        .index(0)
                        .revision(0)
                        .build())
                    .revision(0)
                    .type("OPERATION_TYPE_UNSPECIFIED")
                    .build())
                .build())
            .provenance(GoogleCloudDocumentaiV1DocumentProvenanceArgs.builder()
                .id(0)
                .parents(GoogleCloudDocumentaiV1DocumentProvenanceParentArgs.builder()
                    .id(0)
                    .index(0)
                    .revision(0)
                    .build())
                .revision(0)
                .type("OPERATION_TYPE_UNSPECIFIED")
                .build())
            .symbols(GoogleCloudDocumentaiV1DocumentPageSymbolArgs.builder()
                .detectedLanguages(GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs.builder()
                    .confidence(0)
                    .languageCode("string")
                    .build())
                .layout(GoogleCloudDocumentaiV1DocumentPageLayoutArgs.builder()
                    .boundingPoly(GoogleCloudDocumentaiV1BoundingPolyArgs.builder()
                        .normalizedVertices(GoogleCloudDocumentaiV1NormalizedVertexArgs.builder()
                            .x(0)
                            .y(0)
                            .build())
                        .vertices(GoogleCloudDocumentaiV1VertexArgs.builder()
                            .x(0)
                            .y(0)
                            .build())
                        .build())
                    .confidence(0)
                    .orientation("ORIENTATION_UNSPECIFIED")
                    .textAnchor(GoogleCloudDocumentaiV1DocumentTextAnchorArgs.builder()
                        .content("string")
                        .textSegments(GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs.builder()
                            .endIndex("string")
                            .startIndex("string")
                            .build())
                        .build())
                    .build())
                .build())
            .tables(GoogleCloudDocumentaiV1DocumentPageTableArgs.builder()
                .bodyRows(GoogleCloudDocumentaiV1DocumentPageTableTableRowArgs.builder()
                    .cells(GoogleCloudDocumentaiV1DocumentPageTableTableCellArgs.builder()
                        .colSpan(0)
                        .detectedLanguages(GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs.builder()
                            .confidence(0)
                            .languageCode("string")
                            .build())
                        .layout(GoogleCloudDocumentaiV1DocumentPageLayoutArgs.builder()
                            .boundingPoly(GoogleCloudDocumentaiV1BoundingPolyArgs.builder()
                                .normalizedVertices(GoogleCloudDocumentaiV1NormalizedVertexArgs.builder()
                                    .x(0)
                                    .y(0)
                                    .build())
                                .vertices(GoogleCloudDocumentaiV1VertexArgs.builder()
                                    .x(0)
                                    .y(0)
                                    .build())
                                .build())
                            .confidence(0)
                            .orientation("ORIENTATION_UNSPECIFIED")
                            .textAnchor(GoogleCloudDocumentaiV1DocumentTextAnchorArgs.builder()
                                .content("string")
                                .textSegments(GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs.builder()
                                    .endIndex("string")
                                    .startIndex("string")
                                    .build())
                                .build())
                            .build())
                        .rowSpan(0)
                        .build())
                    .build())
                .detectedLanguages(GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs.builder()
                    .confidence(0)
                    .languageCode("string")
                    .build())
                .headerRows(GoogleCloudDocumentaiV1DocumentPageTableTableRowArgs.builder()
                    .cells(GoogleCloudDocumentaiV1DocumentPageTableTableCellArgs.builder()
                        .colSpan(0)
                        .detectedLanguages(GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs.builder()
                            .confidence(0)
                            .languageCode("string")
                            .build())
                        .layout(GoogleCloudDocumentaiV1DocumentPageLayoutArgs.builder()
                            .boundingPoly(GoogleCloudDocumentaiV1BoundingPolyArgs.builder()
                                .normalizedVertices(GoogleCloudDocumentaiV1NormalizedVertexArgs.builder()
                                    .x(0)
                                    .y(0)
                                    .build())
                                .vertices(GoogleCloudDocumentaiV1VertexArgs.builder()
                                    .x(0)
                                    .y(0)
                                    .build())
                                .build())
                            .confidence(0)
                            .orientation("ORIENTATION_UNSPECIFIED")
                            .textAnchor(GoogleCloudDocumentaiV1DocumentTextAnchorArgs.builder()
                                .content("string")
                                .textSegments(GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs.builder()
                                    .endIndex("string")
                                    .startIndex("string")
                                    .build())
                                .build())
                            .build())
                        .rowSpan(0)
                        .build())
                    .build())
                .layout(GoogleCloudDocumentaiV1DocumentPageLayoutArgs.builder()
                    .boundingPoly(GoogleCloudDocumentaiV1BoundingPolyArgs.builder()
                        .normalizedVertices(GoogleCloudDocumentaiV1NormalizedVertexArgs.builder()
                            .x(0)
                            .y(0)
                            .build())
                        .vertices(GoogleCloudDocumentaiV1VertexArgs.builder()
                            .x(0)
                            .y(0)
                            .build())
                        .build())
                    .confidence(0)
                    .orientation("ORIENTATION_UNSPECIFIED")
                    .textAnchor(GoogleCloudDocumentaiV1DocumentTextAnchorArgs.builder()
                        .content("string")
                        .textSegments(GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs.builder()
                            .endIndex("string")
                            .startIndex("string")
                            .build())
                        .build())
                    .build())
                .provenance(GoogleCloudDocumentaiV1DocumentProvenanceArgs.builder()
                    .id(0)
                    .parents(GoogleCloudDocumentaiV1DocumentProvenanceParentArgs.builder()
                        .id(0)
                        .index(0)
                        .revision(0)
                        .build())
                    .revision(0)
                    .type("OPERATION_TYPE_UNSPECIFIED")
                    .build())
                .build())
            .tokens(GoogleCloudDocumentaiV1DocumentPageTokenArgs.builder()
                .detectedBreak(GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreakArgs.builder()
                    .type("TYPE_UNSPECIFIED")
                    .build())
                .detectedLanguages(GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs.builder()
                    .confidence(0)
                    .languageCode("string")
                    .build())
                .layout(GoogleCloudDocumentaiV1DocumentPageLayoutArgs.builder()
                    .boundingPoly(GoogleCloudDocumentaiV1BoundingPolyArgs.builder()
                        .normalizedVertices(GoogleCloudDocumentaiV1NormalizedVertexArgs.builder()
                            .x(0)
                            .y(0)
                            .build())
                        .vertices(GoogleCloudDocumentaiV1VertexArgs.builder()
                            .x(0)
                            .y(0)
                            .build())
                        .build())
                    .confidence(0)
                    .orientation("ORIENTATION_UNSPECIFIED")
                    .textAnchor(GoogleCloudDocumentaiV1DocumentTextAnchorArgs.builder()
                        .content("string")
                        .textSegments(GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs.builder()
                            .endIndex("string")
                            .startIndex("string")
                            .build())
                        .build())
                    .build())
                .provenance(GoogleCloudDocumentaiV1DocumentProvenanceArgs.builder()
                    .id(0)
                    .parents(GoogleCloudDocumentaiV1DocumentProvenanceParentArgs.builder()
                        .id(0)
                        .index(0)
                        .revision(0)
                        .build())
                    .revision(0)
                    .type("OPERATION_TYPE_UNSPECIFIED")
                    .build())
                .styleInfo(GoogleCloudDocumentaiV1DocumentPageTokenStyleInfoArgs.builder()
                    .backgroundColor(GoogleTypeColorArgs.builder()
                        .alpha(0)
                        .blue(0)
                        .green(0)
                        .red(0)
                        .build())
                    .bold(false)
                    .fontSize(0)
                    .fontType("string")
                    .fontWeight(0)
                    .handwritten(false)
                    .italic(false)
                    .letterSpacing(0)
                    .pixelFontSize(0)
                    .smallcaps(false)
                    .strikeout(false)
                    .subscript(false)
                    .superscript(false)
                    .textColor(GoogleTypeColorArgs.builder()
                        .alpha(0)
                        .blue(0)
                        .green(0)
                        .red(0)
                        .build())
                    .underlined(false)
                    .build())
                .build())
            .transforms(GoogleCloudDocumentaiV1DocumentPageMatrixArgs.builder()
                .cols(0)
                .data("string")
                .rows(0)
                .type(0)
                .build())
            .visualElements(GoogleCloudDocumentaiV1DocumentPageVisualElementArgs.builder()
                .detectedLanguages(GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs.builder()
                    .confidence(0)
                    .languageCode("string")
                    .build())
                .layout(GoogleCloudDocumentaiV1DocumentPageLayoutArgs.builder()
                    .boundingPoly(GoogleCloudDocumentaiV1BoundingPolyArgs.builder()
                        .normalizedVertices(GoogleCloudDocumentaiV1NormalizedVertexArgs.builder()
                            .x(0)
                            .y(0)
                            .build())
                        .vertices(GoogleCloudDocumentaiV1VertexArgs.builder()
                            .x(0)
                            .y(0)
                            .build())
                        .build())
                    .confidence(0)
                    .orientation("ORIENTATION_UNSPECIFIED")
                    .textAnchor(GoogleCloudDocumentaiV1DocumentTextAnchorArgs.builder()
                        .content("string")
                        .textSegments(GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs.builder()
                            .endIndex("string")
                            .startIndex("string")
                            .build())
                        .build())
                    .build())
                .type("string")
                .build())
            .build())
        .revisions(GoogleCloudDocumentaiV1DocumentRevisionArgs.builder()
            .agent("string")
            .createTime("string")
            .humanReview(GoogleCloudDocumentaiV1DocumentRevisionHumanReviewArgs.builder()
                .state("string")
                .stateMessage("string")
                .build())
            .id("string")
            .parent(0)
            .parentIds("string")
            .processor("string")
            .build())
        .shardInfo(GoogleCloudDocumentaiV1DocumentShardInfoArgs.builder()
            .shardCount("string")
            .shardIndex("string")
            .textOffset("string")
            .build())
        .text("string")
        .textChanges(GoogleCloudDocumentaiV1DocumentTextChangeArgs.builder()
            .changedText("string")
            .provenance(GoogleCloudDocumentaiV1DocumentProvenanceArgs.builder()
                .id(0)
                .parents(GoogleCloudDocumentaiV1DocumentProvenanceParentArgs.builder()
                    .id(0)
                    .index(0)
                    .revision(0)
                    .build())
                .revision(0)
                .type("OPERATION_TYPE_UNSPECIFIED")
                .build())
            .textAnchor(GoogleCloudDocumentaiV1DocumentTextAnchorArgs.builder()
                .content("string")
                .textSegments(GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs.builder()
                    .endIndex("string")
                    .startIndex("string")
                    .build())
                .build())
            .build())
        .textStyles(GoogleCloudDocumentaiV1DocumentStyleArgs.builder()
            .backgroundColor(GoogleTypeColorArgs.builder()
                .alpha(0)
                .blue(0)
                .green(0)
                .red(0)
                .build())
            .color(GoogleTypeColorArgs.builder()
                .alpha(0)
                .blue(0)
                .green(0)
                .red(0)
                .build())
            .fontFamily("string")
            .fontSize(GoogleCloudDocumentaiV1DocumentStyleFontSizeArgs.builder()
                .size(0)
                .unit("string")
                .build())
            .fontWeight("string")
            .textAnchor(GoogleCloudDocumentaiV1DocumentTextAnchorArgs.builder()
                .content("string")
                .textSegments(GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs.builder()
                    .endIndex("string")
                    .startIndex("string")
                    .build())
                .build())
            .textDecoration("string")
            .textStyle("string")
            .build())
        .uri("string")
        .build())
    .updater("string")
    .contentCategory("CONTENT_CATEGORY_UNSPECIFIED")
    .location("string")
    .properties(GoogleCloudContentwarehouseV1PropertyArgs.builder()
        .name("string")
        .dateTimeValues(GoogleCloudContentwarehouseV1DateTimeArrayArgs.builder()
            .values(GoogleTypeDateTimeArgs.builder()
                .day(0)
                .hours(0)
                .minutes(0)
                .month(0)
                .nanos(0)
                .seconds(0)
                .timeZone(GoogleTypeTimeZoneArgs.builder()
                    .id("string")
                    .version("string")
                    .build())
                .utcOffset("string")
                .year(0)
                .build())
            .build())
        .enumValues(GoogleCloudContentwarehouseV1EnumArrayArgs.builder()
            .values("string")
            .build())
        .floatValues(GoogleCloudContentwarehouseV1FloatArrayArgs.builder()
            .values(0)
            .build())
        .integerValues(GoogleCloudContentwarehouseV1IntegerArrayArgs.builder()
            .values(0)
            .build())
        .mapProperty(GoogleCloudContentwarehouseV1MapPropertyArgs.builder()
            .fields(Map.of("string", "string"))
            .build())
        .propertyValues(GoogleCloudContentwarehouseV1PropertyArrayArgs.builder()
            .properties(googleCloudContentwarehouseV1Property)
            .build())
        .textValues(GoogleCloudContentwarehouseV1TextArrayArgs.builder()
            .values("string")
            .build())
        .timestampValues(GoogleCloudContentwarehouseV1TimestampArrayArgs.builder()
            .values(GoogleCloudContentwarehouseV1TimestampValueArgs.builder()
                .textValue("string")
                .timestampValue("string")
                .build())
            .build())
        .build())
    .rawDocumentFileType("RAW_DOCUMENT_FILE_TYPE_UNSPECIFIED")
    .rawDocumentPath("string")
    .referenceId("string")
    .requestMetadata(GoogleCloudContentwarehouseV1RequestMetadataArgs.builder()
        .userInfo(GoogleCloudContentwarehouseV1UserInfoArgs.builder()
            .groupIds("string")
            .id("string")
            .build())
        .build())
    .textExtractionDisabled(false)
    .textExtractionEnabled(false)
    .title("string")
    .plainText("string")
    .build());
document_resource = google_native.contentwarehouse.v1.Document("documentResource",
    display_name="string",
    name="string",
    create_mask="string",
    policy={
        "audit_configs": [{
            "audit_log_configs": [{
                "exempted_members": ["string"],
                "log_type": google_native.contentwarehouse.v1.GoogleIamV1AuditLogConfigLogType.LOG_TYPE_UNSPECIFIED,
            }],
            "service": "string",
        }],
        "bindings": [{
            "condition": {
                "description": "string",
                "expression": "string",
                "location": "string",
                "title": "string",
            },
            "members": ["string"],
            "role": "string",
        }],
        "etag": "string",
        "version": 0,
    },
    creator="string",
    cloud_ai_document_option={
        "customized_entities_properties_conversions": {
            "string": "string",
        },
        "enable_entities_conversions": False,
    },
    display_uri="string",
    document_schema_name="string",
    inline_raw_document="string",
    project="string",
    cloud_ai_document={
        "content": "string",
        "entities": [{
            "type": "string",
            "confidence": 0,
            "id": "string",
            "mention_text": "string",
            "normalized_value": {
                "address_value": {
                    "region_code": "string",
                    "address_lines": ["string"],
                    "administrative_area": "string",
                    "language_code": "string",
                    "locality": "string",
                    "organization": "string",
                    "postal_code": "string",
                    "recipients": ["string"],
                    "revision": 0,
                    "sorting_code": "string",
                    "sublocality": "string",
                },
                "boolean_value": False,
                "date_value": {
                    "day": 0,
                    "month": 0,
                    "year": 0,
                },
                "datetime_value": {
                    "day": 0,
                    "hours": 0,
                    "minutes": 0,
                    "month": 0,
                    "nanos": 0,
                    "seconds": 0,
                    "time_zone": {
                        "id": "string",
                        "version": "string",
                    },
                    "utc_offset": "string",
                    "year": 0,
                },
                "float_value": 0,
                "integer_value": 0,
                "money_value": {
                    "currency_code": "string",
                    "nanos": 0,
                    "units": "string",
                },
                "text": "string",
            },
            "page_anchor": {
                "page_refs": [{
                    "page": "string",
                    "bounding_poly": {
                        "normalized_vertices": [{
                            "x": 0,
                            "y": 0,
                        }],
                        "vertices": [{
                            "x": 0,
                            "y": 0,
                        }],
                    },
                    "confidence": 0,
                    "layout_type": google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageAnchorPageRefLayoutType.LAYOUT_TYPE_UNSPECIFIED,
                }],
            },
            "properties": [google_cloud_documentai_v1_document_entity],
            "provenance": {
                "id": 0,
                "parents": [{
                    "id": 0,
                    "index": 0,
                    "revision": 0,
                }],
                "revision": 0,
                "type": google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentProvenanceType.OPERATION_TYPE_UNSPECIFIED,
            },
            "redacted": False,
            "text_anchor": {
                "content": "string",
                "text_segments": [{
                    "end_index": "string",
                    "start_index": "string",
                }],
            },
        }],
        "entity_relations": [{
            "object_id": "string",
            "relation": "string",
            "subject_id": "string",
        }],
        "error": {
            "code": 0,
            "details": [{
                "string": "string",
            }],
            "message": "string",
        },
        "mime_type": "string",
        "pages": [{
            "blocks": [{
                "detected_languages": [{
                    "confidence": 0,
                    "language_code": "string",
                }],
                "layout": {
                    "bounding_poly": {
                        "normalized_vertices": [{
                            "x": 0,
                            "y": 0,
                        }],
                        "vertices": [{
                            "x": 0,
                            "y": 0,
                        }],
                    },
                    "confidence": 0,
                    "orientation": google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.ORIENTATION_UNSPECIFIED,
                    "text_anchor": {
                        "content": "string",
                        "text_segments": [{
                            "end_index": "string",
                            "start_index": "string",
                        }],
                    },
                },
                "provenance": {
                    "id": 0,
                    "parents": [{
                        "id": 0,
                        "index": 0,
                        "revision": 0,
                    }],
                    "revision": 0,
                    "type": google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentProvenanceType.OPERATION_TYPE_UNSPECIFIED,
                },
            }],
            "detected_barcodes": [{
                "barcode": {
                    "format": "string",
                    "raw_value": "string",
                    "value_format": "string",
                },
                "layout": {
                    "bounding_poly": {
                        "normalized_vertices": [{
                            "x": 0,
                            "y": 0,
                        }],
                        "vertices": [{
                            "x": 0,
                            "y": 0,
                        }],
                    },
                    "confidence": 0,
                    "orientation": google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.ORIENTATION_UNSPECIFIED,
                    "text_anchor": {
                        "content": "string",
                        "text_segments": [{
                            "end_index": "string",
                            "start_index": "string",
                        }],
                    },
                },
            }],
            "detected_languages": [{
                "confidence": 0,
                "language_code": "string",
            }],
            "dimension": {
                "height": 0,
                "unit": "string",
                "width": 0,
            },
            "form_fields": [{
                "corrected_key_text": "string",
                "corrected_value_text": "string",
                "field_name": {
                    "bounding_poly": {
                        "normalized_vertices": [{
                            "x": 0,
                            "y": 0,
                        }],
                        "vertices": [{
                            "x": 0,
                            "y": 0,
                        }],
                    },
                    "confidence": 0,
                    "orientation": google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.ORIENTATION_UNSPECIFIED,
                    "text_anchor": {
                        "content": "string",
                        "text_segments": [{
                            "end_index": "string",
                            "start_index": "string",
                        }],
                    },
                },
                "field_value": {
                    "bounding_poly": {
                        "normalized_vertices": [{
                            "x": 0,
                            "y": 0,
                        }],
                        "vertices": [{
                            "x": 0,
                            "y": 0,
                        }],
                    },
                    "confidence": 0,
                    "orientation": google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.ORIENTATION_UNSPECIFIED,
                    "text_anchor": {
                        "content": "string",
                        "text_segments": [{
                            "end_index": "string",
                            "start_index": "string",
                        }],
                    },
                },
                "name_detected_languages": [{
                    "confidence": 0,
                    "language_code": "string",
                }],
                "provenance": {
                    "id": 0,
                    "parents": [{
                        "id": 0,
                        "index": 0,
                        "revision": 0,
                    }],
                    "revision": 0,
                    "type": google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentProvenanceType.OPERATION_TYPE_UNSPECIFIED,
                },
                "value_detected_languages": [{
                    "confidence": 0,
                    "language_code": "string",
                }],
                "value_type": "string",
            }],
            "image": {
                "content": "string",
                "height": 0,
                "mime_type": "string",
                "width": 0,
            },
            "image_quality_scores": {
                "detected_defects": [{
                    "confidence": 0,
                    "type": "string",
                }],
                "quality_score": 0,
            },
            "layout": {
                "bounding_poly": {
                    "normalized_vertices": [{
                        "x": 0,
                        "y": 0,
                    }],
                    "vertices": [{
                        "x": 0,
                        "y": 0,
                    }],
                },
                "confidence": 0,
                "orientation": google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.ORIENTATION_UNSPECIFIED,
                "text_anchor": {
                    "content": "string",
                    "text_segments": [{
                        "end_index": "string",
                        "start_index": "string",
                    }],
                },
            },
            "lines": [{
                "detected_languages": [{
                    "confidence": 0,
                    "language_code": "string",
                }],
                "layout": {
                    "bounding_poly": {
                        "normalized_vertices": [{
                            "x": 0,
                            "y": 0,
                        }],
                        "vertices": [{
                            "x": 0,
                            "y": 0,
                        }],
                    },
                    "confidence": 0,
                    "orientation": google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.ORIENTATION_UNSPECIFIED,
                    "text_anchor": {
                        "content": "string",
                        "text_segments": [{
                            "end_index": "string",
                            "start_index": "string",
                        }],
                    },
                },
                "provenance": {
                    "id": 0,
                    "parents": [{
                        "id": 0,
                        "index": 0,
                        "revision": 0,
                    }],
                    "revision": 0,
                    "type": google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentProvenanceType.OPERATION_TYPE_UNSPECIFIED,
                },
            }],
            "page_number": 0,
            "paragraphs": [{
                "detected_languages": [{
                    "confidence": 0,
                    "language_code": "string",
                }],
                "layout": {
                    "bounding_poly": {
                        "normalized_vertices": [{
                            "x": 0,
                            "y": 0,
                        }],
                        "vertices": [{
                            "x": 0,
                            "y": 0,
                        }],
                    },
                    "confidence": 0,
                    "orientation": google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.ORIENTATION_UNSPECIFIED,
                    "text_anchor": {
                        "content": "string",
                        "text_segments": [{
                            "end_index": "string",
                            "start_index": "string",
                        }],
                    },
                },
                "provenance": {
                    "id": 0,
                    "parents": [{
                        "id": 0,
                        "index": 0,
                        "revision": 0,
                    }],
                    "revision": 0,
                    "type": google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentProvenanceType.OPERATION_TYPE_UNSPECIFIED,
                },
            }],
            "provenance": {
                "id": 0,
                "parents": [{
                    "id": 0,
                    "index": 0,
                    "revision": 0,
                }],
                "revision": 0,
                "type": google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentProvenanceType.OPERATION_TYPE_UNSPECIFIED,
            },
            "symbols": [{
                "detected_languages": [{
                    "confidence": 0,
                    "language_code": "string",
                }],
                "layout": {
                    "bounding_poly": {
                        "normalized_vertices": [{
                            "x": 0,
                            "y": 0,
                        }],
                        "vertices": [{
                            "x": 0,
                            "y": 0,
                        }],
                    },
                    "confidence": 0,
                    "orientation": google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.ORIENTATION_UNSPECIFIED,
                    "text_anchor": {
                        "content": "string",
                        "text_segments": [{
                            "end_index": "string",
                            "start_index": "string",
                        }],
                    },
                },
            }],
            "tables": [{
                "body_rows": [{
                    "cells": [{
                        "col_span": 0,
                        "detected_languages": [{
                            "confidence": 0,
                            "language_code": "string",
                        }],
                        "layout": {
                            "bounding_poly": {
                                "normalized_vertices": [{
                                    "x": 0,
                                    "y": 0,
                                }],
                                "vertices": [{
                                    "x": 0,
                                    "y": 0,
                                }],
                            },
                            "confidence": 0,
                            "orientation": google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.ORIENTATION_UNSPECIFIED,
                            "text_anchor": {
                                "content": "string",
                                "text_segments": [{
                                    "end_index": "string",
                                    "start_index": "string",
                                }],
                            },
                        },
                        "row_span": 0,
                    }],
                }],
                "detected_languages": [{
                    "confidence": 0,
                    "language_code": "string",
                }],
                "header_rows": [{
                    "cells": [{
                        "col_span": 0,
                        "detected_languages": [{
                            "confidence": 0,
                            "language_code": "string",
                        }],
                        "layout": {
                            "bounding_poly": {
                                "normalized_vertices": [{
                                    "x": 0,
                                    "y": 0,
                                }],
                                "vertices": [{
                                    "x": 0,
                                    "y": 0,
                                }],
                            },
                            "confidence": 0,
                            "orientation": google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.ORIENTATION_UNSPECIFIED,
                            "text_anchor": {
                                "content": "string",
                                "text_segments": [{
                                    "end_index": "string",
                                    "start_index": "string",
                                }],
                            },
                        },
                        "row_span": 0,
                    }],
                }],
                "layout": {
                    "bounding_poly": {
                        "normalized_vertices": [{
                            "x": 0,
                            "y": 0,
                        }],
                        "vertices": [{
                            "x": 0,
                            "y": 0,
                        }],
                    },
                    "confidence": 0,
                    "orientation": google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.ORIENTATION_UNSPECIFIED,
                    "text_anchor": {
                        "content": "string",
                        "text_segments": [{
                            "end_index": "string",
                            "start_index": "string",
                        }],
                    },
                },
                "provenance": {
                    "id": 0,
                    "parents": [{
                        "id": 0,
                        "index": 0,
                        "revision": 0,
                    }],
                    "revision": 0,
                    "type": google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentProvenanceType.OPERATION_TYPE_UNSPECIFIED,
                },
            }],
            "tokens": [{
                "detected_break": {
                    "type": google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreakType.TYPE_UNSPECIFIED,
                },
                "detected_languages": [{
                    "confidence": 0,
                    "language_code": "string",
                }],
                "layout": {
                    "bounding_poly": {
                        "normalized_vertices": [{
                            "x": 0,
                            "y": 0,
                        }],
                        "vertices": [{
                            "x": 0,
                            "y": 0,
                        }],
                    },
                    "confidence": 0,
                    "orientation": google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.ORIENTATION_UNSPECIFIED,
                    "text_anchor": {
                        "content": "string",
                        "text_segments": [{
                            "end_index": "string",
                            "start_index": "string",
                        }],
                    },
                },
                "provenance": {
                    "id": 0,
                    "parents": [{
                        "id": 0,
                        "index": 0,
                        "revision": 0,
                    }],
                    "revision": 0,
                    "type": google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentProvenanceType.OPERATION_TYPE_UNSPECIFIED,
                },
                "style_info": {
                    "background_color": {
                        "alpha": 0,
                        "blue": 0,
                        "green": 0,
                        "red": 0,
                    },
                    "bold": False,
                    "font_size": 0,
                    "font_type": "string",
                    "font_weight": 0,
                    "handwritten": False,
                    "italic": False,
                    "letter_spacing": 0,
                    "pixel_font_size": 0,
                    "smallcaps": False,
                    "strikeout": False,
                    "subscript": False,
                    "superscript": False,
                    "text_color": {
                        "alpha": 0,
                        "blue": 0,
                        "green": 0,
                        "red": 0,
                    },
                    "underlined": False,
                },
            }],
            "transforms": [{
                "cols": 0,
                "data": "string",
                "rows": 0,
                "type": 0,
            }],
            "visual_elements": [{
                "detected_languages": [{
                    "confidence": 0,
                    "language_code": "string",
                }],
                "layout": {
                    "bounding_poly": {
                        "normalized_vertices": [{
                            "x": 0,
                            "y": 0,
                        }],
                        "vertices": [{
                            "x": 0,
                            "y": 0,
                        }],
                    },
                    "confidence": 0,
                    "orientation": google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.ORIENTATION_UNSPECIFIED,
                    "text_anchor": {
                        "content": "string",
                        "text_segments": [{
                            "end_index": "string",
                            "start_index": "string",
                        }],
                    },
                },
                "type": "string",
            }],
        }],
        "revisions": [{
            "agent": "string",
            "create_time": "string",
            "human_review": {
                "state": "string",
                "state_message": "string",
            },
            "id": "string",
            "parent": [0],
            "parent_ids": ["string"],
            "processor": "string",
        }],
        "shard_info": {
            "shard_count": "string",
            "shard_index": "string",
            "text_offset": "string",
        },
        "text": "string",
        "text_changes": [{
            "changed_text": "string",
            "provenance": [{
                "id": 0,
                "parents": [{
                    "id": 0,
                    "index": 0,
                    "revision": 0,
                }],
                "revision": 0,
                "type": google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentProvenanceType.OPERATION_TYPE_UNSPECIFIED,
            }],
            "text_anchor": {
                "content": "string",
                "text_segments": [{
                    "end_index": "string",
                    "start_index": "string",
                }],
            },
        }],
        "text_styles": [{
            "background_color": {
                "alpha": 0,
                "blue": 0,
                "green": 0,
                "red": 0,
            },
            "color": {
                "alpha": 0,
                "blue": 0,
                "green": 0,
                "red": 0,
            },
            "font_family": "string",
            "font_size": {
                "size": 0,
                "unit": "string",
            },
            "font_weight": "string",
            "text_anchor": {
                "content": "string",
                "text_segments": [{
                    "end_index": "string",
                    "start_index": "string",
                }],
            },
            "text_decoration": "string",
            "text_style": "string",
        }],
        "uri": "string",
    },
    updater="string",
    content_category=google_native.contentwarehouse.v1.DocumentContentCategory.CONTENT_CATEGORY_UNSPECIFIED,
    location="string",
    properties=[{
        "name": "string",
        "date_time_values": {
            "values": [{
                "day": 0,
                "hours": 0,
                "minutes": 0,
                "month": 0,
                "nanos": 0,
                "seconds": 0,
                "time_zone": {
                    "id": "string",
                    "version": "string",
                },
                "utc_offset": "string",
                "year": 0,
            }],
        },
        "enum_values": {
            "values": ["string"],
        },
        "float_values": {
            "values": [0],
        },
        "integer_values": {
            "values": [0],
        },
        "map_property": {
            "fields": {
                "string": "string",
            },
        },
        "property_values": {
            "properties": [google_cloud_contentwarehouse_v1_property],
        },
        "text_values": {
            "values": ["string"],
        },
        "timestamp_values": {
            "values": [{
                "text_value": "string",
                "timestamp_value": "string",
            }],
        },
    }],
    raw_document_file_type=google_native.contentwarehouse.v1.DocumentRawDocumentFileType.RAW_DOCUMENT_FILE_TYPE_UNSPECIFIED,
    raw_document_path="string",
    reference_id="string",
    request_metadata={
        "user_info": {
            "group_ids": ["string"],
            "id": "string",
        },
    },
    text_extraction_disabled=False,
    text_extraction_enabled=False,
    title="string",
    plain_text="string")
const documentResource = new google_native.contentwarehouse.v1.Document("documentResource", {
    displayName: "string",
    name: "string",
    createMask: "string",
    policy: {
        auditConfigs: [{
            auditLogConfigs: [{
                exemptedMembers: ["string"],
                logType: google_native.contentwarehouse.v1.GoogleIamV1AuditLogConfigLogType.LogTypeUnspecified,
            }],
            service: "string",
        }],
        bindings: [{
            condition: {
                description: "string",
                expression: "string",
                location: "string",
                title: "string",
            },
            members: ["string"],
            role: "string",
        }],
        etag: "string",
        version: 0,
    },
    creator: "string",
    cloudAiDocumentOption: {
        customizedEntitiesPropertiesConversions: {
            string: "string",
        },
        enableEntitiesConversions: false,
    },
    displayUri: "string",
    documentSchemaName: "string",
    inlineRawDocument: "string",
    project: "string",
    cloudAiDocument: {
        content: "string",
        entities: [{
            type: "string",
            confidence: 0,
            id: "string",
            mentionText: "string",
            normalizedValue: {
                addressValue: {
                    regionCode: "string",
                    addressLines: ["string"],
                    administrativeArea: "string",
                    languageCode: "string",
                    locality: "string",
                    organization: "string",
                    postalCode: "string",
                    recipients: ["string"],
                    revision: 0,
                    sortingCode: "string",
                    sublocality: "string",
                },
                booleanValue: false,
                dateValue: {
                    day: 0,
                    month: 0,
                    year: 0,
                },
                datetimeValue: {
                    day: 0,
                    hours: 0,
                    minutes: 0,
                    month: 0,
                    nanos: 0,
                    seconds: 0,
                    timeZone: {
                        id: "string",
                        version: "string",
                    },
                    utcOffset: "string",
                    year: 0,
                },
                floatValue: 0,
                integerValue: 0,
                moneyValue: {
                    currencyCode: "string",
                    nanos: 0,
                    units: "string",
                },
                text: "string",
            },
            pageAnchor: {
                pageRefs: [{
                    page: "string",
                    boundingPoly: {
                        normalizedVertices: [{
                            x: 0,
                            y: 0,
                        }],
                        vertices: [{
                            x: 0,
                            y: 0,
                        }],
                    },
                    confidence: 0,
                    layoutType: google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageAnchorPageRefLayoutType.LayoutTypeUnspecified,
                }],
            },
            properties: [googleCloudDocumentaiV1DocumentEntity],
            provenance: {
                id: 0,
                parents: [{
                    id: 0,
                    index: 0,
                    revision: 0,
                }],
                revision: 0,
                type: google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentProvenanceType.OperationTypeUnspecified,
            },
            redacted: false,
            textAnchor: {
                content: "string",
                textSegments: [{
                    endIndex: "string",
                    startIndex: "string",
                }],
            },
        }],
        entityRelations: [{
            objectId: "string",
            relation: "string",
            subjectId: "string",
        }],
        error: {
            code: 0,
            details: [{
                string: "string",
            }],
            message: "string",
        },
        mimeType: "string",
        pages: [{
            blocks: [{
                detectedLanguages: [{
                    confidence: 0,
                    languageCode: "string",
                }],
                layout: {
                    boundingPoly: {
                        normalizedVertices: [{
                            x: 0,
                            y: 0,
                        }],
                        vertices: [{
                            x: 0,
                            y: 0,
                        }],
                    },
                    confidence: 0,
                    orientation: google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.OrientationUnspecified,
                    textAnchor: {
                        content: "string",
                        textSegments: [{
                            endIndex: "string",
                            startIndex: "string",
                        }],
                    },
                },
                provenance: {
                    id: 0,
                    parents: [{
                        id: 0,
                        index: 0,
                        revision: 0,
                    }],
                    revision: 0,
                    type: google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentProvenanceType.OperationTypeUnspecified,
                },
            }],
            detectedBarcodes: [{
                barcode: {
                    format: "string",
                    rawValue: "string",
                    valueFormat: "string",
                },
                layout: {
                    boundingPoly: {
                        normalizedVertices: [{
                            x: 0,
                            y: 0,
                        }],
                        vertices: [{
                            x: 0,
                            y: 0,
                        }],
                    },
                    confidence: 0,
                    orientation: google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.OrientationUnspecified,
                    textAnchor: {
                        content: "string",
                        textSegments: [{
                            endIndex: "string",
                            startIndex: "string",
                        }],
                    },
                },
            }],
            detectedLanguages: [{
                confidence: 0,
                languageCode: "string",
            }],
            dimension: {
                height: 0,
                unit: "string",
                width: 0,
            },
            formFields: [{
                correctedKeyText: "string",
                correctedValueText: "string",
                fieldName: {
                    boundingPoly: {
                        normalizedVertices: [{
                            x: 0,
                            y: 0,
                        }],
                        vertices: [{
                            x: 0,
                            y: 0,
                        }],
                    },
                    confidence: 0,
                    orientation: google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.OrientationUnspecified,
                    textAnchor: {
                        content: "string",
                        textSegments: [{
                            endIndex: "string",
                            startIndex: "string",
                        }],
                    },
                },
                fieldValue: {
                    boundingPoly: {
                        normalizedVertices: [{
                            x: 0,
                            y: 0,
                        }],
                        vertices: [{
                            x: 0,
                            y: 0,
                        }],
                    },
                    confidence: 0,
                    orientation: google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.OrientationUnspecified,
                    textAnchor: {
                        content: "string",
                        textSegments: [{
                            endIndex: "string",
                            startIndex: "string",
                        }],
                    },
                },
                nameDetectedLanguages: [{
                    confidence: 0,
                    languageCode: "string",
                }],
                provenance: {
                    id: 0,
                    parents: [{
                        id: 0,
                        index: 0,
                        revision: 0,
                    }],
                    revision: 0,
                    type: google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentProvenanceType.OperationTypeUnspecified,
                },
                valueDetectedLanguages: [{
                    confidence: 0,
                    languageCode: "string",
                }],
                valueType: "string",
            }],
            image: {
                content: "string",
                height: 0,
                mimeType: "string",
                width: 0,
            },
            imageQualityScores: {
                detectedDefects: [{
                    confidence: 0,
                    type: "string",
                }],
                qualityScore: 0,
            },
            layout: {
                boundingPoly: {
                    normalizedVertices: [{
                        x: 0,
                        y: 0,
                    }],
                    vertices: [{
                        x: 0,
                        y: 0,
                    }],
                },
                confidence: 0,
                orientation: google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.OrientationUnspecified,
                textAnchor: {
                    content: "string",
                    textSegments: [{
                        endIndex: "string",
                        startIndex: "string",
                    }],
                },
            },
            lines: [{
                detectedLanguages: [{
                    confidence: 0,
                    languageCode: "string",
                }],
                layout: {
                    boundingPoly: {
                        normalizedVertices: [{
                            x: 0,
                            y: 0,
                        }],
                        vertices: [{
                            x: 0,
                            y: 0,
                        }],
                    },
                    confidence: 0,
                    orientation: google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.OrientationUnspecified,
                    textAnchor: {
                        content: "string",
                        textSegments: [{
                            endIndex: "string",
                            startIndex: "string",
                        }],
                    },
                },
                provenance: {
                    id: 0,
                    parents: [{
                        id: 0,
                        index: 0,
                        revision: 0,
                    }],
                    revision: 0,
                    type: google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentProvenanceType.OperationTypeUnspecified,
                },
            }],
            pageNumber: 0,
            paragraphs: [{
                detectedLanguages: [{
                    confidence: 0,
                    languageCode: "string",
                }],
                layout: {
                    boundingPoly: {
                        normalizedVertices: [{
                            x: 0,
                            y: 0,
                        }],
                        vertices: [{
                            x: 0,
                            y: 0,
                        }],
                    },
                    confidence: 0,
                    orientation: google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.OrientationUnspecified,
                    textAnchor: {
                        content: "string",
                        textSegments: [{
                            endIndex: "string",
                            startIndex: "string",
                        }],
                    },
                },
                provenance: {
                    id: 0,
                    parents: [{
                        id: 0,
                        index: 0,
                        revision: 0,
                    }],
                    revision: 0,
                    type: google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentProvenanceType.OperationTypeUnspecified,
                },
            }],
            provenance: {
                id: 0,
                parents: [{
                    id: 0,
                    index: 0,
                    revision: 0,
                }],
                revision: 0,
                type: google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentProvenanceType.OperationTypeUnspecified,
            },
            symbols: [{
                detectedLanguages: [{
                    confidence: 0,
                    languageCode: "string",
                }],
                layout: {
                    boundingPoly: {
                        normalizedVertices: [{
                            x: 0,
                            y: 0,
                        }],
                        vertices: [{
                            x: 0,
                            y: 0,
                        }],
                    },
                    confidence: 0,
                    orientation: google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.OrientationUnspecified,
                    textAnchor: {
                        content: "string",
                        textSegments: [{
                            endIndex: "string",
                            startIndex: "string",
                        }],
                    },
                },
            }],
            tables: [{
                bodyRows: [{
                    cells: [{
                        colSpan: 0,
                        detectedLanguages: [{
                            confidence: 0,
                            languageCode: "string",
                        }],
                        layout: {
                            boundingPoly: {
                                normalizedVertices: [{
                                    x: 0,
                                    y: 0,
                                }],
                                vertices: [{
                                    x: 0,
                                    y: 0,
                                }],
                            },
                            confidence: 0,
                            orientation: google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.OrientationUnspecified,
                            textAnchor: {
                                content: "string",
                                textSegments: [{
                                    endIndex: "string",
                                    startIndex: "string",
                                }],
                            },
                        },
                        rowSpan: 0,
                    }],
                }],
                detectedLanguages: [{
                    confidence: 0,
                    languageCode: "string",
                }],
                headerRows: [{
                    cells: [{
                        colSpan: 0,
                        detectedLanguages: [{
                            confidence: 0,
                            languageCode: "string",
                        }],
                        layout: {
                            boundingPoly: {
                                normalizedVertices: [{
                                    x: 0,
                                    y: 0,
                                }],
                                vertices: [{
                                    x: 0,
                                    y: 0,
                                }],
                            },
                            confidence: 0,
                            orientation: google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.OrientationUnspecified,
                            textAnchor: {
                                content: "string",
                                textSegments: [{
                                    endIndex: "string",
                                    startIndex: "string",
                                }],
                            },
                        },
                        rowSpan: 0,
                    }],
                }],
                layout: {
                    boundingPoly: {
                        normalizedVertices: [{
                            x: 0,
                            y: 0,
                        }],
                        vertices: [{
                            x: 0,
                            y: 0,
                        }],
                    },
                    confidence: 0,
                    orientation: google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.OrientationUnspecified,
                    textAnchor: {
                        content: "string",
                        textSegments: [{
                            endIndex: "string",
                            startIndex: "string",
                        }],
                    },
                },
                provenance: {
                    id: 0,
                    parents: [{
                        id: 0,
                        index: 0,
                        revision: 0,
                    }],
                    revision: 0,
                    type: google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentProvenanceType.OperationTypeUnspecified,
                },
            }],
            tokens: [{
                detectedBreak: {
                    type: google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreakType.TypeUnspecified,
                },
                detectedLanguages: [{
                    confidence: 0,
                    languageCode: "string",
                }],
                layout: {
                    boundingPoly: {
                        normalizedVertices: [{
                            x: 0,
                            y: 0,
                        }],
                        vertices: [{
                            x: 0,
                            y: 0,
                        }],
                    },
                    confidence: 0,
                    orientation: google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.OrientationUnspecified,
                    textAnchor: {
                        content: "string",
                        textSegments: [{
                            endIndex: "string",
                            startIndex: "string",
                        }],
                    },
                },
                provenance: {
                    id: 0,
                    parents: [{
                        id: 0,
                        index: 0,
                        revision: 0,
                    }],
                    revision: 0,
                    type: google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentProvenanceType.OperationTypeUnspecified,
                },
                styleInfo: {
                    backgroundColor: {
                        alpha: 0,
                        blue: 0,
                        green: 0,
                        red: 0,
                    },
                    bold: false,
                    fontSize: 0,
                    fontType: "string",
                    fontWeight: 0,
                    handwritten: false,
                    italic: false,
                    letterSpacing: 0,
                    pixelFontSize: 0,
                    smallcaps: false,
                    strikeout: false,
                    subscript: false,
                    superscript: false,
                    textColor: {
                        alpha: 0,
                        blue: 0,
                        green: 0,
                        red: 0,
                    },
                    underlined: false,
                },
            }],
            transforms: [{
                cols: 0,
                data: "string",
                rows: 0,
                type: 0,
            }],
            visualElements: [{
                detectedLanguages: [{
                    confidence: 0,
                    languageCode: "string",
                }],
                layout: {
                    boundingPoly: {
                        normalizedVertices: [{
                            x: 0,
                            y: 0,
                        }],
                        vertices: [{
                            x: 0,
                            y: 0,
                        }],
                    },
                    confidence: 0,
                    orientation: google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentPageLayoutOrientation.OrientationUnspecified,
                    textAnchor: {
                        content: "string",
                        textSegments: [{
                            endIndex: "string",
                            startIndex: "string",
                        }],
                    },
                },
                type: "string",
            }],
        }],
        revisions: [{
            agent: "string",
            createTime: "string",
            humanReview: {
                state: "string",
                stateMessage: "string",
            },
            id: "string",
            parent: [0],
            parentIds: ["string"],
            processor: "string",
        }],
        shardInfo: {
            shardCount: "string",
            shardIndex: "string",
            textOffset: "string",
        },
        text: "string",
        textChanges: [{
            changedText: "string",
            provenance: [{
                id: 0,
                parents: [{
                    id: 0,
                    index: 0,
                    revision: 0,
                }],
                revision: 0,
                type: google_native.contentwarehouse.v1.GoogleCloudDocumentaiV1DocumentProvenanceType.OperationTypeUnspecified,
            }],
            textAnchor: {
                content: "string",
                textSegments: [{
                    endIndex: "string",
                    startIndex: "string",
                }],
            },
        }],
        textStyles: [{
            backgroundColor: {
                alpha: 0,
                blue: 0,
                green: 0,
                red: 0,
            },
            color: {
                alpha: 0,
                blue: 0,
                green: 0,
                red: 0,
            },
            fontFamily: "string",
            fontSize: {
                size: 0,
                unit: "string",
            },
            fontWeight: "string",
            textAnchor: {
                content: "string",
                textSegments: [{
                    endIndex: "string",
                    startIndex: "string",
                }],
            },
            textDecoration: "string",
            textStyle: "string",
        }],
        uri: "string",
    },
    updater: "string",
    contentCategory: google_native.contentwarehouse.v1.DocumentContentCategory.ContentCategoryUnspecified,
    location: "string",
    properties: [{
        name: "string",
        dateTimeValues: {
            values: [{
                day: 0,
                hours: 0,
                minutes: 0,
                month: 0,
                nanos: 0,
                seconds: 0,
                timeZone: {
                    id: "string",
                    version: "string",
                },
                utcOffset: "string",
                year: 0,
            }],
        },
        enumValues: {
            values: ["string"],
        },
        floatValues: {
            values: [0],
        },
        integerValues: {
            values: [0],
        },
        mapProperty: {
            fields: {
                string: "string",
            },
        },
        propertyValues: {
            properties: [googleCloudContentwarehouseV1Property],
        },
        textValues: {
            values: ["string"],
        },
        timestampValues: {
            values: [{
                textValue: "string",
                timestampValue: "string",
            }],
        },
    }],
    rawDocumentFileType: google_native.contentwarehouse.v1.DocumentRawDocumentFileType.RawDocumentFileTypeUnspecified,
    rawDocumentPath: "string",
    referenceId: "string",
    requestMetadata: {
        userInfo: {
            groupIds: ["string"],
            id: "string",
        },
    },
    textExtractionDisabled: false,
    textExtractionEnabled: false,
    title: "string",
    plainText: "string",
});
type: google-native:contentwarehouse/v1:Document
properties:
    cloudAiDocument:
        content: string
        entities:
            - confidence: 0
              id: string
              mentionText: string
              normalizedValue:
                addressValue:
                    addressLines:
                        - string
                    administrativeArea: string
                    languageCode: string
                    locality: string
                    organization: string
                    postalCode: string
                    recipients:
                        - string
                    regionCode: string
                    revision: 0
                    sortingCode: string
                    sublocality: string
                booleanValue: false
                dateValue:
                    day: 0
                    month: 0
                    year: 0
                datetimeValue:
                    day: 0
                    hours: 0
                    minutes: 0
                    month: 0
                    nanos: 0
                    seconds: 0
                    timeZone:
                        id: string
                        version: string
                    utcOffset: string
                    year: 0
                floatValue: 0
                integerValue: 0
                moneyValue:
                    currencyCode: string
                    nanos: 0
                    units: string
                text: string
              pageAnchor:
                pageRefs:
                    - boundingPoly:
                        normalizedVertices:
                            - x: 0
                              "y": 0
                        vertices:
                            - x: 0
                              "y": 0
                      confidence: 0
                      layoutType: LAYOUT_TYPE_UNSPECIFIED
                      page: string
              properties:
                - ${googleCloudDocumentaiV1DocumentEntity}
              provenance:
                id: 0
                parents:
                    - id: 0
                      index: 0
                      revision: 0
                revision: 0
                type: OPERATION_TYPE_UNSPECIFIED
              redacted: false
              textAnchor:
                content: string
                textSegments:
                    - endIndex: string
                      startIndex: string
              type: string
        entityRelations:
            - objectId: string
              relation: string
              subjectId: string
        error:
            code: 0
            details:
                - string: string
            message: string
        mimeType: string
        pages:
            - blocks:
                - detectedLanguages:
                    - confidence: 0
                      languageCode: string
                  layout:
                    boundingPoly:
                        normalizedVertices:
                            - x: 0
                              "y": 0
                        vertices:
                            - x: 0
                              "y": 0
                    confidence: 0
                    orientation: ORIENTATION_UNSPECIFIED
                    textAnchor:
                        content: string
                        textSegments:
                            - endIndex: string
                              startIndex: string
                  provenance:
                    id: 0
                    parents:
                        - id: 0
                          index: 0
                          revision: 0
                    revision: 0
                    type: OPERATION_TYPE_UNSPECIFIED
              detectedBarcodes:
                - barcode:
                    format: string
                    rawValue: string
                    valueFormat: string
                  layout:
                    boundingPoly:
                        normalizedVertices:
                            - x: 0
                              "y": 0
                        vertices:
                            - x: 0
                              "y": 0
                    confidence: 0
                    orientation: ORIENTATION_UNSPECIFIED
                    textAnchor:
                        content: string
                        textSegments:
                            - endIndex: string
                              startIndex: string
              detectedLanguages:
                - confidence: 0
                  languageCode: string
              dimension:
                height: 0
                unit: string
                width: 0
              formFields:
                - correctedKeyText: string
                  correctedValueText: string
                  fieldName:
                    boundingPoly:
                        normalizedVertices:
                            - x: 0
                              "y": 0
                        vertices:
                            - x: 0
                              "y": 0
                    confidence: 0
                    orientation: ORIENTATION_UNSPECIFIED
                    textAnchor:
                        content: string
                        textSegments:
                            - endIndex: string
                              startIndex: string
                  fieldValue:
                    boundingPoly:
                        normalizedVertices:
                            - x: 0
                              "y": 0
                        vertices:
                            - x: 0
                              "y": 0
                    confidence: 0
                    orientation: ORIENTATION_UNSPECIFIED
                    textAnchor:
                        content: string
                        textSegments:
                            - endIndex: string
                              startIndex: string
                  nameDetectedLanguages:
                    - confidence: 0
                      languageCode: string
                  provenance:
                    id: 0
                    parents:
                        - id: 0
                          index: 0
                          revision: 0
                    revision: 0
                    type: OPERATION_TYPE_UNSPECIFIED
                  valueDetectedLanguages:
                    - confidence: 0
                      languageCode: string
                  valueType: string
              image:
                content: string
                height: 0
                mimeType: string
                width: 0
              imageQualityScores:
                detectedDefects:
                    - confidence: 0
                      type: string
                qualityScore: 0
              layout:
                boundingPoly:
                    normalizedVertices:
                        - x: 0
                          "y": 0
                    vertices:
                        - x: 0
                          "y": 0
                confidence: 0
                orientation: ORIENTATION_UNSPECIFIED
                textAnchor:
                    content: string
                    textSegments:
                        - endIndex: string
                          startIndex: string
              lines:
                - detectedLanguages:
                    - confidence: 0
                      languageCode: string
                  layout:
                    boundingPoly:
                        normalizedVertices:
                            - x: 0
                              "y": 0
                        vertices:
                            - x: 0
                              "y": 0
                    confidence: 0
                    orientation: ORIENTATION_UNSPECIFIED
                    textAnchor:
                        content: string
                        textSegments:
                            - endIndex: string
                              startIndex: string
                  provenance:
                    id: 0
                    parents:
                        - id: 0
                          index: 0
                          revision: 0
                    revision: 0
                    type: OPERATION_TYPE_UNSPECIFIED
              pageNumber: 0
              paragraphs:
                - detectedLanguages:
                    - confidence: 0
                      languageCode: string
                  layout:
                    boundingPoly:
                        normalizedVertices:
                            - x: 0
                              "y": 0
                        vertices:
                            - x: 0
                              "y": 0
                    confidence: 0
                    orientation: ORIENTATION_UNSPECIFIED
                    textAnchor:
                        content: string
                        textSegments:
                            - endIndex: string
                              startIndex: string
                  provenance:
                    id: 0
                    parents:
                        - id: 0
                          index: 0
                          revision: 0
                    revision: 0
                    type: OPERATION_TYPE_UNSPECIFIED
              provenance:
                id: 0
                parents:
                    - id: 0
                      index: 0
                      revision: 0
                revision: 0
                type: OPERATION_TYPE_UNSPECIFIED
              symbols:
                - detectedLanguages:
                    - confidence: 0
                      languageCode: string
                  layout:
                    boundingPoly:
                        normalizedVertices:
                            - x: 0
                              "y": 0
                        vertices:
                            - x: 0
                              "y": 0
                    confidence: 0
                    orientation: ORIENTATION_UNSPECIFIED
                    textAnchor:
                        content: string
                        textSegments:
                            - endIndex: string
                              startIndex: string
              tables:
                - bodyRows:
                    - cells:
                        - colSpan: 0
                          detectedLanguages:
                            - confidence: 0
                              languageCode: string
                          layout:
                            boundingPoly:
                                normalizedVertices:
                                    - x: 0
                                      "y": 0
                                vertices:
                                    - x: 0
                                      "y": 0
                            confidence: 0
                            orientation: ORIENTATION_UNSPECIFIED
                            textAnchor:
                                content: string
                                textSegments:
                                    - endIndex: string
                                      startIndex: string
                          rowSpan: 0
                  detectedLanguages:
                    - confidence: 0
                      languageCode: string
                  headerRows:
                    - cells:
                        - colSpan: 0
                          detectedLanguages:
                            - confidence: 0
                              languageCode: string
                          layout:
                            boundingPoly:
                                normalizedVertices:
                                    - x: 0
                                      "y": 0
                                vertices:
                                    - x: 0
                                      "y": 0
                            confidence: 0
                            orientation: ORIENTATION_UNSPECIFIED
                            textAnchor:
                                content: string
                                textSegments:
                                    - endIndex: string
                                      startIndex: string
                          rowSpan: 0
                  layout:
                    boundingPoly:
                        normalizedVertices:
                            - x: 0
                              "y": 0
                        vertices:
                            - x: 0
                              "y": 0
                    confidence: 0
                    orientation: ORIENTATION_UNSPECIFIED
                    textAnchor:
                        content: string
                        textSegments:
                            - endIndex: string
                              startIndex: string
                  provenance:
                    id: 0
                    parents:
                        - id: 0
                          index: 0
                          revision: 0
                    revision: 0
                    type: OPERATION_TYPE_UNSPECIFIED
              tokens:
                - detectedBreak:
                    type: TYPE_UNSPECIFIED
                  detectedLanguages:
                    - confidence: 0
                      languageCode: string
                  layout:
                    boundingPoly:
                        normalizedVertices:
                            - x: 0
                              "y": 0
                        vertices:
                            - x: 0
                              "y": 0
                    confidence: 0
                    orientation: ORIENTATION_UNSPECIFIED
                    textAnchor:
                        content: string
                        textSegments:
                            - endIndex: string
                              startIndex: string
                  provenance:
                    id: 0
                    parents:
                        - id: 0
                          index: 0
                          revision: 0
                    revision: 0
                    type: OPERATION_TYPE_UNSPECIFIED
                  styleInfo:
                    backgroundColor:
                        alpha: 0
                        blue: 0
                        green: 0
                        red: 0
                    bold: false
                    fontSize: 0
                    fontType: string
                    fontWeight: 0
                    handwritten: false
                    italic: false
                    letterSpacing: 0
                    pixelFontSize: 0
                    smallcaps: false
                    strikeout: false
                    subscript: false
                    superscript: false
                    textColor:
                        alpha: 0
                        blue: 0
                        green: 0
                        red: 0
                    underlined: false
              transforms:
                - cols: 0
                  data: string
                  rows: 0
                  type: 0
              visualElements:
                - detectedLanguages:
                    - confidence: 0
                      languageCode: string
                  layout:
                    boundingPoly:
                        normalizedVertices:
                            - x: 0
                              "y": 0
                        vertices:
                            - x: 0
                              "y": 0
                    confidence: 0
                    orientation: ORIENTATION_UNSPECIFIED
                    textAnchor:
                        content: string
                        textSegments:
                            - endIndex: string
                              startIndex: string
                  type: string
        revisions:
            - agent: string
              createTime: string
              humanReview:
                state: string
                stateMessage: string
              id: string
              parent:
                - 0
              parentIds:
                - string
              processor: string
        shardInfo:
            shardCount: string
            shardIndex: string
            textOffset: string
        text: string
        textChanges:
            - changedText: string
              provenance:
                - id: 0
                  parents:
                    - id: 0
                      index: 0
                      revision: 0
                  revision: 0
                  type: OPERATION_TYPE_UNSPECIFIED
              textAnchor:
                content: string
                textSegments:
                    - endIndex: string
                      startIndex: string
        textStyles:
            - backgroundColor:
                alpha: 0
                blue: 0
                green: 0
                red: 0
              color:
                alpha: 0
                blue: 0
                green: 0
                red: 0
              fontFamily: string
              fontSize:
                size: 0
                unit: string
              fontWeight: string
              textAnchor:
                content: string
                textSegments:
                    - endIndex: string
                      startIndex: string
              textDecoration: string
              textStyle: string
        uri: string
    cloudAiDocumentOption:
        customizedEntitiesPropertiesConversions:
            string: string
        enableEntitiesConversions: false
    contentCategory: CONTENT_CATEGORY_UNSPECIFIED
    createMask: string
    creator: string
    displayName: string
    displayUri: string
    documentSchemaName: string
    inlineRawDocument: string
    location: string
    name: string
    plainText: string
    policy:
        auditConfigs:
            - auditLogConfigs:
                - exemptedMembers:
                    - string
                  logType: LOG_TYPE_UNSPECIFIED
              service: string
        bindings:
            - condition:
                description: string
                expression: string
                location: string
                title: string
              members:
                - string
              role: string
        etag: string
        version: 0
    project: string
    properties:
        - dateTimeValues:
            values:
                - day: 0
                  hours: 0
                  minutes: 0
                  month: 0
                  nanos: 0
                  seconds: 0
                  timeZone:
                    id: string
                    version: string
                  utcOffset: string
                  year: 0
          enumValues:
            values:
                - string
          floatValues:
            values:
                - 0
          integerValues:
            values:
                - 0
          mapProperty:
            fields:
                string: string
          name: string
          propertyValues:
            properties:
                - ${googleCloudContentwarehouseV1Property}
          textValues:
            values:
                - string
          timestampValues:
            values:
                - textValue: string
                  timestampValue: string
    rawDocumentFileType: RAW_DOCUMENT_FILE_TYPE_UNSPECIFIED
    rawDocumentPath: string
    referenceId: string
    requestMetadata:
        userInfo:
            groupIds:
                - string
            id: string
    textExtractionDisabled: false
    textExtractionEnabled: false
    title: string
    updater: string
Document Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Document resource accepts the following input properties:
- DisplayName string
- Display name of the document given by the user. This name will be displayed in the UI. Customer can populate this field with the name of the document. This differs from the 'title' field as 'title' is optional and stores the top heading in the document.
- CloudAi Pulumi.Document Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document 
- Document AI format to save the structured content, including OCR.
- CloudAi Pulumi.Document Option Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Cloud AIDocument Option 
- Request Option for processing Cloud AI Document in Document Warehouse. This field offers limited support for mapping entities from Cloud AI Document to Warehouse Document. Please consult with product team before using this field and other available options.
- ContentCategory Pulumi.Google Native. Contentwarehouse. V1. Document Content Category 
- Indicates the category (image, audio, video etc.) of the original content.
- CreateMask string
- Field mask for creating Document fields. If mask path is empty, it means all fields are masked. For the FieldMaskdefinition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
- Creator string
- The user who creates the document.
- DisplayUri string
- Uri to display the document, for example, in the UI.
- DocumentSchema stringName 
- The Document schema name. Format: projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}.
- InlineRaw stringDocument 
- Raw document content.
- Location string
- Name string
- The resource name of the document. Format: projects/{project_number}/locations/{location}/documents/{document_id}. The name is ignored when creating a document.
- PlainText string
- Other document format, such as PPTX, XLXS
- Policy
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Iam V1Policy 
- Default document policy during creation. This refers to an Identity and Access (IAM) policy, which specifies access controls for the Document. Conditions defined in the policy will be ignored.
- Project string
- Properties
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Property> 
- List of values that are user supplied metadata.
- RawDocument Pulumi.File Type Google Native. Contentwarehouse. V1. Document Raw Document File Type 
- This is used when DocAI was not used to load the document and parsing/ extracting is needed for the inline_raw_document. For example, if inline_raw_document is the byte representation of a PDF file, then this should be set to: RAW_DOCUMENT_FILE_TYPE_PDF.
- RawDocument stringPath 
- Raw document file in Cloud Storage path.
- ReferenceId string
- The reference ID set by customers. Must be unique per project and location.
- RequestMetadata Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Request Metadata 
- The meta information collected about the end user, used to enforce access control for the service.
- TextExtraction boolDisabled 
- If true, text extraction will not be performed.
- TextExtraction boolEnabled 
- If true, text extraction will be performed.
- Title string
- Title that describes the document. This can be the top heading or text that describes the document.
- Updater string
- The user who lastly updates the document.
- DisplayName string
- Display name of the document given by the user. This name will be displayed in the UI. Customer can populate this field with the name of the document. This differs from the 'title' field as 'title' is optional and stores the top heading in the document.
- CloudAi GoogleDocument Cloud Documentai V1Document Args 
- Document AI format to save the structured content, including OCR.
- CloudAi GoogleDocument Option Cloud Contentwarehouse V1Cloud AIDocument Option Args 
- Request Option for processing Cloud AI Document in Document Warehouse. This field offers limited support for mapping entities from Cloud AI Document to Warehouse Document. Please consult with product team before using this field and other available options.
- ContentCategory DocumentContent Category 
- Indicates the category (image, audio, video etc.) of the original content.
- CreateMask string
- Field mask for creating Document fields. If mask path is empty, it means all fields are masked. For the FieldMaskdefinition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
- Creator string
- The user who creates the document.
- DisplayUri string
- Uri to display the document, for example, in the UI.
- DocumentSchema stringName 
- The Document schema name. Format: projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}.
- InlineRaw stringDocument 
- Raw document content.
- Location string
- Name string
- The resource name of the document. Format: projects/{project_number}/locations/{location}/documents/{document_id}. The name is ignored when creating a document.
- PlainText string
- Other document format, such as PPTX, XLXS
- Policy
GoogleIam V1Policy Args 
- Default document policy during creation. This refers to an Identity and Access (IAM) policy, which specifies access controls for the Document. Conditions defined in the policy will be ignored.
- Project string
- Properties
[]GoogleCloud Contentwarehouse V1Property Args 
- List of values that are user supplied metadata.
- RawDocument DocumentFile Type Raw Document File Type 
- This is used when DocAI was not used to load the document and parsing/ extracting is needed for the inline_raw_document. For example, if inline_raw_document is the byte representation of a PDF file, then this should be set to: RAW_DOCUMENT_FILE_TYPE_PDF.
- RawDocument stringPath 
- Raw document file in Cloud Storage path.
- ReferenceId string
- The reference ID set by customers. Must be unique per project and location.
- RequestMetadata GoogleCloud Contentwarehouse V1Request Metadata Args 
- The meta information collected about the end user, used to enforce access control for the service.
- TextExtraction boolDisabled 
- If true, text extraction will not be performed.
- TextExtraction boolEnabled 
- If true, text extraction will be performed.
- Title string
- Title that describes the document. This can be the top heading or text that describes the document.
- Updater string
- The user who lastly updates the document.
- displayName String
- Display name of the document given by the user. This name will be displayed in the UI. Customer can populate this field with the name of the document. This differs from the 'title' field as 'title' is optional and stores the top heading in the document.
- cloudAi GoogleDocument Cloud Documentai V1Document 
- Document AI format to save the structured content, including OCR.
- cloudAi GoogleDocument Option Cloud Contentwarehouse V1Cloud AIDocument Option 
- Request Option for processing Cloud AI Document in Document Warehouse. This field offers limited support for mapping entities from Cloud AI Document to Warehouse Document. Please consult with product team before using this field and other available options.
- contentCategory DocumentContent Category 
- Indicates the category (image, audio, video etc.) of the original content.
- createMask String
- Field mask for creating Document fields. If mask path is empty, it means all fields are masked. For the FieldMaskdefinition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
- creator String
- The user who creates the document.
- displayUri String
- Uri to display the document, for example, in the UI.
- documentSchema StringName 
- The Document schema name. Format: projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}.
- inlineRaw StringDocument 
- Raw document content.
- location String
- name String
- The resource name of the document. Format: projects/{project_number}/locations/{location}/documents/{document_id}. The name is ignored when creating a document.
- plainText String
- Other document format, such as PPTX, XLXS
- policy
GoogleIam V1Policy 
- Default document policy during creation. This refers to an Identity and Access (IAM) policy, which specifies access controls for the Document. Conditions defined in the policy will be ignored.
- project String
- properties
List<GoogleCloud Contentwarehouse V1Property> 
- List of values that are user supplied metadata.
- rawDocument DocumentFile Type Raw Document File Type 
- This is used when DocAI was not used to load the document and parsing/ extracting is needed for the inline_raw_document. For example, if inline_raw_document is the byte representation of a PDF file, then this should be set to: RAW_DOCUMENT_FILE_TYPE_PDF.
- rawDocument StringPath 
- Raw document file in Cloud Storage path.
- referenceId String
- The reference ID set by customers. Must be unique per project and location.
- requestMetadata GoogleCloud Contentwarehouse V1Request Metadata 
- The meta information collected about the end user, used to enforce access control for the service.
- textExtraction BooleanDisabled 
- If true, text extraction will not be performed.
- textExtraction BooleanEnabled 
- If true, text extraction will be performed.
- title String
- Title that describes the document. This can be the top heading or text that describes the document.
- updater String
- The user who lastly updates the document.
- displayName string
- Display name of the document given by the user. This name will be displayed in the UI. Customer can populate this field with the name of the document. This differs from the 'title' field as 'title' is optional and stores the top heading in the document.
- cloudAi GoogleDocument Cloud Documentai V1Document 
- Document AI format to save the structured content, including OCR.
- cloudAi GoogleDocument Option Cloud Contentwarehouse V1Cloud AIDocument Option 
- Request Option for processing Cloud AI Document in Document Warehouse. This field offers limited support for mapping entities from Cloud AI Document to Warehouse Document. Please consult with product team before using this field and other available options.
- contentCategory DocumentContent Category 
- Indicates the category (image, audio, video etc.) of the original content.
- createMask string
- Field mask for creating Document fields. If mask path is empty, it means all fields are masked. For the FieldMaskdefinition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
- creator string
- The user who creates the document.
- displayUri string
- Uri to display the document, for example, in the UI.
- documentSchema stringName 
- The Document schema name. Format: projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}.
- inlineRaw stringDocument 
- Raw document content.
- location string
- name string
- The resource name of the document. Format: projects/{project_number}/locations/{location}/documents/{document_id}. The name is ignored when creating a document.
- plainText string
- Other document format, such as PPTX, XLXS
- policy
GoogleIam V1Policy 
- Default document policy during creation. This refers to an Identity and Access (IAM) policy, which specifies access controls for the Document. Conditions defined in the policy will be ignored.
- project string
- properties
GoogleCloud Contentwarehouse V1Property[] 
- List of values that are user supplied metadata.
- rawDocument DocumentFile Type Raw Document File Type 
- This is used when DocAI was not used to load the document and parsing/ extracting is needed for the inline_raw_document. For example, if inline_raw_document is the byte representation of a PDF file, then this should be set to: RAW_DOCUMENT_FILE_TYPE_PDF.
- rawDocument stringPath 
- Raw document file in Cloud Storage path.
- referenceId string
- The reference ID set by customers. Must be unique per project and location.
- requestMetadata GoogleCloud Contentwarehouse V1Request Metadata 
- The meta information collected about the end user, used to enforce access control for the service.
- textExtraction booleanDisabled 
- If true, text extraction will not be performed.
- textExtraction booleanEnabled 
- If true, text extraction will be performed.
- title string
- Title that describes the document. This can be the top heading or text that describes the document.
- updater string
- The user who lastly updates the document.
- display_name str
- Display name of the document given by the user. This name will be displayed in the UI. Customer can populate this field with the name of the document. This differs from the 'title' field as 'title' is optional and stores the top heading in the document.
- cloud_ai_ Googledocument Cloud Documentai V1Document Args 
- Document AI format to save the structured content, including OCR.
- cloud_ai_ Googledocument_ option Cloud Contentwarehouse V1Cloud AIDocument Option Args 
- Request Option for processing Cloud AI Document in Document Warehouse. This field offers limited support for mapping entities from Cloud AI Document to Warehouse Document. Please consult with product team before using this field and other available options.
- content_category DocumentContent Category 
- Indicates the category (image, audio, video etc.) of the original content.
- create_mask str
- Field mask for creating Document fields. If mask path is empty, it means all fields are masked. For the FieldMaskdefinition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
- creator str
- The user who creates the document.
- display_uri str
- Uri to display the document, for example, in the UI.
- document_schema_ strname 
- The Document schema name. Format: projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}.
- inline_raw_ strdocument 
- Raw document content.
- location str
- name str
- The resource name of the document. Format: projects/{project_number}/locations/{location}/documents/{document_id}. The name is ignored when creating a document.
- plain_text str
- Other document format, such as PPTX, XLXS
- policy
GoogleIam V1Policy Args 
- Default document policy during creation. This refers to an Identity and Access (IAM) policy, which specifies access controls for the Document. Conditions defined in the policy will be ignored.
- project str
- properties
Sequence[GoogleCloud Contentwarehouse V1Property Args] 
- List of values that are user supplied metadata.
- raw_document_ Documentfile_ type Raw Document File Type 
- This is used when DocAI was not used to load the document and parsing/ extracting is needed for the inline_raw_document. For example, if inline_raw_document is the byte representation of a PDF file, then this should be set to: RAW_DOCUMENT_FILE_TYPE_PDF.
- raw_document_ strpath 
- Raw document file in Cloud Storage path.
- reference_id str
- The reference ID set by customers. Must be unique per project and location.
- request_metadata GoogleCloud Contentwarehouse V1Request Metadata Args 
- The meta information collected about the end user, used to enforce access control for the service.
- text_extraction_ booldisabled 
- If true, text extraction will not be performed.
- text_extraction_ boolenabled 
- If true, text extraction will be performed.
- title str
- Title that describes the document. This can be the top heading or text that describes the document.
- updater str
- The user who lastly updates the document.
- displayName String
- Display name of the document given by the user. This name will be displayed in the UI. Customer can populate this field with the name of the document. This differs from the 'title' field as 'title' is optional and stores the top heading in the document.
- cloudAi Property MapDocument 
- Document AI format to save the structured content, including OCR.
- cloudAi Property MapDocument Option 
- Request Option for processing Cloud AI Document in Document Warehouse. This field offers limited support for mapping entities from Cloud AI Document to Warehouse Document. Please consult with product team before using this field and other available options.
- contentCategory "CONTENT_CATEGORY_UNSPECIFIED" | "CONTENT_CATEGORY_IMAGE" | "CONTENT_CATEGORY_AUDIO" | "CONTENT_CATEGORY_VIDEO"
- Indicates the category (image, audio, video etc.) of the original content.
- createMask String
- Field mask for creating Document fields. If mask path is empty, it means all fields are masked. For the FieldMaskdefinition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
- creator String
- The user who creates the document.
- displayUri String
- Uri to display the document, for example, in the UI.
- documentSchema StringName 
- The Document schema name. Format: projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}.
- inlineRaw StringDocument 
- Raw document content.
- location String
- name String
- The resource name of the document. Format: projects/{project_number}/locations/{location}/documents/{document_id}. The name is ignored when creating a document.
- plainText String
- Other document format, such as PPTX, XLXS
- policy Property Map
- Default document policy during creation. This refers to an Identity and Access (IAM) policy, which specifies access controls for the Document. Conditions defined in the policy will be ignored.
- project String
- properties List<Property Map>
- List of values that are user supplied metadata.
- rawDocument "RAW_DOCUMENT_FILE_TYPE_UNSPECIFIED" | "RAW_DOCUMENT_FILE_TYPE_PDF" | "RAW_DOCUMENT_FILE_TYPE_DOCX" | "RAW_DOCUMENT_FILE_TYPE_XLSX" | "RAW_DOCUMENT_FILE_TYPE_PPTX" | "RAW_DOCUMENT_FILE_TYPE_TEXT" | "RAW_DOCUMENT_FILE_TYPE_TIFF"File Type 
- This is used when DocAI was not used to load the document and parsing/ extracting is needed for the inline_raw_document. For example, if inline_raw_document is the byte representation of a PDF file, then this should be set to: RAW_DOCUMENT_FILE_TYPE_PDF.
- rawDocument StringPath 
- Raw document file in Cloud Storage path.
- referenceId String
- The reference ID set by customers. Must be unique per project and location.
- requestMetadata Property Map
- The meta information collected about the end user, used to enforce access control for the service.
- textExtraction BooleanDisabled 
- If true, text extraction will not be performed.
- textExtraction BooleanEnabled 
- If true, text extraction will be performed.
- title String
- Title that describes the document. This can be the top heading or text that describes the document.
- updater String
- The user who lastly updates the document.
Outputs
All input properties are implicitly available as output properties. Additionally, the Document resource produces the following output properties:
- CreateTime string
- The time when the document is created.
- DispositionTime string
- If linked to a Collection with RetentionPolicy, the date when the document becomes mutable.
- Id string
- The provider-assigned unique ID for this managed resource.
- LegalHold bool
- Indicates if the document has a legal hold on it.
- UpdateTime string
- The time when the document is last updated.
- CreateTime string
- The time when the document is created.
- DispositionTime string
- If linked to a Collection with RetentionPolicy, the date when the document becomes mutable.
- Id string
- The provider-assigned unique ID for this managed resource.
- LegalHold bool
- Indicates if the document has a legal hold on it.
- UpdateTime string
- The time when the document is last updated.
- createTime String
- The time when the document is created.
- dispositionTime String
- If linked to a Collection with RetentionPolicy, the date when the document becomes mutable.
- id String
- The provider-assigned unique ID for this managed resource.
- legalHold Boolean
- Indicates if the document has a legal hold on it.
- updateTime String
- The time when the document is last updated.
- createTime string
- The time when the document is created.
- dispositionTime string
- If linked to a Collection with RetentionPolicy, the date when the document becomes mutable.
- id string
- The provider-assigned unique ID for this managed resource.
- legalHold boolean
- Indicates if the document has a legal hold on it.
- updateTime string
- The time when the document is last updated.
- create_time str
- The time when the document is created.
- disposition_time str
- If linked to a Collection with RetentionPolicy, the date when the document becomes mutable.
- id str
- The provider-assigned unique ID for this managed resource.
- legal_hold bool
- Indicates if the document has a legal hold on it.
- update_time str
- The time when the document is last updated.
- createTime String
- The time when the document is created.
- dispositionTime String
- If linked to a Collection with RetentionPolicy, the date when the document becomes mutable.
- id String
- The provider-assigned unique ID for this managed resource.
- legalHold Boolean
- Indicates if the document has a legal hold on it.
- updateTime String
- The time when the document is last updated.
Supporting Types
DocumentContentCategory, DocumentContentCategoryArgs      
- ContentCategory Unspecified 
- CONTENT_CATEGORY_UNSPECIFIEDNo category is specified.
- ContentCategory Image 
- CONTENT_CATEGORY_IMAGEContent is of image type.
- ContentCategory Audio 
- CONTENT_CATEGORY_AUDIOContent is of audio type.
- ContentCategory Video 
- CONTENT_CATEGORY_VIDEOContent is of video type.
- DocumentContent Category Content Category Unspecified 
- CONTENT_CATEGORY_UNSPECIFIEDNo category is specified.
- DocumentContent Category Content Category Image 
- CONTENT_CATEGORY_IMAGEContent is of image type.
- DocumentContent Category Content Category Audio 
- CONTENT_CATEGORY_AUDIOContent is of audio type.
- DocumentContent Category Content Category Video 
- CONTENT_CATEGORY_VIDEOContent is of video type.
- ContentCategory Unspecified 
- CONTENT_CATEGORY_UNSPECIFIEDNo category is specified.
- ContentCategory Image 
- CONTENT_CATEGORY_IMAGEContent is of image type.
- ContentCategory Audio 
- CONTENT_CATEGORY_AUDIOContent is of audio type.
- ContentCategory Video 
- CONTENT_CATEGORY_VIDEOContent is of video type.
- ContentCategory Unspecified 
- CONTENT_CATEGORY_UNSPECIFIEDNo category is specified.
- ContentCategory Image 
- CONTENT_CATEGORY_IMAGEContent is of image type.
- ContentCategory Audio 
- CONTENT_CATEGORY_AUDIOContent is of audio type.
- ContentCategory Video 
- CONTENT_CATEGORY_VIDEOContent is of video type.
- CONTENT_CATEGORY_UNSPECIFIED
- CONTENT_CATEGORY_UNSPECIFIEDNo category is specified.
- CONTENT_CATEGORY_IMAGE
- CONTENT_CATEGORY_IMAGEContent is of image type.
- CONTENT_CATEGORY_AUDIO
- CONTENT_CATEGORY_AUDIOContent is of audio type.
- CONTENT_CATEGORY_VIDEO
- CONTENT_CATEGORY_VIDEOContent is of video type.
- "CONTENT_CATEGORY_UNSPECIFIED"
- CONTENT_CATEGORY_UNSPECIFIEDNo category is specified.
- "CONTENT_CATEGORY_IMAGE"
- CONTENT_CATEGORY_IMAGEContent is of image type.
- "CONTENT_CATEGORY_AUDIO"
- CONTENT_CATEGORY_AUDIOContent is of audio type.
- "CONTENT_CATEGORY_VIDEO"
- CONTENT_CATEGORY_VIDEOContent is of video type.
DocumentRawDocumentFileType, DocumentRawDocumentFileTypeArgs          
- RawDocument File Type Unspecified 
- RAW_DOCUMENT_FILE_TYPE_UNSPECIFIEDNo raw document specified or it is non-parsable
- RawDocument File Type Pdf 
- RAW_DOCUMENT_FILE_TYPE_PDFAdobe PDF format
- RawDocument File Type Docx 
- RAW_DOCUMENT_FILE_TYPE_DOCXMicrosoft Word format
- RawDocument File Type Xlsx 
- RAW_DOCUMENT_FILE_TYPE_XLSXMicrosoft Excel format
- RawDocument File Type Pptx 
- RAW_DOCUMENT_FILE_TYPE_PPTXMicrosoft Powerpoint format
- RawDocument File Type Text 
- RAW_DOCUMENT_FILE_TYPE_TEXTUTF-8 encoded text format
- RawDocument File Type Tiff 
- RAW_DOCUMENT_FILE_TYPE_TIFFTIFF or TIF image file format
- DocumentRaw Document File Type Raw Document File Type Unspecified 
- RAW_DOCUMENT_FILE_TYPE_UNSPECIFIEDNo raw document specified or it is non-parsable
- DocumentRaw Document File Type Raw Document File Type Pdf 
- RAW_DOCUMENT_FILE_TYPE_PDFAdobe PDF format
- DocumentRaw Document File Type Raw Document File Type Docx 
- RAW_DOCUMENT_FILE_TYPE_DOCXMicrosoft Word format
- DocumentRaw Document File Type Raw Document File Type Xlsx 
- RAW_DOCUMENT_FILE_TYPE_XLSXMicrosoft Excel format
- DocumentRaw Document File Type Raw Document File Type Pptx 
- RAW_DOCUMENT_FILE_TYPE_PPTXMicrosoft Powerpoint format
- DocumentRaw Document File Type Raw Document File Type Text 
- RAW_DOCUMENT_FILE_TYPE_TEXTUTF-8 encoded text format
- DocumentRaw Document File Type Raw Document File Type Tiff 
- RAW_DOCUMENT_FILE_TYPE_TIFFTIFF or TIF image file format
- RawDocument File Type Unspecified 
- RAW_DOCUMENT_FILE_TYPE_UNSPECIFIEDNo raw document specified or it is non-parsable
- RawDocument File Type Pdf 
- RAW_DOCUMENT_FILE_TYPE_PDFAdobe PDF format
- RawDocument File Type Docx 
- RAW_DOCUMENT_FILE_TYPE_DOCXMicrosoft Word format
- RawDocument File Type Xlsx 
- RAW_DOCUMENT_FILE_TYPE_XLSXMicrosoft Excel format
- RawDocument File Type Pptx 
- RAW_DOCUMENT_FILE_TYPE_PPTXMicrosoft Powerpoint format
- RawDocument File Type Text 
- RAW_DOCUMENT_FILE_TYPE_TEXTUTF-8 encoded text format
- RawDocument File Type Tiff 
- RAW_DOCUMENT_FILE_TYPE_TIFFTIFF or TIF image file format
- RawDocument File Type Unspecified 
- RAW_DOCUMENT_FILE_TYPE_UNSPECIFIEDNo raw document specified or it is non-parsable
- RawDocument File Type Pdf 
- RAW_DOCUMENT_FILE_TYPE_PDFAdobe PDF format
- RawDocument File Type Docx 
- RAW_DOCUMENT_FILE_TYPE_DOCXMicrosoft Word format
- RawDocument File Type Xlsx 
- RAW_DOCUMENT_FILE_TYPE_XLSXMicrosoft Excel format
- RawDocument File Type Pptx 
- RAW_DOCUMENT_FILE_TYPE_PPTXMicrosoft Powerpoint format
- RawDocument File Type Text 
- RAW_DOCUMENT_FILE_TYPE_TEXTUTF-8 encoded text format
- RawDocument File Type Tiff 
- RAW_DOCUMENT_FILE_TYPE_TIFFTIFF or TIF image file format
- RAW_DOCUMENT_FILE_TYPE_UNSPECIFIED
- RAW_DOCUMENT_FILE_TYPE_UNSPECIFIEDNo raw document specified or it is non-parsable
- RAW_DOCUMENT_FILE_TYPE_PDF
- RAW_DOCUMENT_FILE_TYPE_PDFAdobe PDF format
- RAW_DOCUMENT_FILE_TYPE_DOCX
- RAW_DOCUMENT_FILE_TYPE_DOCXMicrosoft Word format
- RAW_DOCUMENT_FILE_TYPE_XLSX
- RAW_DOCUMENT_FILE_TYPE_XLSXMicrosoft Excel format
- RAW_DOCUMENT_FILE_TYPE_PPTX
- RAW_DOCUMENT_FILE_TYPE_PPTXMicrosoft Powerpoint format
- RAW_DOCUMENT_FILE_TYPE_TEXT
- RAW_DOCUMENT_FILE_TYPE_TEXTUTF-8 encoded text format
- RAW_DOCUMENT_FILE_TYPE_TIFF
- RAW_DOCUMENT_FILE_TYPE_TIFFTIFF or TIF image file format
- "RAW_DOCUMENT_FILE_TYPE_UNSPECIFIED"
- RAW_DOCUMENT_FILE_TYPE_UNSPECIFIEDNo raw document specified or it is non-parsable
- "RAW_DOCUMENT_FILE_TYPE_PDF"
- RAW_DOCUMENT_FILE_TYPE_PDFAdobe PDF format
- "RAW_DOCUMENT_FILE_TYPE_DOCX"
- RAW_DOCUMENT_FILE_TYPE_DOCXMicrosoft Word format
- "RAW_DOCUMENT_FILE_TYPE_XLSX"
- RAW_DOCUMENT_FILE_TYPE_XLSXMicrosoft Excel format
- "RAW_DOCUMENT_FILE_TYPE_PPTX"
- RAW_DOCUMENT_FILE_TYPE_PPTXMicrosoft Powerpoint format
- "RAW_DOCUMENT_FILE_TYPE_TEXT"
- RAW_DOCUMENT_FILE_TYPE_TEXTUTF-8 encoded text format
- "RAW_DOCUMENT_FILE_TYPE_TIFF"
- RAW_DOCUMENT_FILE_TYPE_TIFFTIFF or TIF image file format
GoogleCloudContentwarehouseV1CloudAIDocumentOption, GoogleCloudContentwarehouseV1CloudAIDocumentOptionArgs            
- CustomizedEntities Dictionary<string, string>Properties Conversions 
- If set, only selected entities will be converted to properties.
- EnableEntities boolConversions 
- Whether to convert all the entities to properties.
- CustomizedEntities map[string]stringProperties Conversions 
- If set, only selected entities will be converted to properties.
- EnableEntities boolConversions 
- Whether to convert all the entities to properties.
- customizedEntities Map<String,String>Properties Conversions 
- If set, only selected entities will be converted to properties.
- enableEntities BooleanConversions 
- Whether to convert all the entities to properties.
- customizedEntities {[key: string]: string}Properties Conversions 
- If set, only selected entities will be converted to properties.
- enableEntities booleanConversions 
- Whether to convert all the entities to properties.
- customized_entities_ Mapping[str, str]properties_ conversions 
- If set, only selected entities will be converted to properties.
- enable_entities_ boolconversions 
- Whether to convert all the entities to properties.
- customizedEntities Map<String>Properties Conversions 
- If set, only selected entities will be converted to properties.
- enableEntities BooleanConversions 
- Whether to convert all the entities to properties.
GoogleCloudContentwarehouseV1DateTimeArray, GoogleCloudContentwarehouseV1DateTimeArrayArgs            
- Values
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Date Time> 
- List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.
- Values
[]GoogleType Date Time 
- List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.
- values
List<GoogleType Date Time> 
- List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.
- values
GoogleType Date Time[] 
- List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.
- values
Sequence[GoogleType Date Time] 
- List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.
- values List<Property Map>
- List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.
GoogleCloudContentwarehouseV1DateTimeArrayResponse, GoogleCloudContentwarehouseV1DateTimeArrayResponseArgs              
- Values
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Date Time Response> 
- List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.
- Values
[]GoogleType Date Time Response 
- List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.
- values
List<GoogleType Date Time Response> 
- List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.
- values
GoogleType Date Time Response[] 
- List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.
- values
Sequence[GoogleType Date Time Response] 
- List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.
- values List<Property Map>
- List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.
GoogleCloudContentwarehouseV1EnumArray, GoogleCloudContentwarehouseV1EnumArrayArgs          
- Values List<string>
- List of enum values.
- Values []string
- List of enum values.
- values List<String>
- List of enum values.
- values string[]
- List of enum values.
- values Sequence[str]
- List of enum values.
- values List<String>
- List of enum values.
GoogleCloudContentwarehouseV1EnumArrayResponse, GoogleCloudContentwarehouseV1EnumArrayResponseArgs            
- Values List<string>
- List of enum values.
- Values []string
- List of enum values.
- values List<String>
- List of enum values.
- values string[]
- List of enum values.
- values Sequence[str]
- List of enum values.
- values List<String>
- List of enum values.
GoogleCloudContentwarehouseV1FloatArray, GoogleCloudContentwarehouseV1FloatArrayArgs          
- Values List<double>
- List of float values.
- Values []float64
- List of float values.
- values List<Double>
- List of float values.
- values number[]
- List of float values.
- values Sequence[float]
- List of float values.
- values List<Number>
- List of float values.
GoogleCloudContentwarehouseV1FloatArrayResponse, GoogleCloudContentwarehouseV1FloatArrayResponseArgs            
- Values List<double>
- List of float values.
- Values []float64
- List of float values.
- values List<Double>
- List of float values.
- values number[]
- List of float values.
- values Sequence[float]
- List of float values.
- values List<Number>
- List of float values.
GoogleCloudContentwarehouseV1IntegerArray, GoogleCloudContentwarehouseV1IntegerArrayArgs          
- Values List<int>
- List of integer values.
- Values []int
- List of integer values.
- values List<Integer>
- List of integer values.
- values number[]
- List of integer values.
- values Sequence[int]
- List of integer values.
- values List<Number>
- List of integer values.
GoogleCloudContentwarehouseV1IntegerArrayResponse, GoogleCloudContentwarehouseV1IntegerArrayResponseArgs            
- Values List<int>
- List of integer values.
- Values []int
- List of integer values.
- values List<Integer>
- List of integer values.
- values number[]
- List of integer values.
- values Sequence[int]
- List of integer values.
- values List<Number>
- List of integer values.
GoogleCloudContentwarehouseV1MapProperty, GoogleCloudContentwarehouseV1MapPropertyArgs          
- Fields Dictionary<string, string>
- Unordered map of dynamically typed values.
- Fields map[string]string
- Unordered map of dynamically typed values.
- fields Map<String,String>
- Unordered map of dynamically typed values.
- fields {[key: string]: string}
- Unordered map of dynamically typed values.
- fields Mapping[str, str]
- Unordered map of dynamically typed values.
- fields Map<String>
- Unordered map of dynamically typed values.
GoogleCloudContentwarehouseV1MapPropertyResponse, GoogleCloudContentwarehouseV1MapPropertyResponseArgs            
- Fields Dictionary<string, string>
- Unordered map of dynamically typed values.
- Fields map[string]string
- Unordered map of dynamically typed values.
- fields Map<String,String>
- Unordered map of dynamically typed values.
- fields {[key: string]: string}
- Unordered map of dynamically typed values.
- fields Mapping[str, str]
- Unordered map of dynamically typed values.
- fields Map<String>
- Unordered map of dynamically typed values.
GoogleCloudContentwarehouseV1Property, GoogleCloudContentwarehouseV1PropertyArgs        
- Name string
- Must match the name of a PropertyDefinition in the DocumentSchema.
- DateTime Pulumi.Values Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Date Time Array 
- Date time property values. It is not supported by CMEK compliant deployment.
- EnumValues Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Enum Array 
- Enum property values.
- FloatValues Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Float Array 
- Float property values.
- IntegerValues Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Integer Array 
- Integer property values.
- MapProperty Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Map Property 
- Map property values.
- PropertyValues Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Property Array 
- Nested structured data property values.
- TextValues Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Text Array 
- String/text property values.
- TimestampValues Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Timestamp Array 
- Timestamp property values. It is not supported by CMEK compliant deployment.
- Name string
- Must match the name of a PropertyDefinition in the DocumentSchema.
- DateTime GoogleValues Cloud Contentwarehouse V1Date Time Array 
- Date time property values. It is not supported by CMEK compliant deployment.
- EnumValues GoogleCloud Contentwarehouse V1Enum Array 
- Enum property values.
- FloatValues GoogleCloud Contentwarehouse V1Float Array 
- Float property values.
- IntegerValues GoogleCloud Contentwarehouse V1Integer Array 
- Integer property values.
- MapProperty GoogleCloud Contentwarehouse V1Map Property 
- Map property values.
- PropertyValues GoogleCloud Contentwarehouse V1Property Array 
- Nested structured data property values.
- TextValues GoogleCloud Contentwarehouse V1Text Array 
- String/text property values.
- TimestampValues GoogleCloud Contentwarehouse V1Timestamp Array 
- Timestamp property values. It is not supported by CMEK compliant deployment.
- name String
- Must match the name of a PropertyDefinition in the DocumentSchema.
- dateTime GoogleValues Cloud Contentwarehouse V1Date Time Array 
- Date time property values. It is not supported by CMEK compliant deployment.
- enumValues GoogleCloud Contentwarehouse V1Enum Array 
- Enum property values.
- floatValues GoogleCloud Contentwarehouse V1Float Array 
- Float property values.
- integerValues GoogleCloud Contentwarehouse V1Integer Array 
- Integer property values.
- mapProperty GoogleCloud Contentwarehouse V1Map Property 
- Map property values.
- propertyValues GoogleCloud Contentwarehouse V1Property Array 
- Nested structured data property values.
- textValues GoogleCloud Contentwarehouse V1Text Array 
- String/text property values.
- timestampValues GoogleCloud Contentwarehouse V1Timestamp Array 
- Timestamp property values. It is not supported by CMEK compliant deployment.
- name string
- Must match the name of a PropertyDefinition in the DocumentSchema.
- dateTime GoogleValues Cloud Contentwarehouse V1Date Time Array 
- Date time property values. It is not supported by CMEK compliant deployment.
- enumValues GoogleCloud Contentwarehouse V1Enum Array 
- Enum property values.
- floatValues GoogleCloud Contentwarehouse V1Float Array 
- Float property values.
- integerValues GoogleCloud Contentwarehouse V1Integer Array 
- Integer property values.
- mapProperty GoogleCloud Contentwarehouse V1Map Property 
- Map property values.
- propertyValues GoogleCloud Contentwarehouse V1Property Array 
- Nested structured data property values.
- textValues GoogleCloud Contentwarehouse V1Text Array 
- String/text property values.
- timestampValues GoogleCloud Contentwarehouse V1Timestamp Array 
- Timestamp property values. It is not supported by CMEK compliant deployment.
- name str
- Must match the name of a PropertyDefinition in the DocumentSchema.
- date_time_ Googlevalues Cloud Contentwarehouse V1Date Time Array 
- Date time property values. It is not supported by CMEK compliant deployment.
- enum_values GoogleCloud Contentwarehouse V1Enum Array 
- Enum property values.
- float_values GoogleCloud Contentwarehouse V1Float Array 
- Float property values.
- integer_values GoogleCloud Contentwarehouse V1Integer Array 
- Integer property values.
- map_property GoogleCloud Contentwarehouse V1Map Property 
- Map property values.
- property_values GoogleCloud Contentwarehouse V1Property Array 
- Nested structured data property values.
- text_values GoogleCloud Contentwarehouse V1Text Array 
- String/text property values.
- timestamp_values GoogleCloud Contentwarehouse V1Timestamp Array 
- Timestamp property values. It is not supported by CMEK compliant deployment.
- name String
- Must match the name of a PropertyDefinition in the DocumentSchema.
- dateTime Property MapValues 
- Date time property values. It is not supported by CMEK compliant deployment.
- enumValues Property Map
- Enum property values.
- floatValues Property Map
- Float property values.
- integerValues Property Map
- Integer property values.
- mapProperty Property Map
- Map property values.
- propertyValues Property Map
- Nested structured data property values.
- textValues Property Map
- String/text property values.
- timestampValues Property Map
- Timestamp property values. It is not supported by CMEK compliant deployment.
GoogleCloudContentwarehouseV1PropertyArray, GoogleCloudContentwarehouseV1PropertyArrayArgs          
- Properties
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Property> 
- List of property values.
- Properties
[]GoogleCloud Contentwarehouse V1Property 
- List of property values.
- properties
List<GoogleCloud Contentwarehouse V1Property> 
- List of property values.
- properties
GoogleCloud Contentwarehouse V1Property[] 
- List of property values.
- properties
Sequence[GoogleCloud Contentwarehouse V1Property] 
- List of property values.
- properties List<Property Map>
- List of property values.
GoogleCloudContentwarehouseV1PropertyArrayResponse, GoogleCloudContentwarehouseV1PropertyArrayResponseArgs            
- Properties
[]GoogleCloud Contentwarehouse V1Property Response 
- List of property values.
- properties
List<GoogleCloud Contentwarehouse V1Property Response> 
- List of property values.
- properties
GoogleCloud Contentwarehouse V1Property Response[] 
- List of property values.
- properties
Sequence[GoogleCloud Contentwarehouse V1Property Response] 
- List of property values.
- properties List<Property Map>
- List of property values.
GoogleCloudContentwarehouseV1PropertyResponse, GoogleCloudContentwarehouseV1PropertyResponseArgs          
- DateTime Pulumi.Values Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Date Time Array Response 
- Date time property values. It is not supported by CMEK compliant deployment.
- EnumValues Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Enum Array Response 
- Enum property values.
- FloatValues Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Float Array Response 
- Float property values.
- IntegerValues Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Integer Array Response 
- Integer property values.
- MapProperty Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Map Property Response 
- Map property values.
- Name string
- Must match the name of a PropertyDefinition in the DocumentSchema.
- PropertyValues Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Property Array Response 
- Nested structured data property values.
- TextValues Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Text Array Response 
- String/text property values.
- TimestampValues Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Timestamp Array Response 
- Timestamp property values. It is not supported by CMEK compliant deployment.
- DateTime GoogleValues Cloud Contentwarehouse V1Date Time Array Response 
- Date time property values. It is not supported by CMEK compliant deployment.
- EnumValues GoogleCloud Contentwarehouse V1Enum Array Response 
- Enum property values.
- FloatValues GoogleCloud Contentwarehouse V1Float Array Response 
- Float property values.
- IntegerValues GoogleCloud Contentwarehouse V1Integer Array Response 
- Integer property values.
- MapProperty GoogleCloud Contentwarehouse V1Map Property Response 
- Map property values.
- Name string
- Must match the name of a PropertyDefinition in the DocumentSchema.
- PropertyValues GoogleCloud Contentwarehouse V1Property Array Response 
- Nested structured data property values.
- TextValues GoogleCloud Contentwarehouse V1Text Array Response 
- String/text property values.
- TimestampValues GoogleCloud Contentwarehouse V1Timestamp Array Response 
- Timestamp property values. It is not supported by CMEK compliant deployment.
- dateTime GoogleValues Cloud Contentwarehouse V1Date Time Array Response 
- Date time property values. It is not supported by CMEK compliant deployment.
- enumValues GoogleCloud Contentwarehouse V1Enum Array Response 
- Enum property values.
- floatValues GoogleCloud Contentwarehouse V1Float Array Response 
- Float property values.
- integerValues GoogleCloud Contentwarehouse V1Integer Array Response 
- Integer property values.
- mapProperty GoogleCloud Contentwarehouse V1Map Property Response 
- Map property values.
- name String
- Must match the name of a PropertyDefinition in the DocumentSchema.
- propertyValues GoogleCloud Contentwarehouse V1Property Array Response 
- Nested structured data property values.
- textValues GoogleCloud Contentwarehouse V1Text Array Response 
- String/text property values.
- timestampValues GoogleCloud Contentwarehouse V1Timestamp Array Response 
- Timestamp property values. It is not supported by CMEK compliant deployment.
- dateTime GoogleValues Cloud Contentwarehouse V1Date Time Array Response 
- Date time property values. It is not supported by CMEK compliant deployment.
- enumValues GoogleCloud Contentwarehouse V1Enum Array Response 
- Enum property values.
- floatValues GoogleCloud Contentwarehouse V1Float Array Response 
- Float property values.
- integerValues GoogleCloud Contentwarehouse V1Integer Array Response 
- Integer property values.
- mapProperty GoogleCloud Contentwarehouse V1Map Property Response 
- Map property values.
- name string
- Must match the name of a PropertyDefinition in the DocumentSchema.
- propertyValues GoogleCloud Contentwarehouse V1Property Array Response 
- Nested structured data property values.
- textValues GoogleCloud Contentwarehouse V1Text Array Response 
- String/text property values.
- timestampValues GoogleCloud Contentwarehouse V1Timestamp Array Response 
- Timestamp property values. It is not supported by CMEK compliant deployment.
- date_time_ Googlevalues Cloud Contentwarehouse V1Date Time Array Response 
- Date time property values. It is not supported by CMEK compliant deployment.
- enum_values GoogleCloud Contentwarehouse V1Enum Array Response 
- Enum property values.
- float_values GoogleCloud Contentwarehouse V1Float Array Response 
- Float property values.
- integer_values GoogleCloud Contentwarehouse V1Integer Array Response 
- Integer property values.
- map_property GoogleCloud Contentwarehouse V1Map Property Response 
- Map property values.
- name str
- Must match the name of a PropertyDefinition in the DocumentSchema.
- property_values GoogleCloud Contentwarehouse V1Property Array Response 
- Nested structured data property values.
- text_values GoogleCloud Contentwarehouse V1Text Array Response 
- String/text property values.
- timestamp_values GoogleCloud Contentwarehouse V1Timestamp Array Response 
- Timestamp property values. It is not supported by CMEK compliant deployment.
- dateTime Property MapValues 
- Date time property values. It is not supported by CMEK compliant deployment.
- enumValues Property Map
- Enum property values.
- floatValues Property Map
- Float property values.
- integerValues Property Map
- Integer property values.
- mapProperty Property Map
- Map property values.
- name String
- Must match the name of a PropertyDefinition in the DocumentSchema.
- propertyValues Property Map
- Nested structured data property values.
- textValues Property Map
- String/text property values.
- timestampValues Property Map
- Timestamp property values. It is not supported by CMEK compliant deployment.
GoogleCloudContentwarehouseV1RequestMetadata, GoogleCloudContentwarehouseV1RequestMetadataArgs          
- UserInfo Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1User Info 
- Provides user unique identification and groups information.
- UserInfo GoogleCloud Contentwarehouse V1User Info 
- Provides user unique identification and groups information.
- userInfo GoogleCloud Contentwarehouse V1User Info 
- Provides user unique identification and groups information.
- userInfo GoogleCloud Contentwarehouse V1User Info 
- Provides user unique identification and groups information.
- user_info GoogleCloud Contentwarehouse V1User Info 
- Provides user unique identification and groups information.
- userInfo Property Map
- Provides user unique identification and groups information.
GoogleCloudContentwarehouseV1TextArray, GoogleCloudContentwarehouseV1TextArrayArgs          
- Values List<string>
- List of text values.
- Values []string
- List of text values.
- values List<String>
- List of text values.
- values string[]
- List of text values.
- values Sequence[str]
- List of text values.
- values List<String>
- List of text values.
GoogleCloudContentwarehouseV1TextArrayResponse, GoogleCloudContentwarehouseV1TextArrayResponseArgs            
- Values List<string>
- List of text values.
- Values []string
- List of text values.
- values List<String>
- List of text values.
- values string[]
- List of text values.
- values Sequence[str]
- List of text values.
- values List<String>
- List of text values.
GoogleCloudContentwarehouseV1TimestampArray, GoogleCloudContentwarehouseV1TimestampArrayArgs          
- Values
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Timestamp Value> 
- List of timestamp values.
- Values
[]GoogleCloud Contentwarehouse V1Timestamp Value 
- List of timestamp values.
- values
List<GoogleCloud Contentwarehouse V1Timestamp Value> 
- List of timestamp values.
- values
GoogleCloud Contentwarehouse V1Timestamp Value[] 
- List of timestamp values.
- values
Sequence[GoogleCloud Contentwarehouse V1Timestamp Value] 
- List of timestamp values.
- values List<Property Map>
- List of timestamp values.
GoogleCloudContentwarehouseV1TimestampArrayResponse, GoogleCloudContentwarehouseV1TimestampArrayResponseArgs            
- Values
[]GoogleCloud Contentwarehouse V1Timestamp Value Response 
- List of timestamp values.
- values
List<GoogleCloud Contentwarehouse V1Timestamp Value Response> 
- List of timestamp values.
- values
GoogleCloud Contentwarehouse V1Timestamp Value Response[] 
- List of timestamp values.
- values
Sequence[GoogleCloud Contentwarehouse V1Timestamp Value Response] 
- List of timestamp values.
- values List<Property Map>
- List of timestamp values.
GoogleCloudContentwarehouseV1TimestampValue, GoogleCloudContentwarehouseV1TimestampValueArgs          
- TextValue string
- The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z"
- TimestampValue string
- Timestamp value
- TextValue string
- The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z"
- TimestampValue string
- Timestamp value
- textValue String
- The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z"
- timestampValue String
- Timestamp value
- textValue string
- The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z"
- timestampValue string
- Timestamp value
- text_value str
- The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z"
- timestamp_value str
- Timestamp value
- textValue String
- The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z"
- timestampValue String
- Timestamp value
GoogleCloudContentwarehouseV1TimestampValueResponse, GoogleCloudContentwarehouseV1TimestampValueResponseArgs            
- TextValue string
- The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z"
- TimestampValue string
- Timestamp value
- TextValue string
- The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z"
- TimestampValue string
- Timestamp value
- textValue String
- The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z"
- timestampValue String
- Timestamp value
- textValue string
- The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z"
- timestampValue string
- Timestamp value
- text_value str
- The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z"
- timestamp_value str
- Timestamp value
- textValue String
- The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z"
- timestampValue String
- Timestamp value
GoogleCloudContentwarehouseV1UserInfo, GoogleCloudContentwarehouseV1UserInfoArgs          
- GroupIds List<string>
- The unique group identifications which the user is belong to. The format is "group:yyyy@example.com";
- Id string
- A unique user identification string, as determined by the client. The maximum number of allowed characters is 255. Allowed characters include numbers 0 to 9, uppercase and lowercase letters, and restricted special symbols (:, @, +, -, _, ~) The format is "user:xxxx@example.com";
- GroupIds []string
- The unique group identifications which the user is belong to. The format is "group:yyyy@example.com";
- Id string
- A unique user identification string, as determined by the client. The maximum number of allowed characters is 255. Allowed characters include numbers 0 to 9, uppercase and lowercase letters, and restricted special symbols (:, @, +, -, _, ~) The format is "user:xxxx@example.com";
- groupIds List<String>
- The unique group identifications which the user is belong to. The format is "group:yyyy@example.com";
- id String
- A unique user identification string, as determined by the client. The maximum number of allowed characters is 255. Allowed characters include numbers 0 to 9, uppercase and lowercase letters, and restricted special symbols (:, @, +, -, _, ~) The format is "user:xxxx@example.com";
- groupIds string[]
- The unique group identifications which the user is belong to. The format is "group:yyyy@example.com";
- id string
- A unique user identification string, as determined by the client. The maximum number of allowed characters is 255. Allowed characters include numbers 0 to 9, uppercase and lowercase letters, and restricted special symbols (:, @, +, -, _, ~) The format is "user:xxxx@example.com";
- group_ids Sequence[str]
- The unique group identifications which the user is belong to. The format is "group:yyyy@example.com";
- id str
- A unique user identification string, as determined by the client. The maximum number of allowed characters is 255. Allowed characters include numbers 0 to 9, uppercase and lowercase letters, and restricted special symbols (:, @, +, -, _, ~) The format is "user:xxxx@example.com";
- groupIds List<String>
- The unique group identifications which the user is belong to. The format is "group:yyyy@example.com";
- id String
- A unique user identification string, as determined by the client. The maximum number of allowed characters is 255. Allowed characters include numbers 0 to 9, uppercase and lowercase letters, and restricted special symbols (:, @, +, -, _, ~) The format is "user:xxxx@example.com";
GoogleCloudDocumentaiV1Barcode, GoogleCloudDocumentaiV1BarcodeArgs        
- Format string
- 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.
- RawValue string
- Raw value encoded in the barcode. For example: 'MEBKM:TITLE:Google;URL:https://www.google.com;;'.
- ValueFormat string
- 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.
- Format string
- 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.
- RawValue string
- Raw value encoded in the barcode. For example: 'MEBKM:TITLE:Google;URL:https://www.google.com;;'.
- ValueFormat string
- 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.
- format String
- 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.
- rawValue String
- Raw value encoded in the barcode. For example: 'MEBKM:TITLE:Google;URL:https://www.google.com;;'.
- valueFormat String
- 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.
- format string
- 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.
- rawValue string
- Raw value encoded in the barcode. For example: 'MEBKM:TITLE:Google;URL:https://www.google.com;;'.
- valueFormat string
- 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.
- format str
- 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.
- raw_value str
- Raw value encoded in the barcode. For example: 'MEBKM:TITLE:Google;URL:https://www.google.com;;'.
- value_format str
- 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.
- format String
- 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.
- rawValue String
- Raw value encoded in the barcode. For example: 'MEBKM:TITLE:Google;URL:https://www.google.com;;'.
- valueFormat String
- 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.
GoogleCloudDocumentaiV1BarcodeResponse, GoogleCloudDocumentaiV1BarcodeResponseArgs          
- Format string
- 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.
- RawValue string
- Raw value encoded in the barcode. For example: 'MEBKM:TITLE:Google;URL:https://www.google.com;;'.
- ValueFormat string
- 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.
- Format string
- 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.
- RawValue string
- Raw value encoded in the barcode. For example: 'MEBKM:TITLE:Google;URL:https://www.google.com;;'.
- ValueFormat string
- 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.
- format String
- 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.
- rawValue String
- Raw value encoded in the barcode. For example: 'MEBKM:TITLE:Google;URL:https://www.google.com;;'.
- valueFormat String
- 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.
- format string
- 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.
- rawValue string
- Raw value encoded in the barcode. For example: 'MEBKM:TITLE:Google;URL:https://www.google.com;;'.
- valueFormat string
- 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.
- format str
- 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.
- raw_value str
- Raw value encoded in the barcode. For example: 'MEBKM:TITLE:Google;URL:https://www.google.com;;'.
- value_format str
- 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.
- format String
- 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.
- rawValue String
- Raw value encoded in the barcode. For example: 'MEBKM:TITLE:Google;URL:https://www.google.com;;'.
- valueFormat String
- 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.
GoogleCloudDocumentaiV1BoundingPoly, GoogleCloudDocumentaiV1BoundingPolyArgs          
- NormalizedVertices List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Normalized Vertex> 
- The bounding polygon normalized vertices.
- Vertices
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Vertex> 
- The bounding polygon vertices.
- NormalizedVertices []GoogleCloud Documentai V1Normalized Vertex 
- The bounding polygon normalized vertices.
- Vertices
[]GoogleCloud Documentai V1Vertex 
- The bounding polygon vertices.
- normalizedVertices List<GoogleCloud Documentai V1Normalized Vertex> 
- The bounding polygon normalized vertices.
- vertices
List<GoogleCloud Documentai V1Vertex> 
- The bounding polygon vertices.
- normalizedVertices GoogleCloud Documentai V1Normalized Vertex[] 
- The bounding polygon normalized vertices.
- vertices
GoogleCloud Documentai V1Vertex[] 
- The bounding polygon vertices.
- normalized_vertices Sequence[GoogleCloud Documentai V1Normalized Vertex] 
- The bounding polygon normalized vertices.
- vertices
Sequence[GoogleCloud Documentai V1Vertex] 
- The bounding polygon vertices.
- normalizedVertices List<Property Map>
- The bounding polygon normalized vertices.
- vertices List<Property Map>
- The bounding polygon vertices.
GoogleCloudDocumentaiV1BoundingPolyResponse, GoogleCloudDocumentaiV1BoundingPolyResponseArgs            
- NormalizedVertices List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Normalized Vertex Response> 
- The bounding polygon normalized vertices.
- Vertices
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Vertex Response> 
- The bounding polygon vertices.
- NormalizedVertices []GoogleCloud Documentai V1Normalized Vertex Response 
- The bounding polygon normalized vertices.
- Vertices
[]GoogleCloud Documentai V1Vertex Response 
- The bounding polygon vertices.
- normalizedVertices List<GoogleCloud Documentai V1Normalized Vertex Response> 
- The bounding polygon normalized vertices.
- vertices
List<GoogleCloud Documentai V1Vertex Response> 
- The bounding polygon vertices.
- normalizedVertices GoogleCloud Documentai V1Normalized Vertex Response[] 
- The bounding polygon normalized vertices.
- vertices
GoogleCloud Documentai V1Vertex Response[] 
- The bounding polygon vertices.
- normalized_vertices Sequence[GoogleCloud Documentai V1Normalized Vertex Response] 
- The bounding polygon normalized vertices.
- vertices
Sequence[GoogleCloud Documentai V1Vertex Response] 
- The bounding polygon vertices.
- normalizedVertices List<Property Map>
- The bounding polygon normalized vertices.
- vertices List<Property Map>
- The bounding polygon vertices.
GoogleCloudDocumentaiV1Document, GoogleCloudDocumentaiV1DocumentArgs        
- Content string
- Optional. Inline document content, represented as a stream of bytes. Note: As with all bytesfields, protobuffers use a pure binary representation, whereas JSON representations use base64.
- Entities
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Entity> 
- A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries.
- EntityRelations List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Entity Relation> 
- Placeholder. Relationship among Document.entities.
- Error
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Rpc Status 
- Any error that occurred while processing this document.
- MimeType string
- An IANA published media type (MIME type).
- Pages
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page> 
- Visual page layout for the Document.
- Revisions
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Revision> 
- Placeholder. Revision history of this document.
- 
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Shard Info 
- 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.
- Text string
- Optional. UTF-8 encoded text in reading order from the document.
- TextChanges List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Text Change> 
- 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.
- TextStyles List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Style> 
- Styles for the Document.text.
- Uri string
- 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.
- Content string
- Optional. Inline document content, represented as a stream of bytes. Note: As with all bytesfields, protobuffers use a pure binary representation, whereas JSON representations use base64.
- Entities
[]GoogleCloud Documentai V1Document Entity 
- A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries.
- EntityRelations []GoogleCloud Documentai V1Document Entity Relation 
- Placeholder. Relationship among Document.entities.
- Error
GoogleRpc Status 
- Any error that occurred while processing this document.
- MimeType string
- An IANA published media type (MIME type).
- Pages
[]GoogleCloud Documentai V1Document Page 
- Visual page layout for the Document.
- Revisions
[]GoogleCloud Documentai V1Document Revision 
- Placeholder. Revision history of this document.
- 
GoogleCloud Documentai V1Document Shard Info 
- 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.
- Text string
- Optional. UTF-8 encoded text in reading order from the document.
- TextChanges []GoogleCloud Documentai V1Document Text Change 
- 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.
- TextStyles []GoogleCloud Documentai V1Document Style 
- Styles for the Document.text.
- Uri string
- 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.
- content String
- Optional. Inline document content, represented as a stream of bytes. Note: As with all bytesfields, protobuffers use a pure binary representation, whereas JSON representations use base64.
- entities
List<GoogleCloud Documentai V1Document Entity> 
- A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries.
- entityRelations List<GoogleCloud Documentai V1Document Entity Relation> 
- Placeholder. Relationship among Document.entities.
- error
GoogleRpc Status 
- Any error that occurred while processing this document.
- mimeType String
- An IANA published media type (MIME type).
- pages
List<GoogleCloud Documentai V1Document Page> 
- Visual page layout for the Document.
- revisions
List<GoogleCloud Documentai V1Document Revision> 
- Placeholder. Revision history of this document.
- 
GoogleCloud Documentai V1Document Shard Info 
- 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.
- text String
- Optional. UTF-8 encoded text in reading order from the document.
- textChanges List<GoogleCloud Documentai V1Document Text Change> 
- 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.
- textStyles List<GoogleCloud Documentai V1Document Style> 
- Styles for the Document.text.
- uri String
- 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.
- content string
- Optional. Inline document content, represented as a stream of bytes. Note: As with all bytesfields, protobuffers use a pure binary representation, whereas JSON representations use base64.
- entities
GoogleCloud Documentai V1Document Entity[] 
- A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries.
- entityRelations GoogleCloud Documentai V1Document Entity Relation[] 
- Placeholder. Relationship among Document.entities.
- error
GoogleRpc Status 
- Any error that occurred while processing this document.
- mimeType string
- An IANA published media type (MIME type).
- pages
GoogleCloud Documentai V1Document Page[] 
- Visual page layout for the Document.
- revisions
GoogleCloud Documentai V1Document Revision[] 
- Placeholder. Revision history of this document.
- 
GoogleCloud Documentai V1Document Shard Info 
- 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.
- text string
- Optional. UTF-8 encoded text in reading order from the document.
- textChanges GoogleCloud Documentai V1Document Text Change[] 
- 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.
- textStyles GoogleCloud Documentai V1Document Style[] 
- Styles for the Document.text.
- uri string
- 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.
- content str
- Optional. Inline document content, represented as a stream of bytes. Note: As with all bytesfields, protobuffers use a pure binary representation, whereas JSON representations use base64.
- entities
Sequence[GoogleCloud Documentai V1Document Entity] 
- A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries.
- entity_relations Sequence[GoogleCloud Documentai V1Document Entity Relation] 
- Placeholder. Relationship among Document.entities.
- error
GoogleRpc Status 
- Any error that occurred while processing this document.
- mime_type str
- An IANA published media type (MIME type).
- pages
Sequence[GoogleCloud Documentai V1Document Page] 
- Visual page layout for the Document.
- revisions
Sequence[GoogleCloud Documentai V1Document Revision] 
- Placeholder. Revision history of this document.
- 
GoogleCloud Documentai V1Document Shard Info 
- 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.
- text str
- Optional. UTF-8 encoded text in reading order from the document.
- text_changes Sequence[GoogleCloud Documentai V1Document Text Change] 
- 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.
- text_styles Sequence[GoogleCloud Documentai V1Document Style] 
- Styles for the Document.text.
- uri str
- 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.
- content String
- Optional. Inline document content, represented as a stream of bytes. Note: As with all bytesfields, protobuffers use a pure binary representation, whereas JSON representations use base64.
- entities List<Property Map>
- A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries.
- entityRelations List<Property Map>
- Placeholder. Relationship among Document.entities.
- error Property Map
- Any error that occurred while processing this document.
- mimeType String
- An IANA published media type (MIME type).
- pages List<Property Map>
- Visual page layout for the Document.
- revisions List<Property Map>
- Placeholder. Revision history of this document.
- Property Map
- 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.
- text String
- Optional. UTF-8 encoded text in reading order from the document.
- textChanges List<Property Map>
- 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.
- textStyles List<Property Map>
- Styles for the Document.text.
- uri String
- 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.
GoogleCloudDocumentaiV1DocumentEntity, GoogleCloudDocumentaiV1DocumentEntityArgs          
- Type string
- Entity type from a schema e.g. Address.
- Confidence double
- Optional. Confidence of detected Schema entity. Range [0, 1].
- Id string
- Optional. Canonical id. This will be a unique value in the entity list for this document.
- MentionId string
- Optional. Deprecated. Use idfield instead.
- MentionText string
- Optional. Text value of the entity e.g. 1600 Amphitheatre Pkwy.
- NormalizedValue Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Entity Normalized Value 
- 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.
- PageAnchor Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Anchor 
- Optional. Represents the provenance of this entity wrt. the location on the page where it was found.
- Properties
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Entity> 
- Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.
- Provenance
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance 
- Optional. The history of this annotation.
- Redacted bool
- Optional. Whether the entity will be redacted for de-identification purposes.
- TextAnchor Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Text Anchor 
- Optional. Provenance of the entity. Text anchor indexing into the Document.text.
- Type string
- Entity type from a schema e.g. Address.
- Confidence float64
- Optional. Confidence of detected Schema entity. Range [0, 1].
- Id string
- Optional. Canonical id. This will be a unique value in the entity list for this document.
- MentionId string
- Optional. Deprecated. Use idfield instead.
- MentionText string
- Optional. Text value of the entity e.g. 1600 Amphitheatre Pkwy.
- NormalizedValue GoogleCloud Documentai V1Document Entity Normalized Value 
- 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.
- PageAnchor GoogleCloud Documentai V1Document Page Anchor 
- Optional. Represents the provenance of this entity wrt. the location on the page where it was found.
- Properties
[]GoogleCloud Documentai V1Document Entity 
- Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.
- Provenance
GoogleCloud Documentai V1Document Provenance 
- Optional. The history of this annotation.
- Redacted bool
- Optional. Whether the entity will be redacted for de-identification purposes.
- TextAnchor GoogleCloud Documentai V1Document Text Anchor 
- Optional. Provenance of the entity. Text anchor indexing into the Document.text.
- type String
- Entity type from a schema e.g. Address.
- confidence Double
- Optional. Confidence of detected Schema entity. Range [0, 1].
- id String
- Optional. Canonical id. This will be a unique value in the entity list for this document.
- mentionId String
- Optional. Deprecated. Use idfield instead.
- mentionText String
- Optional. Text value of the entity e.g. 1600 Amphitheatre Pkwy.
- normalizedValue GoogleCloud Documentai V1Document Entity Normalized Value 
- 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.
- pageAnchor GoogleCloud Documentai V1Document Page Anchor 
- Optional. Represents the provenance of this entity wrt. the location on the page where it was found.
- properties
List<GoogleCloud Documentai V1Document Entity> 
- Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.
- provenance
GoogleCloud Documentai V1Document Provenance 
- Optional. The history of this annotation.
- redacted Boolean
- Optional. Whether the entity will be redacted for de-identification purposes.
- textAnchor GoogleCloud Documentai V1Document Text Anchor 
- Optional. Provenance of the entity. Text anchor indexing into the Document.text.
- type string
- Entity type from a schema e.g. Address.
- confidence number
- Optional. Confidence of detected Schema entity. Range [0, 1].
- id string
- Optional. Canonical id. This will be a unique value in the entity list for this document.
- mentionId string
- Optional. Deprecated. Use idfield instead.
- mentionText string
- Optional. Text value of the entity e.g. 1600 Amphitheatre Pkwy.
- normalizedValue GoogleCloud Documentai V1Document Entity Normalized Value 
- 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.
- pageAnchor GoogleCloud Documentai V1Document Page Anchor 
- Optional. Represents the provenance of this entity wrt. the location on the page where it was found.
- properties
GoogleCloud Documentai V1Document Entity[] 
- Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.
- provenance
GoogleCloud Documentai V1Document Provenance 
- Optional. The history of this annotation.
- redacted boolean
- Optional. Whether the entity will be redacted for de-identification purposes.
- textAnchor GoogleCloud Documentai V1Document Text Anchor 
- Optional. Provenance of the entity. Text anchor indexing into the Document.text.
- type str
- Entity type from a schema e.g. Address.
- confidence float
- Optional. Confidence of detected Schema entity. Range [0, 1].
- id str
- Optional. Canonical id. This will be a unique value in the entity list for this document.
- mention_id str
- Optional. Deprecated. Use idfield instead.
- mention_text str
- Optional. Text value of the entity e.g. 1600 Amphitheatre Pkwy.
- normalized_value GoogleCloud Documentai V1Document Entity Normalized Value 
- 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.
- page_anchor GoogleCloud Documentai V1Document Page Anchor 
- Optional. Represents the provenance of this entity wrt. the location on the page where it was found.
- properties
Sequence[GoogleCloud Documentai V1Document Entity] 
- Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.
- provenance
GoogleCloud Documentai V1Document Provenance 
- Optional. The history of this annotation.
- redacted bool
- Optional. Whether the entity will be redacted for de-identification purposes.
- text_anchor GoogleCloud Documentai V1Document Text Anchor 
- Optional. Provenance of the entity. Text anchor indexing into the Document.text.
- type String
- Entity type from a schema e.g. Address.
- confidence Number
- Optional. Confidence of detected Schema entity. Range [0, 1].
- id String
- Optional. Canonical id. This will be a unique value in the entity list for this document.
- mentionId String
- Optional. Deprecated. Use idfield instead.
- mentionText String
- Optional. Text value of the entity e.g. 1600 Amphitheatre Pkwy.
- normalizedValue Property Map
- 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.
- pageAnchor Property Map
- Optional. Represents the provenance of this entity wrt. the location on the page where it was found.
- properties List<Property Map>
- Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.
- provenance Property Map
- Optional. The history of this annotation.
- redacted Boolean
- Optional. Whether the entity will be redacted for de-identification purposes.
- textAnchor Property Map
- Optional. Provenance of the entity. Text anchor indexing into the Document.text.
GoogleCloudDocumentaiV1DocumentEntityNormalizedValue, GoogleCloudDocumentaiV1DocumentEntityNormalizedValueArgs              
- AddressValue Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Postal Address 
- Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
- BooleanValue bool
- Boolean value. Can be used for entities with binary values, or for checkboxes.
- DateValue Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Date 
- Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
- DatetimeValue Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Date Time 
- DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
- FloatValue double
- Float value.
- IntegerValue int
- Integer value.
- MoneyValue Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Money 
- Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
- Text string
- Optional. An optional field to store a normalized string. For some entity types, one of respective structured_valuefields may also be populated. Also not all the types ofstructured_valuewill be normalized. For example, some processors may not generatefloatorintegernormalized 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.
- AddressValue GoogleType Postal Address 
- Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
- BooleanValue bool
- Boolean value. Can be used for entities with binary values, or for checkboxes.
- DateValue GoogleType Date 
- Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
- DatetimeValue GoogleType Date Time 
- DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
- FloatValue float64
- Float value.
- IntegerValue int
- Integer value.
- MoneyValue GoogleType Money 
- Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
- Text string
- Optional. An optional field to store a normalized string. For some entity types, one of respective structured_valuefields may also be populated. Also not all the types ofstructured_valuewill be normalized. For example, some processors may not generatefloatorintegernormalized 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.
- addressValue GoogleType Postal Address 
- Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
- booleanValue Boolean
- Boolean value. Can be used for entities with binary values, or for checkboxes.
- dateValue GoogleType Date 
- Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
- datetimeValue GoogleType Date Time 
- DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
- floatValue Double
- Float value.
- integerValue Integer
- Integer value.
- moneyValue GoogleType Money 
- Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
- text String
- Optional. An optional field to store a normalized string. For some entity types, one of respective structured_valuefields may also be populated. Also not all the types ofstructured_valuewill be normalized. For example, some processors may not generatefloatorintegernormalized 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.
- addressValue GoogleType Postal Address 
- Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
- booleanValue boolean
- Boolean value. Can be used for entities with binary values, or for checkboxes.
- dateValue GoogleType Date 
- Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
- datetimeValue GoogleType Date Time 
- DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
- floatValue number
- Float value.
- integerValue number
- Integer value.
- moneyValue GoogleType Money 
- Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
- text string
- Optional. An optional field to store a normalized string. For some entity types, one of respective structured_valuefields may also be populated. Also not all the types ofstructured_valuewill be normalized. For example, some processors may not generatefloatorintegernormalized 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.
- address_value GoogleType Postal Address 
- Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
- boolean_value bool
- Boolean value. Can be used for entities with binary values, or for checkboxes.
- date_value GoogleType Date 
- Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
- datetime_value GoogleType Date Time 
- DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
- float_value float
- Float value.
- integer_value int
- Integer value.
- money_value GoogleType Money 
- Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
- text str
- Optional. An optional field to store a normalized string. For some entity types, one of respective structured_valuefields may also be populated. Also not all the types ofstructured_valuewill be normalized. For example, some processors may not generatefloatorintegernormalized 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.
- addressValue Property Map
- Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
- booleanValue Boolean
- Boolean value. Can be used for entities with binary values, or for checkboxes.
- dateValue Property Map
- Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
- datetimeValue Property Map
- DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
- floatValue Number
- Float value.
- integerValue Number
- Integer value.
- moneyValue Property Map
- Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
- text String
- Optional. An optional field to store a normalized string. For some entity types, one of respective structured_valuefields may also be populated. Also not all the types ofstructured_valuewill be normalized. For example, some processors may not generatefloatorintegernormalized 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.
GoogleCloudDocumentaiV1DocumentEntityNormalizedValueResponse, GoogleCloudDocumentaiV1DocumentEntityNormalizedValueResponseArgs                
- AddressValue Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Postal Address Response 
- Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
- BooleanValue bool
- Boolean value. Can be used for entities with binary values, or for checkboxes.
- DateValue Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Date Response 
- Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
- DatetimeValue Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Date Time Response 
- DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
- FloatValue double
- Float value.
- IntegerValue int
- Integer value.
- MoneyValue Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Money Response 
- Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
- Text string
- Optional. An optional field to store a normalized string. For some entity types, one of respective structured_valuefields may also be populated. Also not all the types ofstructured_valuewill be normalized. For example, some processors may not generatefloatorintegernormalized 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.
- AddressValue GoogleType Postal Address Response 
- Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
- BooleanValue bool
- Boolean value. Can be used for entities with binary values, or for checkboxes.
- DateValue GoogleType Date Response 
- Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
- DatetimeValue GoogleType Date Time Response 
- DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
- FloatValue float64
- Float value.
- IntegerValue int
- Integer value.
- MoneyValue GoogleType Money Response 
- Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
- Text string
- Optional. An optional field to store a normalized string. For some entity types, one of respective structured_valuefields may also be populated. Also not all the types ofstructured_valuewill be normalized. For example, some processors may not generatefloatorintegernormalized 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.
- addressValue GoogleType Postal Address Response 
- Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
- booleanValue Boolean
- Boolean value. Can be used for entities with binary values, or for checkboxes.
- dateValue GoogleType Date Response 
- Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
- datetimeValue GoogleType Date Time Response 
- DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
- floatValue Double
- Float value.
- integerValue Integer
- Integer value.
- moneyValue GoogleType Money Response 
- Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
- text String
- Optional. An optional field to store a normalized string. For some entity types, one of respective structured_valuefields may also be populated. Also not all the types ofstructured_valuewill be normalized. For example, some processors may not generatefloatorintegernormalized 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.
- addressValue GoogleType Postal Address Response 
- Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
- booleanValue boolean
- Boolean value. Can be used for entities with binary values, or for checkboxes.
- dateValue GoogleType Date Response 
- Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
- datetimeValue GoogleType Date Time Response 
- DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
- floatValue number
- Float value.
- integerValue number
- Integer value.
- moneyValue GoogleType Money Response 
- Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
- text string
- Optional. An optional field to store a normalized string. For some entity types, one of respective structured_valuefields may also be populated. Also not all the types ofstructured_valuewill be normalized. For example, some processors may not generatefloatorintegernormalized 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.
- address_value GoogleType Postal Address Response 
- Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
- boolean_value bool
- Boolean value. Can be used for entities with binary values, or for checkboxes.
- date_value GoogleType Date Response 
- Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
- datetime_value GoogleType Date Time Response 
- DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
- float_value float
- Float value.
- integer_value int
- Integer value.
- money_value GoogleType Money Response 
- Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
- text str
- Optional. An optional field to store a normalized string. For some entity types, one of respective structured_valuefields may also be populated. Also not all the types ofstructured_valuewill be normalized. For example, some processors may not generatefloatorintegernormalized 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.
- addressValue Property Map
- Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
- booleanValue Boolean
- Boolean value. Can be used for entities with binary values, or for checkboxes.
- dateValue Property Map
- Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
- datetimeValue Property Map
- DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
- floatValue Number
- Float value.
- integerValue Number
- Integer value.
- moneyValue Property Map
- Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
- text String
- Optional. An optional field to store a normalized string. For some entity types, one of respective structured_valuefields may also be populated. Also not all the types ofstructured_valuewill be normalized. For example, some processors may not generatefloatorintegernormalized 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.
GoogleCloudDocumentaiV1DocumentEntityRelation, GoogleCloudDocumentaiV1DocumentEntityRelationArgs            
- object_id str
- Object entity id.
- relation str
- Relationship description.
- subject_id str
- Subject entity id.
GoogleCloudDocumentaiV1DocumentEntityRelationResponse, GoogleCloudDocumentaiV1DocumentEntityRelationResponseArgs              
- object_id str
- Object entity id.
- relation str
- Relationship description.
- subject_id str
- Subject entity id.
GoogleCloudDocumentaiV1DocumentEntityResponse, GoogleCloudDocumentaiV1DocumentEntityResponseArgs            
- Confidence double
- Optional. Confidence of detected Schema entity. Range [0, 1].
- MentionId string
- Optional. Deprecated. Use idfield instead.
- MentionText string
- Optional. Text value of the entity e.g. 1600 Amphitheatre Pkwy.
- NormalizedValue Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Entity Normalized Value Response 
- 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.
- PageAnchor Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Anchor Response 
- Optional. Represents the provenance of this entity wrt. the location on the page where it was found.
- Properties
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Entity Response> 
- Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.
- Provenance
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance Response 
- Optional. The history of this annotation.
- Redacted bool
- Optional. Whether the entity will be redacted for de-identification purposes.
- TextAnchor Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Text Anchor Response 
- Optional. Provenance of the entity. Text anchor indexing into the Document.text.
- Type string
- Entity type from a schema e.g. Address.
- Confidence float64
- Optional. Confidence of detected Schema entity. Range [0, 1].
- MentionId string
- Optional. Deprecated. Use idfield instead.
- MentionText string
- Optional. Text value of the entity e.g. 1600 Amphitheatre Pkwy.
- NormalizedValue GoogleCloud Documentai V1Document Entity Normalized Value Response 
- 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.
- PageAnchor GoogleCloud Documentai V1Document Page Anchor Response 
- Optional. Represents the provenance of this entity wrt. the location on the page where it was found.
- Properties
[]GoogleCloud Documentai V1Document Entity Response 
- Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.
- Provenance
GoogleCloud Documentai V1Document Provenance Response 
- Optional. The history of this annotation.
- Redacted bool
- Optional. Whether the entity will be redacted for de-identification purposes.
- TextAnchor GoogleCloud Documentai V1Document Text Anchor Response 
- Optional. Provenance of the entity. Text anchor indexing into the Document.text.
- Type string
- Entity type from a schema e.g. Address.
- confidence Double
- Optional. Confidence of detected Schema entity. Range [0, 1].
- mentionId String
- Optional. Deprecated. Use idfield instead.
- mentionText String
- Optional. Text value of the entity e.g. 1600 Amphitheatre Pkwy.
- normalizedValue GoogleCloud Documentai V1Document Entity Normalized Value Response 
- 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.
- pageAnchor GoogleCloud Documentai V1Document Page Anchor Response 
- Optional. Represents the provenance of this entity wrt. the location on the page where it was found.
- properties
List<GoogleCloud Documentai V1Document Entity Response> 
- Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.
- provenance
GoogleCloud Documentai V1Document Provenance Response 
- Optional. The history of this annotation.
- redacted Boolean
- Optional. Whether the entity will be redacted for de-identification purposes.
- textAnchor GoogleCloud Documentai V1Document Text Anchor Response 
- Optional. Provenance of the entity. Text anchor indexing into the Document.text.
- type String
- Entity type from a schema e.g. Address.
- confidence number
- Optional. Confidence of detected Schema entity. Range [0, 1].
- mentionId string
- Optional. Deprecated. Use idfield instead.
- mentionText string
- Optional. Text value of the entity e.g. 1600 Amphitheatre Pkwy.
- normalizedValue GoogleCloud Documentai V1Document Entity Normalized Value Response 
- 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.
- pageAnchor GoogleCloud Documentai V1Document Page Anchor Response 
- Optional. Represents the provenance of this entity wrt. the location on the page where it was found.
- properties
GoogleCloud Documentai V1Document Entity Response[] 
- Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.
- provenance
GoogleCloud Documentai V1Document Provenance Response 
- Optional. The history of this annotation.
- redacted boolean
- Optional. Whether the entity will be redacted for de-identification purposes.
- textAnchor GoogleCloud Documentai V1Document Text Anchor Response 
- Optional. Provenance of the entity. Text anchor indexing into the Document.text.
- type string
- Entity type from a schema e.g. Address.
- confidence float
- Optional. Confidence of detected Schema entity. Range [0, 1].
- mention_id str
- Optional. Deprecated. Use idfield instead.
- mention_text str
- Optional. Text value of the entity e.g. 1600 Amphitheatre Pkwy.
- normalized_value GoogleCloud Documentai V1Document Entity Normalized Value Response 
- 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.
- page_anchor GoogleCloud Documentai V1Document Page Anchor Response 
- Optional. Represents the provenance of this entity wrt. the location on the page where it was found.
- properties
Sequence[GoogleCloud Documentai V1Document Entity Response] 
- Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.
- provenance
GoogleCloud Documentai V1Document Provenance Response 
- Optional. The history of this annotation.
- redacted bool
- Optional. Whether the entity will be redacted for de-identification purposes.
- text_anchor GoogleCloud Documentai V1Document Text Anchor Response 
- Optional. Provenance of the entity. Text anchor indexing into the Document.text.
- type str
- Entity type from a schema e.g. Address.
- confidence Number
- Optional. Confidence of detected Schema entity. Range [0, 1].
- mentionId String
- Optional. Deprecated. Use idfield instead.
- mentionText String
- Optional. Text value of the entity e.g. 1600 Amphitheatre Pkwy.
- normalizedValue Property Map
- 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.
- pageAnchor Property Map
- Optional. Represents the provenance of this entity wrt. the location on the page where it was found.
- properties List<Property Map>
- Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.
- provenance Property Map
- Optional. The history of this annotation.
- redacted Boolean
- Optional. Whether the entity will be redacted for de-identification purposes.
- textAnchor Property Map
- Optional. Provenance of the entity. Text anchor indexing into the Document.text.
- type String
- Entity type from a schema e.g. Address.
GoogleCloudDocumentaiV1DocumentPage, GoogleCloudDocumentaiV1DocumentPageArgs          
- Blocks
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Block> 
- 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.
- DetectedBarcodes List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Barcode> 
- A list of detected barcodes.
- DetectedLanguages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language> 
- A list of detected languages together with confidence.
- Dimension
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Dimension 
- Physical dimension of the page.
- FormFields List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Form Field> 
- A list of visually detected form fields on the page.
- Image
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page 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.
- ImageQuality Pulumi.Scores Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Image Quality Scores 
- Image quality scores.
- Layout
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout 
- Layout for the page.
- Lines
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Line> 
- A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line.
- PageNumber int
- 1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for individual processing.
- Paragraphs
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Paragraph> 
- A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph.
- Provenance
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance 
- The history of this page.
- Symbols
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Symbol> 
- A list of visually detected symbols on the page.
- Tables
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Table> 
- A list of visually detected tables on the page.
- Tokens
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Token> 
- A list of visually detected tokens on the page.
- Transforms
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Matrix> 
- Transformation matrices that were applied to the original document image to produce Page.image.
- VisualElements List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Visual Element> 
- A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.
- Blocks
[]GoogleCloud Documentai V1Document Page Block 
- 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.
- DetectedBarcodes []GoogleCloud Documentai V1Document Page Detected Barcode 
- A list of detected barcodes.
- DetectedLanguages []GoogleCloud Documentai V1Document Page Detected Language 
- A list of detected languages together with confidence.
- Dimension
GoogleCloud Documentai V1Document Page Dimension 
- Physical dimension of the page.
- FormFields []GoogleCloud Documentai V1Document Page Form Field 
- A list of visually detected form fields on the page.
- Image
GoogleCloud Documentai V1Document Page 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.
- ImageQuality GoogleScores Cloud Documentai V1Document Page Image Quality Scores 
- Image quality scores.
- Layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for the page.
- Lines
[]GoogleCloud Documentai V1Document Page Line 
- A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line.
- PageNumber int
- 1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for individual processing.
- Paragraphs
[]GoogleCloud Documentai V1Document Page Paragraph 
- A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph.
- Provenance
GoogleCloud Documentai V1Document Provenance 
- The history of this page.
- Symbols
[]GoogleCloud Documentai V1Document Page Symbol 
- A list of visually detected symbols on the page.
- Tables
[]GoogleCloud Documentai V1Document Page Table 
- A list of visually detected tables on the page.
- Tokens
[]GoogleCloud Documentai V1Document Page Token 
- A list of visually detected tokens on the page.
- Transforms
[]GoogleCloud Documentai V1Document Page Matrix 
- Transformation matrices that were applied to the original document image to produce Page.image.
- VisualElements []GoogleCloud Documentai V1Document Page Visual Element 
- A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.
- blocks
List<GoogleCloud Documentai V1Document Page Block> 
- 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.
- detectedBarcodes List<GoogleCloud Documentai V1Document Page Detected Barcode> 
- A list of detected barcodes.
- detectedLanguages List<GoogleCloud Documentai V1Document Page Detected Language> 
- A list of detected languages together with confidence.
- dimension
GoogleCloud Documentai V1Document Page Dimension 
- Physical dimension of the page.
- formFields List<GoogleCloud Documentai V1Document Page Form Field> 
- A list of visually detected form fields on the page.
- image
GoogleCloud Documentai V1Document Page 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.
- imageQuality GoogleScores Cloud Documentai V1Document Page Image Quality Scores 
- Image quality scores.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for the page.
- lines
List<GoogleCloud Documentai V1Document Page Line> 
- A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line.
- pageNumber Integer
- 1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for individual processing.
- paragraphs
List<GoogleCloud Documentai V1Document Page Paragraph> 
- A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph.
- provenance
GoogleCloud Documentai V1Document Provenance 
- The history of this page.
- symbols
List<GoogleCloud Documentai V1Document Page Symbol> 
- A list of visually detected symbols on the page.
- tables
List<GoogleCloud Documentai V1Document Page Table> 
- A list of visually detected tables on the page.
- tokens
List<GoogleCloud Documentai V1Document Page Token> 
- A list of visually detected tokens on the page.
- transforms
List<GoogleCloud Documentai V1Document Page Matrix> 
- Transformation matrices that were applied to the original document image to produce Page.image.
- visualElements List<GoogleCloud Documentai V1Document Page Visual Element> 
- A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.
- blocks
GoogleCloud Documentai V1Document Page Block[] 
- 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.
- detectedBarcodes GoogleCloud Documentai V1Document Page Detected Barcode[] 
- A list of detected barcodes.
- detectedLanguages GoogleCloud Documentai V1Document Page Detected Language[] 
- A list of detected languages together with confidence.
- dimension
GoogleCloud Documentai V1Document Page Dimension 
- Physical dimension of the page.
- formFields GoogleCloud Documentai V1Document Page Form Field[] 
- A list of visually detected form fields on the page.
- image
GoogleCloud Documentai V1Document Page 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.
- imageQuality GoogleScores Cloud Documentai V1Document Page Image Quality Scores 
- Image quality scores.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for the page.
- lines
GoogleCloud Documentai V1Document Page Line[] 
- A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line.
- pageNumber number
- 1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for individual processing.
- paragraphs
GoogleCloud Documentai V1Document Page Paragraph[] 
- A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph.
- provenance
GoogleCloud Documentai V1Document Provenance 
- The history of this page.
- symbols
GoogleCloud Documentai V1Document Page Symbol[] 
- A list of visually detected symbols on the page.
- tables
GoogleCloud Documentai V1Document Page Table[] 
- A list of visually detected tables on the page.
- tokens
GoogleCloud Documentai V1Document Page Token[] 
- A list of visually detected tokens on the page.
- transforms
GoogleCloud Documentai V1Document Page Matrix[] 
- Transformation matrices that were applied to the original document image to produce Page.image.
- visualElements GoogleCloud Documentai V1Document Page Visual Element[] 
- A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.
- blocks
Sequence[GoogleCloud Documentai V1Document Page Block] 
- 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.
- detected_barcodes Sequence[GoogleCloud Documentai V1Document Page Detected Barcode] 
- A list of detected barcodes.
- detected_languages Sequence[GoogleCloud Documentai V1Document Page Detected Language] 
- A list of detected languages together with confidence.
- dimension
GoogleCloud Documentai V1Document Page Dimension 
- Physical dimension of the page.
- form_fields Sequence[GoogleCloud Documentai V1Document Page Form Field] 
- A list of visually detected form fields on the page.
- image
GoogleCloud Documentai V1Document Page 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_quality_ Googlescores Cloud Documentai V1Document Page Image Quality Scores 
- Image quality scores.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for the page.
- lines
Sequence[GoogleCloud Documentai V1Document Page Line] 
- A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line.
- page_number int
- 1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for individual processing.
- paragraphs
Sequence[GoogleCloud Documentai V1Document Page Paragraph] 
- A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph.
- provenance
GoogleCloud Documentai V1Document Provenance 
- The history of this page.
- symbols
Sequence[GoogleCloud Documentai V1Document Page Symbol] 
- A list of visually detected symbols on the page.
- tables
Sequence[GoogleCloud Documentai V1Document Page Table] 
- A list of visually detected tables on the page.
- tokens
Sequence[GoogleCloud Documentai V1Document Page Token] 
- A list of visually detected tokens on the page.
- transforms
Sequence[GoogleCloud Documentai V1Document Page Matrix] 
- Transformation matrices that were applied to the original document image to produce Page.image.
- visual_elements Sequence[GoogleCloud Documentai V1Document Page Visual Element] 
- A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.
- blocks List<Property Map>
- 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.
- detectedBarcodes List<Property Map>
- A list of detected barcodes.
- detectedLanguages List<Property Map>
- A list of detected languages together with confidence.
- dimension Property Map
- Physical dimension of the page.
- formFields List<Property Map>
- A list of visually detected form fields on the page.
- image Property Map
- 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.
- imageQuality Property MapScores 
- Image quality scores.
- layout Property Map
- Layout for the page.
- lines List<Property Map>
- A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line.
- pageNumber Number
- 1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for individual processing.
- paragraphs List<Property Map>
- A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph.
- provenance Property Map
- The history of this page.
- symbols List<Property Map>
- A list of visually detected symbols on the page.
- tables List<Property Map>
- A list of visually detected tables on the page.
- tokens List<Property Map>
- A list of visually detected tokens on the page.
- transforms List<Property Map>
- Transformation matrices that were applied to the original document image to produce Page.image.
- visualElements List<Property Map>
- A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.
GoogleCloudDocumentaiV1DocumentPageAnchor, GoogleCloudDocumentaiV1DocumentPageAnchorArgs            
- PageRefs List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Anchor Page Ref> 
- One or more references to visual page elements
- PageRefs []GoogleCloud Documentai V1Document Page Anchor Page Ref 
- One or more references to visual page elements
- pageRefs List<GoogleCloud Documentai V1Document Page Anchor Page Ref> 
- One or more references to visual page elements
- pageRefs GoogleCloud Documentai V1Document Page Anchor Page Ref[] 
- One or more references to visual page elements
- page_refs Sequence[GoogleCloud Documentai V1Document Page Anchor Page Ref] 
- One or more references to visual page elements
- pageRefs List<Property Map>
- One or more references to visual page elements
GoogleCloudDocumentaiV1DocumentPageAnchorPageRef, GoogleCloudDocumentaiV1DocumentPageAnchorPageRefArgs                
- Page string
- Index into the Document.pages element, for example using Document.pagesto locate the related page element. This field is skipped when its value is the default0. See https://developers.google.com/protocol-buffers/docs/proto3#json.
- BoundingPoly Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Bounding Poly 
- Optional. Identifies the bounding polygon of a layout element on the page.
- Confidence double
- Optional. Confidence of detected page element, if applicable. Range [0, 1].
- LayoutId string
- Optional. Deprecated. Use PageRef.bounding_poly instead.
- LayoutType Pulumi.Google Native. Contentwarehouse. V1. Google Cloud Documentai V1Document Page Anchor Page Ref Layout Type 
- Optional. The type of the layout element that is being referenced if any.
- Page string
- Index into the Document.pages element, for example using Document.pagesto locate the related page element. This field is skipped when its value is the default0. See https://developers.google.com/protocol-buffers/docs/proto3#json.
- BoundingPoly GoogleCloud Documentai V1Bounding Poly 
- Optional. Identifies the bounding polygon of a layout element on the page.
- Confidence float64
- Optional. Confidence of detected page element, if applicable. Range [0, 1].
- LayoutId string
- Optional. Deprecated. Use PageRef.bounding_poly instead.
- LayoutType GoogleCloud Documentai V1Document Page Anchor Page Ref Layout Type 
- Optional. The type of the layout element that is being referenced if any.
- page String
- Index into the Document.pages element, for example using Document.pagesto locate the related page element. This field is skipped when its value is the default0. See https://developers.google.com/protocol-buffers/docs/proto3#json.
- boundingPoly GoogleCloud Documentai V1Bounding Poly 
- Optional. Identifies the bounding polygon of a layout element on the page.
- confidence Double
- Optional. Confidence of detected page element, if applicable. Range [0, 1].
- layoutId String
- Optional. Deprecated. Use PageRef.bounding_poly instead.
- layoutType GoogleCloud Documentai V1Document Page Anchor Page Ref Layout Type 
- Optional. The type of the layout element that is being referenced if any.
- page string
- Index into the Document.pages element, for example using Document.pagesto locate the related page element. This field is skipped when its value is the default0. See https://developers.google.com/protocol-buffers/docs/proto3#json.
- boundingPoly GoogleCloud Documentai V1Bounding Poly 
- Optional. Identifies the bounding polygon of a layout element on the page.
- confidence number
- Optional. Confidence of detected page element, if applicable. Range [0, 1].
- layoutId string
- Optional. Deprecated. Use PageRef.bounding_poly instead.
- layoutType GoogleCloud Documentai V1Document Page Anchor Page Ref Layout Type 
- Optional. The type of the layout element that is being referenced if any.
- page str
- Index into the Document.pages element, for example using Document.pagesto locate the related page element. This field is skipped when its value is the default0. See https://developers.google.com/protocol-buffers/docs/proto3#json.
- bounding_poly GoogleCloud Documentai V1Bounding Poly 
- Optional. Identifies the bounding polygon of a layout element on the page.
- confidence float
- Optional. Confidence of detected page element, if applicable. Range [0, 1].
- layout_id str
- Optional. Deprecated. Use PageRef.bounding_poly instead.
- layout_type GoogleCloud Documentai V1Document Page Anchor Page Ref Layout Type 
- Optional. The type of the layout element that is being referenced if any.
- page String
- Index into the Document.pages element, for example using Document.pagesto locate the related page element. This field is skipped when its value is the default0. See https://developers.google.com/protocol-buffers/docs/proto3#json.
- boundingPoly Property Map
- Optional. Identifies the bounding polygon of a layout element on the page.
- confidence Number
- Optional. Confidence of detected page element, if applicable. Range [0, 1].
- layoutId String
- Optional. Deprecated. Use PageRef.bounding_poly instead.
- layoutType "LAYOUT_TYPE_UNSPECIFIED" | "BLOCK" | "PARAGRAPH" | "LINE" | "TOKEN" | "VISUAL_ELEMENT" | "TABLE" | "FORM_FIELD"
- Optional. The type of the layout element that is being referenced if any.
GoogleCloudDocumentaiV1DocumentPageAnchorPageRefLayoutType, GoogleCloudDocumentaiV1DocumentPageAnchorPageRefLayoutTypeArgs                    
- LayoutType Unspecified 
- LAYOUT_TYPE_UNSPECIFIEDLayout Unspecified.
- Block
- BLOCKReferences a Page.blocks element.
- Paragraph
- PARAGRAPHReferences a Page.paragraphs element.
- Line
- LINEReferences a Page.lines element.
- Token
- TOKENReferences a Page.tokens element.
- VisualElement 
- VISUAL_ELEMENTReferences a Page.visual_elements element.
- Table
- TABLERefrrences a Page.tables element.
- FormField 
- FORM_FIELDReferences a Page.form_fields element.
- GoogleCloud Documentai V1Document Page Anchor Page Ref Layout Type Layout Type Unspecified 
- LAYOUT_TYPE_UNSPECIFIEDLayout Unspecified.
- GoogleCloud Documentai V1Document Page Anchor Page Ref Layout Type Block 
- BLOCKReferences a Page.blocks element.
- GoogleCloud Documentai V1Document Page Anchor Page Ref Layout Type Paragraph 
- PARAGRAPHReferences a Page.paragraphs element.
- GoogleCloud Documentai V1Document Page Anchor Page Ref Layout Type Line 
- LINEReferences a Page.lines element.
- GoogleCloud Documentai V1Document Page Anchor Page Ref Layout Type Token 
- TOKENReferences a Page.tokens element.
- GoogleCloud Documentai V1Document Page Anchor Page Ref Layout Type Visual Element 
- VISUAL_ELEMENTReferences a Page.visual_elements element.
- GoogleCloud Documentai V1Document Page Anchor Page Ref Layout Type Table 
- TABLERefrrences a Page.tables element.
- GoogleCloud Documentai V1Document Page Anchor Page Ref Layout Type Form Field 
- FORM_FIELDReferences a Page.form_fields element.
- LayoutType Unspecified 
- LAYOUT_TYPE_UNSPECIFIEDLayout Unspecified.
- Block
- BLOCKReferences a Page.blocks element.
- Paragraph
- PARAGRAPHReferences a Page.paragraphs element.
- Line
- LINEReferences a Page.lines element.
- Token
- TOKENReferences a Page.tokens element.
- VisualElement 
- VISUAL_ELEMENTReferences a Page.visual_elements element.
- Table
- TABLERefrrences a Page.tables element.
- FormField 
- FORM_FIELDReferences a Page.form_fields element.
- LayoutType Unspecified 
- LAYOUT_TYPE_UNSPECIFIEDLayout Unspecified.
- Block
- BLOCKReferences a Page.blocks element.
- Paragraph
- PARAGRAPHReferences a Page.paragraphs element.
- Line
- LINEReferences a Page.lines element.
- Token
- TOKENReferences a Page.tokens element.
- VisualElement 
- VISUAL_ELEMENTReferences a Page.visual_elements element.
- Table
- TABLERefrrences a Page.tables element.
- FormField 
- FORM_FIELDReferences a Page.form_fields element.
- LAYOUT_TYPE_UNSPECIFIED
- LAYOUT_TYPE_UNSPECIFIEDLayout Unspecified.
- BLOCK
- BLOCKReferences a Page.blocks element.
- PARAGRAPH
- PARAGRAPHReferences a Page.paragraphs element.
- LINE
- LINEReferences a Page.lines element.
- TOKEN
- TOKENReferences a Page.tokens element.
- VISUAL_ELEMENT
- VISUAL_ELEMENTReferences a Page.visual_elements element.
- TABLE
- TABLERefrrences a Page.tables element.
- FORM_FIELD
- FORM_FIELDReferences a Page.form_fields element.
- "LAYOUT_TYPE_UNSPECIFIED"
- LAYOUT_TYPE_UNSPECIFIEDLayout Unspecified.
- "BLOCK"
- BLOCKReferences a Page.blocks element.
- "PARAGRAPH"
- PARAGRAPHReferences a Page.paragraphs element.
- "LINE"
- LINEReferences a Page.lines element.
- "TOKEN"
- TOKENReferences a Page.tokens element.
- "VISUAL_ELEMENT"
- VISUAL_ELEMENTReferences a Page.visual_elements element.
- "TABLE"
- TABLERefrrences a Page.tables element.
- "FORM_FIELD"
- FORM_FIELDReferences a Page.form_fields element.
GoogleCloudDocumentaiV1DocumentPageAnchorPageRefResponse, GoogleCloudDocumentaiV1DocumentPageAnchorPageRefResponseArgs                  
- BoundingPoly Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Bounding Poly Response 
- Optional. Identifies the bounding polygon of a layout element on the page.
- Confidence double
- Optional. Confidence of detected page element, if applicable. Range [0, 1].
- LayoutId string
- Optional. Deprecated. Use PageRef.bounding_poly instead.
- LayoutType string
- Optional. The type of the layout element that is being referenced if any.
- Page string
- Index into the Document.pages element, for example using Document.pagesto locate the related page element. This field is skipped when its value is the default0. See https://developers.google.com/protocol-buffers/docs/proto3#json.
- BoundingPoly GoogleCloud Documentai V1Bounding Poly Response 
- Optional. Identifies the bounding polygon of a layout element on the page.
- Confidence float64
- Optional. Confidence of detected page element, if applicable. Range [0, 1].
- LayoutId string
- Optional. Deprecated. Use PageRef.bounding_poly instead.
- LayoutType string
- Optional. The type of the layout element that is being referenced if any.
- Page string
- Index into the Document.pages element, for example using Document.pagesto locate the related page element. This field is skipped when its value is the default0. See https://developers.google.com/protocol-buffers/docs/proto3#json.
- boundingPoly GoogleCloud Documentai V1Bounding Poly Response 
- Optional. Identifies the bounding polygon of a layout element on the page.
- confidence Double
- Optional. Confidence of detected page element, if applicable. Range [0, 1].
- layoutId String
- Optional. Deprecated. Use PageRef.bounding_poly instead.
- layoutType String
- Optional. The type of the layout element that is being referenced if any.
- page String
- Index into the Document.pages element, for example using Document.pagesto locate the related page element. This field is skipped when its value is the default0. See https://developers.google.com/protocol-buffers/docs/proto3#json.
- boundingPoly GoogleCloud Documentai V1Bounding Poly Response 
- Optional. Identifies the bounding polygon of a layout element on the page.
- confidence number
- Optional. Confidence of detected page element, if applicable. Range [0, 1].
- layoutId string
- Optional. Deprecated. Use PageRef.bounding_poly instead.
- layoutType string
- Optional. The type of the layout element that is being referenced if any.
- page string
- Index into the Document.pages element, for example using Document.pagesto locate the related page element. This field is skipped when its value is the default0. See https://developers.google.com/protocol-buffers/docs/proto3#json.
- bounding_poly GoogleCloud Documentai V1Bounding Poly Response 
- Optional. Identifies the bounding polygon of a layout element on the page.
- confidence float
- Optional. Confidence of detected page element, if applicable. Range [0, 1].
- layout_id str
- Optional. Deprecated. Use PageRef.bounding_poly instead.
- layout_type str
- Optional. The type of the layout element that is being referenced if any.
- page str
- Index into the Document.pages element, for example using Document.pagesto locate the related page element. This field is skipped when its value is the default0. See https://developers.google.com/protocol-buffers/docs/proto3#json.
- boundingPoly Property Map
- Optional. Identifies the bounding polygon of a layout element on the page.
- confidence Number
- Optional. Confidence of detected page element, if applicable. Range [0, 1].
- layoutId String
- Optional. Deprecated. Use PageRef.bounding_poly instead.
- layoutType String
- Optional. The type of the layout element that is being referenced if any.
- page String
- Index into the Document.pages element, for example using Document.pagesto locate the related page element. This field is skipped when its value is the default0. See https://developers.google.com/protocol-buffers/docs/proto3#json.
GoogleCloudDocumentaiV1DocumentPageAnchorResponse, GoogleCloudDocumentaiV1DocumentPageAnchorResponseArgs              
- PageRefs List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Anchor Page Ref Response> 
- One or more references to visual page elements
- PageRefs []GoogleCloud Documentai V1Document Page Anchor Page Ref Response 
- One or more references to visual page elements
- pageRefs List<GoogleCloud Documentai V1Document Page Anchor Page Ref Response> 
- One or more references to visual page elements
- pageRefs GoogleCloud Documentai V1Document Page Anchor Page Ref Response[] 
- One or more references to visual page elements
- page_refs Sequence[GoogleCloud Documentai V1Document Page Anchor Page Ref Response] 
- One or more references to visual page elements
- pageRefs List<Property Map>
- One or more references to visual page elements
GoogleCloudDocumentaiV1DocumentPageBlock, GoogleCloudDocumentaiV1DocumentPageBlockArgs            
- DetectedLanguages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language> 
- A list of detected languages together with confidence.
- Layout
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout 
- Layout for Block.
- Provenance
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance 
- The history of this annotation.
- DetectedLanguages []GoogleCloud Documentai V1Document Page Detected Language 
- A list of detected languages together with confidence.
- Layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for Block.
- Provenance
GoogleCloud Documentai V1Document Provenance 
- The history of this annotation.
- detectedLanguages List<GoogleCloud Documentai V1Document Page Detected Language> 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for Block.
- provenance
GoogleCloud Documentai V1Document Provenance 
- The history of this annotation.
- detectedLanguages GoogleCloud Documentai V1Document Page Detected Language[] 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for Block.
- provenance
GoogleCloud Documentai V1Document Provenance 
- The history of this annotation.
- detected_languages Sequence[GoogleCloud Documentai V1Document Page Detected Language] 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for Block.
- provenance
GoogleCloud Documentai V1Document Provenance 
- The history of this annotation.
- detectedLanguages List<Property Map>
- A list of detected languages together with confidence.
- layout Property Map
- Layout for Block.
- provenance Property Map
- The history of this annotation.
GoogleCloudDocumentaiV1DocumentPageBlockResponse, GoogleCloudDocumentaiV1DocumentPageBlockResponseArgs              
- DetectedLanguages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language Response> 
- A list of detected languages together with confidence.
- Layout
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Response 
- Layout for Block.
- Provenance
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance Response 
- The history of this annotation.
- DetectedLanguages []GoogleCloud Documentai V1Document Page Detected Language Response 
- A list of detected languages together with confidence.
- Layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for Block.
- Provenance
GoogleCloud Documentai V1Document Provenance Response 
- The history of this annotation.
- detectedLanguages List<GoogleCloud Documentai V1Document Page Detected Language Response> 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for Block.
- provenance
GoogleCloud Documentai V1Document Provenance Response 
- The history of this annotation.
- detectedLanguages GoogleCloud Documentai V1Document Page Detected Language Response[] 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for Block.
- provenance
GoogleCloud Documentai V1Document Provenance Response 
- The history of this annotation.
- detected_languages Sequence[GoogleCloud Documentai V1Document Page Detected Language Response] 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for Block.
- provenance
GoogleCloud Documentai V1Document Provenance Response 
- The history of this annotation.
- detectedLanguages List<Property Map>
- A list of detected languages together with confidence.
- layout Property Map
- Layout for Block.
- provenance Property Map
- The history of this annotation.
GoogleCloudDocumentaiV1DocumentPageDetectedBarcode, GoogleCloudDocumentaiV1DocumentPageDetectedBarcodeArgs              
- Barcode
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Barcode 
- Detailed barcode information of the DetectedBarcode.
- Layout
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout 
- Layout for DetectedBarcode.
- Barcode
GoogleCloud Documentai V1Barcode 
- Detailed barcode information of the DetectedBarcode.
- Layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for DetectedBarcode.
- barcode
GoogleCloud Documentai V1Barcode 
- Detailed barcode information of the DetectedBarcode.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for DetectedBarcode.
- barcode
GoogleCloud Documentai V1Barcode 
- Detailed barcode information of the DetectedBarcode.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for DetectedBarcode.
- barcode
GoogleCloud Documentai V1Barcode 
- Detailed barcode information of the DetectedBarcode.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for DetectedBarcode.
- barcode Property Map
- Detailed barcode information of the DetectedBarcode.
- layout Property Map
- Layout for DetectedBarcode.
GoogleCloudDocumentaiV1DocumentPageDetectedBarcodeResponse, GoogleCloudDocumentaiV1DocumentPageDetectedBarcodeResponseArgs                
- Barcode
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Barcode Response 
- Detailed barcode information of the DetectedBarcode.
- Layout
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Response 
- Layout for DetectedBarcode.
- Barcode
GoogleCloud Documentai V1Barcode Response 
- Detailed barcode information of the DetectedBarcode.
- Layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for DetectedBarcode.
- barcode
GoogleCloud Documentai V1Barcode Response 
- Detailed barcode information of the DetectedBarcode.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for DetectedBarcode.
- barcode
GoogleCloud Documentai V1Barcode Response 
- Detailed barcode information of the DetectedBarcode.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for DetectedBarcode.
- barcode
GoogleCloud Documentai V1Barcode Response 
- Detailed barcode information of the DetectedBarcode.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for DetectedBarcode.
- barcode Property Map
- Detailed barcode information of the DetectedBarcode.
- layout Property Map
- Layout for DetectedBarcode.
GoogleCloudDocumentaiV1DocumentPageDetectedLanguage, GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs              
- Confidence double
- Confidence of detected language. Range [0, 1].
- LanguageCode string
- The BCP-47 language code, such as en-USorsr-Latn.
- Confidence float64
- Confidence of detected language. Range [0, 1].
- LanguageCode string
- The BCP-47 language code, such as en-USorsr-Latn.
- confidence Double
- Confidence of detected language. Range [0, 1].
- languageCode String
- The BCP-47 language code, such as en-USorsr-Latn.
- confidence number
- Confidence of detected language. Range [0, 1].
- languageCode string
- The BCP-47 language code, such as en-USorsr-Latn.
- confidence float
- Confidence of detected language. Range [0, 1].
- language_code str
- The BCP-47 language code, such as en-USorsr-Latn.
- confidence Number
- Confidence of detected language. Range [0, 1].
- languageCode String
- The BCP-47 language code, such as en-USorsr-Latn.
GoogleCloudDocumentaiV1DocumentPageDetectedLanguageResponse, GoogleCloudDocumentaiV1DocumentPageDetectedLanguageResponseArgs                
- Confidence double
- Confidence of detected language. Range [0, 1].
- LanguageCode string
- The BCP-47 language code, such as en-USorsr-Latn.
- Confidence float64
- Confidence of detected language. Range [0, 1].
- LanguageCode string
- The BCP-47 language code, such as en-USorsr-Latn.
- confidence Double
- Confidence of detected language. Range [0, 1].
- languageCode String
- The BCP-47 language code, such as en-USorsr-Latn.
- confidence number
- Confidence of detected language. Range [0, 1].
- languageCode string
- The BCP-47 language code, such as en-USorsr-Latn.
- confidence float
- Confidence of detected language. Range [0, 1].
- language_code str
- The BCP-47 language code, such as en-USorsr-Latn.
- confidence Number
- Confidence of detected language. Range [0, 1].
- languageCode String
- The BCP-47 language code, such as en-USorsr-Latn.
GoogleCloudDocumentaiV1DocumentPageDimension, GoogleCloudDocumentaiV1DocumentPageDimensionArgs            
GoogleCloudDocumentaiV1DocumentPageDimensionResponse, GoogleCloudDocumentaiV1DocumentPageDimensionResponseArgs              
GoogleCloudDocumentaiV1DocumentPageFormField, GoogleCloudDocumentaiV1DocumentPageFormFieldArgs              
- CorrectedKey stringText 
- 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.
- CorrectedValue stringText 
- 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.
- FieldName Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout 
- Layout for the FormField name. e.g. Address,Email,Grand total,Phone number, etc.
- FieldValue Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout 
- Layout for the FormField value.
- NameDetected List<Pulumi.Languages Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language> 
- A list of detected languages for name together with confidence.
- Provenance
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance 
- The history of this annotation.
- ValueDetected List<Pulumi.Languages Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language> 
- A list of detected languages for value together with confidence.
- ValueType string
- If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the field_valueis normal text) -unfilled_checkbox-filled_checkbox
- CorrectedKey stringText 
- 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.
- CorrectedValue stringText 
- 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.
- FieldName GoogleCloud Documentai V1Document Page Layout 
- Layout for the FormField name. e.g. Address,Email,Grand total,Phone number, etc.
- FieldValue GoogleCloud Documentai V1Document Page Layout 
- Layout for the FormField value.
- NameDetected []GoogleLanguages Cloud Documentai V1Document Page Detected Language 
- A list of detected languages for name together with confidence.
- Provenance
GoogleCloud Documentai V1Document Provenance 
- The history of this annotation.
- ValueDetected []GoogleLanguages Cloud Documentai V1Document Page Detected Language 
- A list of detected languages for value together with confidence.
- ValueType string
- If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the field_valueis normal text) -unfilled_checkbox-filled_checkbox
- correctedKey StringText 
- 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.
- correctedValue StringText 
- 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.
- fieldName GoogleCloud Documentai V1Document Page Layout 
- Layout for the FormField name. e.g. Address,Email,Grand total,Phone number, etc.
- fieldValue GoogleCloud Documentai V1Document Page Layout 
- Layout for the FormField value.
- nameDetected List<GoogleLanguages Cloud Documentai V1Document Page Detected Language> 
- A list of detected languages for name together with confidence.
- provenance
GoogleCloud Documentai V1Document Provenance 
- The history of this annotation.
- valueDetected List<GoogleLanguages Cloud Documentai V1Document Page Detected Language> 
- A list of detected languages for value together with confidence.
- valueType String
- If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the field_valueis normal text) -unfilled_checkbox-filled_checkbox
- correctedKey stringText 
- 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.
- correctedValue stringText 
- 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.
- fieldName GoogleCloud Documentai V1Document Page Layout 
- Layout for the FormField name. e.g. Address,Email,Grand total,Phone number, etc.
- fieldValue GoogleCloud Documentai V1Document Page Layout 
- Layout for the FormField value.
- nameDetected GoogleLanguages Cloud Documentai V1Document Page Detected Language[] 
- A list of detected languages for name together with confidence.
- provenance
GoogleCloud Documentai V1Document Provenance 
- The history of this annotation.
- valueDetected GoogleLanguages Cloud Documentai V1Document Page Detected Language[] 
- A list of detected languages for value together with confidence.
- valueType string
- If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the field_valueis normal text) -unfilled_checkbox-filled_checkbox
- corrected_key_ strtext 
- 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.
- corrected_value_ strtext 
- 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.
- field_name GoogleCloud Documentai V1Document Page Layout 
- Layout for the FormField name. e.g. Address,Email,Grand total,Phone number, etc.
- field_value GoogleCloud Documentai V1Document Page Layout 
- Layout for the FormField value.
- name_detected_ Sequence[Googlelanguages Cloud Documentai V1Document Page Detected Language] 
- A list of detected languages for name together with confidence.
- provenance
GoogleCloud Documentai V1Document Provenance 
- The history of this annotation.
- value_detected_ Sequence[Googlelanguages Cloud Documentai V1Document Page Detected Language] 
- A list of detected languages for value together with confidence.
- value_type str
- If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the field_valueis normal text) -unfilled_checkbox-filled_checkbox
- correctedKey StringText 
- 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.
- correctedValue StringText 
- 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.
- fieldName Property Map
- Layout for the FormField name. e.g. Address,Email,Grand total,Phone number, etc.
- fieldValue Property Map
- Layout for the FormField value.
- nameDetected List<Property Map>Languages 
- A list of detected languages for name together with confidence.
- provenance Property Map
- The history of this annotation.
- valueDetected List<Property Map>Languages 
- A list of detected languages for value together with confidence.
- valueType String
- If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the field_valueis normal text) -unfilled_checkbox-filled_checkbox
GoogleCloudDocumentaiV1DocumentPageFormFieldResponse, GoogleCloudDocumentaiV1DocumentPageFormFieldResponseArgs                
- CorrectedKey stringText 
- 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.
- CorrectedValue stringText 
- 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.
- FieldName Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Response 
- Layout for the FormField name. e.g. Address,Email,Grand total,Phone number, etc.
- FieldValue Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Response 
- Layout for the FormField value.
- NameDetected List<Pulumi.Languages Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language Response> 
- A list of detected languages for name together with confidence.
- Provenance
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance Response 
- The history of this annotation.
- ValueDetected List<Pulumi.Languages Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language Response> 
- A list of detected languages for value together with confidence.
- ValueType string
- If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the field_valueis normal text) -unfilled_checkbox-filled_checkbox
- CorrectedKey stringText 
- 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.
- CorrectedValue stringText 
- 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.
- FieldName GoogleCloud Documentai V1Document Page Layout Response 
- Layout for the FormField name. e.g. Address,Email,Grand total,Phone number, etc.
- FieldValue GoogleCloud Documentai V1Document Page Layout Response 
- Layout for the FormField value.
- NameDetected []GoogleLanguages Cloud Documentai V1Document Page Detected Language Response 
- A list of detected languages for name together with confidence.
- Provenance
GoogleCloud Documentai V1Document Provenance Response 
- The history of this annotation.
- ValueDetected []GoogleLanguages Cloud Documentai V1Document Page Detected Language Response 
- A list of detected languages for value together with confidence.
- ValueType string
- If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the field_valueis normal text) -unfilled_checkbox-filled_checkbox
- correctedKey StringText 
- 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.
- correctedValue StringText 
- 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.
- fieldName GoogleCloud Documentai V1Document Page Layout Response 
- Layout for the FormField name. e.g. Address,Email,Grand total,Phone number, etc.
- fieldValue GoogleCloud Documentai V1Document Page Layout Response 
- Layout for the FormField value.
- nameDetected List<GoogleLanguages Cloud Documentai V1Document Page Detected Language Response> 
- A list of detected languages for name together with confidence.
- provenance
GoogleCloud Documentai V1Document Provenance Response 
- The history of this annotation.
- valueDetected List<GoogleLanguages Cloud Documentai V1Document Page Detected Language Response> 
- A list of detected languages for value together with confidence.
- valueType String
- If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the field_valueis normal text) -unfilled_checkbox-filled_checkbox
- correctedKey stringText 
- 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.
- correctedValue stringText 
- 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.
- fieldName GoogleCloud Documentai V1Document Page Layout Response 
- Layout for the FormField name. e.g. Address,Email,Grand total,Phone number, etc.
- fieldValue GoogleCloud Documentai V1Document Page Layout Response 
- Layout for the FormField value.
- nameDetected GoogleLanguages Cloud Documentai V1Document Page Detected Language Response[] 
- A list of detected languages for name together with confidence.
- provenance
GoogleCloud Documentai V1Document Provenance Response 
- The history of this annotation.
- valueDetected GoogleLanguages Cloud Documentai V1Document Page Detected Language Response[] 
- A list of detected languages for value together with confidence.
- valueType string
- If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the field_valueis normal text) -unfilled_checkbox-filled_checkbox
- corrected_key_ strtext 
- 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.
- corrected_value_ strtext 
- 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.
- field_name GoogleCloud Documentai V1Document Page Layout Response 
- Layout for the FormField name. e.g. Address,Email,Grand total,Phone number, etc.
- field_value GoogleCloud Documentai V1Document Page Layout Response 
- Layout for the FormField value.
- name_detected_ Sequence[Googlelanguages Cloud Documentai V1Document Page Detected Language Response] 
- A list of detected languages for name together with confidence.
- provenance
GoogleCloud Documentai V1Document Provenance Response 
- The history of this annotation.
- value_detected_ Sequence[Googlelanguages Cloud Documentai V1Document Page Detected Language Response] 
- A list of detected languages for value together with confidence.
- value_type str
- If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the field_valueis normal text) -unfilled_checkbox-filled_checkbox
- correctedKey StringText 
- 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.
- correctedValue StringText 
- 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.
- fieldName Property Map
- Layout for the FormField name. e.g. Address,Email,Grand total,Phone number, etc.
- fieldValue Property Map
- Layout for the FormField value.
- nameDetected List<Property Map>Languages 
- A list of detected languages for name together with confidence.
- provenance Property Map
- The history of this annotation.
- valueDetected List<Property Map>Languages 
- A list of detected languages for value together with confidence.
- valueType String
- If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the field_valueis normal text) -unfilled_checkbox-filled_checkbox
GoogleCloudDocumentaiV1DocumentPageImage, GoogleCloudDocumentaiV1DocumentPageImageArgs            
- Content string
- Raw byte content of the image.
- Height int
- Height of the image in pixels.
- MimeType string
- Encoding media type (MIME type) for the image.
- Width int
- Width of the image in pixels.
- Content string
- Raw byte content of the image.
- Height int
- Height of the image in pixels.
- MimeType string
- Encoding media type (MIME type) for the image.
- Width int
- Width of the image in pixels.
- content String
- Raw byte content of the image.
- height Integer
- Height of the image in pixels.
- mimeType String
- Encoding media type (MIME type) for the image.
- width Integer
- Width of the image in pixels.
- content string
- Raw byte content of the image.
- height number
- Height of the image in pixels.
- mimeType string
- Encoding media type (MIME type) for the image.
- width number
- Width of the image in pixels.
- content str
- Raw byte content of the image.
- height int
- Height of the image in pixels.
- mime_type str
- Encoding media type (MIME type) for the image.
- width int
- Width of the image in pixels.
- content String
- Raw byte content of the image.
- height Number
- Height of the image in pixels.
- mimeType String
- Encoding media type (MIME type) for the image.
- width Number
- Width of the image in pixels.
GoogleCloudDocumentaiV1DocumentPageImageQualityScores, GoogleCloudDocumentaiV1DocumentPageImageQualityScoresArgs                
- DetectedDefects List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Image Quality Scores Detected Defect> 
- A list of detected defects.
- QualityScore double
- The overall quality score. Range [0, 1]where1is perfect quality.
- DetectedDefects []GoogleCloud Documentai V1Document Page Image Quality Scores Detected Defect 
- A list of detected defects.
- QualityScore float64
- The overall quality score. Range [0, 1]where1is perfect quality.
- detectedDefects List<GoogleCloud Documentai V1Document Page Image Quality Scores Detected Defect> 
- A list of detected defects.
- qualityScore Double
- The overall quality score. Range [0, 1]where1is perfect quality.
- detectedDefects GoogleCloud Documentai V1Document Page Image Quality Scores Detected Defect[] 
- A list of detected defects.
- qualityScore number
- The overall quality score. Range [0, 1]where1is perfect quality.
- detected_defects Sequence[GoogleCloud Documentai V1Document Page Image Quality Scores Detected Defect] 
- A list of detected defects.
- quality_score float
- The overall quality score. Range [0, 1]where1is perfect quality.
- detectedDefects List<Property Map>
- A list of detected defects.
- qualityScore Number
- The overall quality score. Range [0, 1]where1is perfect quality.
GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect, GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefectArgs                    
- Confidence double
- Confidence of detected defect. Range [0, 1]where1indicates strong confidence that the defect exists.
- Type string
- 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
- Confidence float64
- Confidence of detected defect. Range [0, 1]where1indicates strong confidence that the defect exists.
- Type string
- 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
- confidence Double
- Confidence of detected defect. Range [0, 1]where1indicates strong confidence that the defect exists.
- type String
- 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
- confidence number
- Confidence of detected defect. Range [0, 1]where1indicates strong confidence that the defect exists.
- type string
- 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
- confidence float
- Confidence of detected defect. Range [0, 1]where1indicates strong confidence that the defect exists.
- type str
- 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
- confidence Number
- Confidence of detected defect. Range [0, 1]where1indicates strong confidence that the defect exists.
- type String
- 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
GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefectResponse, GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefectResponseArgs                      
- Confidence double
- Confidence of detected defect. Range [0, 1]where1indicates strong confidence that the defect exists.
- Type string
- 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
- Confidence float64
- Confidence of detected defect. Range [0, 1]where1indicates strong confidence that the defect exists.
- Type string
- 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
- confidence Double
- Confidence of detected defect. Range [0, 1]where1indicates strong confidence that the defect exists.
- type String
- 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
- confidence number
- Confidence of detected defect. Range [0, 1]where1indicates strong confidence that the defect exists.
- type string
- 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
- confidence float
- Confidence of detected defect. Range [0, 1]where1indicates strong confidence that the defect exists.
- type str
- 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
- confidence Number
- Confidence of detected defect. Range [0, 1]where1indicates strong confidence that the defect exists.
- type String
- 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
GoogleCloudDocumentaiV1DocumentPageImageQualityScoresResponse, GoogleCloudDocumentaiV1DocumentPageImageQualityScoresResponseArgs                  
- DetectedDefects List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Image Quality Scores Detected Defect Response> 
- A list of detected defects.
- QualityScore double
- The overall quality score. Range [0, 1]where1is perfect quality.
- DetectedDefects []GoogleCloud Documentai V1Document Page Image Quality Scores Detected Defect Response 
- A list of detected defects.
- QualityScore float64
- The overall quality score. Range [0, 1]where1is perfect quality.
- detectedDefects List<GoogleCloud Documentai V1Document Page Image Quality Scores Detected Defect Response> 
- A list of detected defects.
- qualityScore Double
- The overall quality score. Range [0, 1]where1is perfect quality.
- detectedDefects GoogleCloud Documentai V1Document Page Image Quality Scores Detected Defect Response[] 
- A list of detected defects.
- qualityScore number
- The overall quality score. Range [0, 1]where1is perfect quality.
- detected_defects Sequence[GoogleCloud Documentai V1Document Page Image Quality Scores Detected Defect Response] 
- A list of detected defects.
- quality_score float
- The overall quality score. Range [0, 1]where1is perfect quality.
- detectedDefects List<Property Map>
- A list of detected defects.
- qualityScore Number
- The overall quality score. Range [0, 1]where1is perfect quality.
GoogleCloudDocumentaiV1DocumentPageImageResponse, GoogleCloudDocumentaiV1DocumentPageImageResponseArgs              
- Content string
- Raw byte content of the image.
- Height int
- Height of the image in pixels.
- MimeType string
- Encoding media type (MIME type) for the image.
- Width int
- Width of the image in pixels.
- Content string
- Raw byte content of the image.
- Height int
- Height of the image in pixels.
- MimeType string
- Encoding media type (MIME type) for the image.
- Width int
- Width of the image in pixels.
- content String
- Raw byte content of the image.
- height Integer
- Height of the image in pixels.
- mimeType String
- Encoding media type (MIME type) for the image.
- width Integer
- Width of the image in pixels.
- content string
- Raw byte content of the image.
- height number
- Height of the image in pixels.
- mimeType string
- Encoding media type (MIME type) for the image.
- width number
- Width of the image in pixels.
- content str
- Raw byte content of the image.
- height int
- Height of the image in pixels.
- mime_type str
- Encoding media type (MIME type) for the image.
- width int
- Width of the image in pixels.
- content String
- Raw byte content of the image.
- height Number
- Height of the image in pixels.
- mimeType String
- Encoding media type (MIME type) for the image.
- width Number
- Width of the image in pixels.
GoogleCloudDocumentaiV1DocumentPageLayout, GoogleCloudDocumentaiV1DocumentPageLayoutArgs            
- BoundingPoly Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Bounding Poly 
- The bounding polygon for the Layout.
- Confidence double
- 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].
- Orientation
Pulumi.Google Native. Contentwarehouse. V1. Google Cloud Documentai V1Document Page Layout Orientation 
- Detected orientation for the Layout.
- TextAnchor Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Text Anchor 
- Text anchor indexing into the Document.text.
- BoundingPoly GoogleCloud Documentai V1Bounding Poly 
- The bounding polygon for the Layout.
- Confidence float64
- 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].
- Orientation
GoogleCloud Documentai V1Document Page Layout Orientation 
- Detected orientation for the Layout.
- TextAnchor GoogleCloud Documentai V1Document Text Anchor 
- Text anchor indexing into the Document.text.
- boundingPoly GoogleCloud Documentai V1Bounding Poly 
- The bounding polygon for the Layout.
- confidence Double
- 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].
- orientation
GoogleCloud Documentai V1Document Page Layout Orientation 
- Detected orientation for the Layout.
- textAnchor GoogleCloud Documentai V1Document Text Anchor 
- Text anchor indexing into the Document.text.
- boundingPoly GoogleCloud Documentai V1Bounding Poly 
- The bounding polygon for the Layout.
- confidence number
- 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].
- orientation
GoogleCloud Documentai V1Document Page Layout Orientation 
- Detected orientation for the Layout.
- textAnchor GoogleCloud Documentai V1Document Text Anchor 
- Text anchor indexing into the Document.text.
- bounding_poly GoogleCloud Documentai V1Bounding Poly 
- The bounding polygon for the Layout.
- confidence float
- 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].
- orientation
GoogleCloud Documentai V1Document Page Layout Orientation 
- Detected orientation for the Layout.
- text_anchor GoogleCloud Documentai V1Document Text Anchor 
- Text anchor indexing into the Document.text.
- boundingPoly Property Map
- The bounding polygon for the Layout.
- confidence Number
- 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].
- orientation "ORIENTATION_UNSPECIFIED" | "PAGE_UP" | "PAGE_RIGHT" | "PAGE_DOWN" | "PAGE_LEFT"
- Detected orientation for the Layout.
- textAnchor Property Map
- Text anchor indexing into the Document.text.
GoogleCloudDocumentaiV1DocumentPageLayoutOrientation, GoogleCloudDocumentaiV1DocumentPageLayoutOrientationArgs              
- OrientationUnspecified 
- ORIENTATION_UNSPECIFIEDUnspecified orientation.
- PageUp 
- PAGE_UPOrientation is aligned with page up.
- PageRight 
- PAGE_RIGHTOrientation is aligned with page right. Turn the head 90 degrees clockwise from upright to read.
- PageDown 
- PAGE_DOWNOrientation is aligned with page down. Turn the head 180 degrees from upright to read.
- PageLeft 
- PAGE_LEFTOrientation is aligned with page left. Turn the head 90 degrees counterclockwise from upright to read.
- GoogleCloud Documentai V1Document Page Layout Orientation Orientation Unspecified 
- ORIENTATION_UNSPECIFIEDUnspecified orientation.
- GoogleCloud Documentai V1Document Page Layout Orientation Page Up 
- PAGE_UPOrientation is aligned with page up.
- GoogleCloud Documentai V1Document Page Layout Orientation Page Right 
- PAGE_RIGHTOrientation is aligned with page right. Turn the head 90 degrees clockwise from upright to read.
- GoogleCloud Documentai V1Document Page Layout Orientation Page Down 
- PAGE_DOWNOrientation is aligned with page down. Turn the head 180 degrees from upright to read.
- GoogleCloud Documentai V1Document Page Layout Orientation Page Left 
- PAGE_LEFTOrientation is aligned with page left. Turn the head 90 degrees counterclockwise from upright to read.
- OrientationUnspecified 
- ORIENTATION_UNSPECIFIEDUnspecified orientation.
- PageUp 
- PAGE_UPOrientation is aligned with page up.
- PageRight 
- PAGE_RIGHTOrientation is aligned with page right. Turn the head 90 degrees clockwise from upright to read.
- PageDown 
- PAGE_DOWNOrientation is aligned with page down. Turn the head 180 degrees from upright to read.
- PageLeft 
- PAGE_LEFTOrientation is aligned with page left. Turn the head 90 degrees counterclockwise from upright to read.
- OrientationUnspecified 
- ORIENTATION_UNSPECIFIEDUnspecified orientation.
- PageUp 
- PAGE_UPOrientation is aligned with page up.
- PageRight 
- PAGE_RIGHTOrientation is aligned with page right. Turn the head 90 degrees clockwise from upright to read.
- PageDown 
- PAGE_DOWNOrientation is aligned with page down. Turn the head 180 degrees from upright to read.
- PageLeft 
- PAGE_LEFTOrientation is aligned with page left. Turn the head 90 degrees counterclockwise from upright to read.
- ORIENTATION_UNSPECIFIED
- ORIENTATION_UNSPECIFIEDUnspecified orientation.
- PAGE_UP
- PAGE_UPOrientation is aligned with page up.
- PAGE_RIGHT
- PAGE_RIGHTOrientation is aligned with page right. Turn the head 90 degrees clockwise from upright to read.
- PAGE_DOWN
- PAGE_DOWNOrientation is aligned with page down. Turn the head 180 degrees from upright to read.
- PAGE_LEFT
- PAGE_LEFTOrientation is aligned with page left. Turn the head 90 degrees counterclockwise from upright to read.
- "ORIENTATION_UNSPECIFIED"
- ORIENTATION_UNSPECIFIEDUnspecified orientation.
- "PAGE_UP"
- PAGE_UPOrientation is aligned with page up.
- "PAGE_RIGHT"
- PAGE_RIGHTOrientation is aligned with page right. Turn the head 90 degrees clockwise from upright to read.
- "PAGE_DOWN"
- PAGE_DOWNOrientation is aligned with page down. Turn the head 180 degrees from upright to read.
- "PAGE_LEFT"
- PAGE_LEFTOrientation is aligned with page left. Turn the head 90 degrees counterclockwise from upright to read.
GoogleCloudDocumentaiV1DocumentPageLayoutResponse, GoogleCloudDocumentaiV1DocumentPageLayoutResponseArgs              
- BoundingPoly Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Bounding Poly Response 
- The bounding polygon for the Layout.
- Confidence double
- 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].
- Orientation string
- Detected orientation for the Layout.
- TextAnchor Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Text Anchor Response 
- Text anchor indexing into the Document.text.
- BoundingPoly GoogleCloud Documentai V1Bounding Poly Response 
- The bounding polygon for the Layout.
- Confidence float64
- 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].
- Orientation string
- Detected orientation for the Layout.
- TextAnchor GoogleCloud Documentai V1Document Text Anchor Response 
- Text anchor indexing into the Document.text.
- boundingPoly GoogleCloud Documentai V1Bounding Poly Response 
- The bounding polygon for the Layout.
- confidence Double
- 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].
- orientation String
- Detected orientation for the Layout.
- textAnchor GoogleCloud Documentai V1Document Text Anchor Response 
- Text anchor indexing into the Document.text.
- boundingPoly GoogleCloud Documentai V1Bounding Poly Response 
- The bounding polygon for the Layout.
- confidence number
- 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].
- orientation string
- Detected orientation for the Layout.
- textAnchor GoogleCloud Documentai V1Document Text Anchor Response 
- Text anchor indexing into the Document.text.
- bounding_poly GoogleCloud Documentai V1Bounding Poly Response 
- The bounding polygon for the Layout.
- confidence float
- 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].
- orientation str
- Detected orientation for the Layout.
- text_anchor GoogleCloud Documentai V1Document Text Anchor Response 
- Text anchor indexing into the Document.text.
- boundingPoly Property Map
- The bounding polygon for the Layout.
- confidence Number
- 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].
- orientation String
- Detected orientation for the Layout.
- textAnchor Property Map
- Text anchor indexing into the Document.text.
GoogleCloudDocumentaiV1DocumentPageLine, GoogleCloudDocumentaiV1DocumentPageLineArgs            
- DetectedLanguages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language> 
- A list of detected languages together with confidence.
- Layout
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout 
- Layout for Line.
- Provenance
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance 
- The history of this annotation.
- DetectedLanguages []GoogleCloud Documentai V1Document Page Detected Language 
- A list of detected languages together with confidence.
- Layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for Line.
- Provenance
GoogleCloud Documentai V1Document Provenance 
- The history of this annotation.
- detectedLanguages List<GoogleCloud Documentai V1Document Page Detected Language> 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for Line.
- provenance
GoogleCloud Documentai V1Document Provenance 
- The history of this annotation.
- detectedLanguages GoogleCloud Documentai V1Document Page Detected Language[] 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for Line.
- provenance
GoogleCloud Documentai V1Document Provenance 
- The history of this annotation.
- detected_languages Sequence[GoogleCloud Documentai V1Document Page Detected Language] 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for Line.
- provenance
GoogleCloud Documentai V1Document Provenance 
- The history of this annotation.
- detectedLanguages List<Property Map>
- A list of detected languages together with confidence.
- layout Property Map
- Layout for Line.
- provenance Property Map
- The history of this annotation.
GoogleCloudDocumentaiV1DocumentPageLineResponse, GoogleCloudDocumentaiV1DocumentPageLineResponseArgs              
- DetectedLanguages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language Response> 
- A list of detected languages together with confidence.
- Layout
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Response 
- Layout for Line.
- Provenance
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance Response 
- The history of this annotation.
- DetectedLanguages []GoogleCloud Documentai V1Document Page Detected Language Response 
- A list of detected languages together with confidence.
- Layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for Line.
- Provenance
GoogleCloud Documentai V1Document Provenance Response 
- The history of this annotation.
- detectedLanguages List<GoogleCloud Documentai V1Document Page Detected Language Response> 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for Line.
- provenance
GoogleCloud Documentai V1Document Provenance Response 
- The history of this annotation.
- detectedLanguages GoogleCloud Documentai V1Document Page Detected Language Response[] 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for Line.
- provenance
GoogleCloud Documentai V1Document Provenance Response 
- The history of this annotation.
- detected_languages Sequence[GoogleCloud Documentai V1Document Page Detected Language Response] 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for Line.
- provenance
GoogleCloud Documentai V1Document Provenance Response 
- The history of this annotation.
- detectedLanguages List<Property Map>
- A list of detected languages together with confidence.
- layout Property Map
- Layout for Line.
- provenance Property Map
- The history of this annotation.
GoogleCloudDocumentaiV1DocumentPageMatrix, GoogleCloudDocumentaiV1DocumentPageMatrixArgs            
- Cols int
- Number of columns in the matrix.
- Data string
- The matrix data.
- Rows int
- Number of rows in the matrix.
- Type int
- 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
- Cols int
- Number of columns in the matrix.
- Data string
- The matrix data.
- Rows int
- Number of rows in the matrix.
- Type int
- 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
- cols Integer
- Number of columns in the matrix.
- data String
- The matrix data.
- rows Integer
- Number of rows in the matrix.
- type Integer
- 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
- cols number
- Number of columns in the matrix.
- data string
- The matrix data.
- rows number
- Number of rows in the matrix.
- type number
- 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
- cols int
- Number of columns in the matrix.
- data str
- The matrix data.
- rows int
- Number of rows in the matrix.
- type int
- 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
- cols Number
- Number of columns in the matrix.
- data String
- The matrix data.
- rows Number
- Number of rows in the matrix.
- type Number
- 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
GoogleCloudDocumentaiV1DocumentPageMatrixResponse, GoogleCloudDocumentaiV1DocumentPageMatrixResponseArgs              
- Cols int
- Number of columns in the matrix.
- Data string
- The matrix data.
- Rows int
- Number of rows in the matrix.
- Type int
- 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
- Cols int
- Number of columns in the matrix.
- Data string
- The matrix data.
- Rows int
- Number of rows in the matrix.
- Type int
- 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
- cols Integer
- Number of columns in the matrix.
- data String
- The matrix data.
- rows Integer
- Number of rows in the matrix.
- type Integer
- 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
- cols number
- Number of columns in the matrix.
- data string
- The matrix data.
- rows number
- Number of rows in the matrix.
- type number
- 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
- cols int
- Number of columns in the matrix.
- data str
- The matrix data.
- rows int
- Number of rows in the matrix.
- type int
- 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
- cols Number
- Number of columns in the matrix.
- data String
- The matrix data.
- rows Number
- Number of rows in the matrix.
- type Number
- 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
GoogleCloudDocumentaiV1DocumentPageParagraph, GoogleCloudDocumentaiV1DocumentPageParagraphArgs            
- DetectedLanguages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language> 
- A list of detected languages together with confidence.
- Layout
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout 
- Layout for Paragraph.
- Provenance
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance 
- The history of this annotation.
- DetectedLanguages []GoogleCloud Documentai V1Document Page Detected Language 
- A list of detected languages together with confidence.
- Layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for Paragraph.
- Provenance
GoogleCloud Documentai V1Document Provenance 
- The history of this annotation.
- detectedLanguages List<GoogleCloud Documentai V1Document Page Detected Language> 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for Paragraph.
- provenance
GoogleCloud Documentai V1Document Provenance 
- The history of this annotation.
- detectedLanguages GoogleCloud Documentai V1Document Page Detected Language[] 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for Paragraph.
- provenance
GoogleCloud Documentai V1Document Provenance 
- The history of this annotation.
- detected_languages Sequence[GoogleCloud Documentai V1Document Page Detected Language] 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for Paragraph.
- provenance
GoogleCloud Documentai V1Document Provenance 
- The history of this annotation.
- detectedLanguages List<Property Map>
- A list of detected languages together with confidence.
- layout Property Map
- Layout for Paragraph.
- provenance Property Map
- The history of this annotation.
GoogleCloudDocumentaiV1DocumentPageParagraphResponse, GoogleCloudDocumentaiV1DocumentPageParagraphResponseArgs              
- DetectedLanguages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language Response> 
- A list of detected languages together with confidence.
- Layout
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Response 
- Layout for Paragraph.
- Provenance
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance Response 
- The history of this annotation.
- DetectedLanguages []GoogleCloud Documentai V1Document Page Detected Language Response 
- A list of detected languages together with confidence.
- Layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for Paragraph.
- Provenance
GoogleCloud Documentai V1Document Provenance Response 
- The history of this annotation.
- detectedLanguages List<GoogleCloud Documentai V1Document Page Detected Language Response> 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for Paragraph.
- provenance
GoogleCloud Documentai V1Document Provenance Response 
- The history of this annotation.
- detectedLanguages GoogleCloud Documentai V1Document Page Detected Language Response[] 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for Paragraph.
- provenance
GoogleCloud Documentai V1Document Provenance Response 
- The history of this annotation.
- detected_languages Sequence[GoogleCloud Documentai V1Document Page Detected Language Response] 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for Paragraph.
- provenance
GoogleCloud Documentai V1Document Provenance Response 
- The history of this annotation.
- detectedLanguages List<Property Map>
- A list of detected languages together with confidence.
- layout Property Map
- Layout for Paragraph.
- provenance Property Map
- The history of this annotation.
GoogleCloudDocumentaiV1DocumentPageResponse, GoogleCloudDocumentaiV1DocumentPageResponseArgs            
- Blocks
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Block Response> 
- 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.
- DetectedBarcodes List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Barcode Response> 
- A list of detected barcodes.
- DetectedLanguages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language Response> 
- A list of detected languages together with confidence.
- Dimension
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Dimension Response 
- Physical dimension of the page.
- FormFields List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Form Field Response> 
- A list of visually detected form fields on the page.
- Image
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Image Response 
- 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.
- ImageQuality Pulumi.Scores Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Image Quality Scores Response 
- Image quality scores.
- Layout
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Response 
- Layout for the page.
- Lines
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Line Response> 
- A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line.
- PageNumber int
- 1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for individual processing.
- Paragraphs
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Paragraph Response> 
- A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph.
- Provenance
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance Response 
- The history of this page.
- Symbols
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Symbol Response> 
- A list of visually detected symbols on the page.
- Tables
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Table Response> 
- A list of visually detected tables on the page.
- Tokens
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Token Response> 
- A list of visually detected tokens on the page.
- Transforms
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Matrix Response> 
- Transformation matrices that were applied to the original document image to produce Page.image.
- VisualElements List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Visual Element Response> 
- A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.
- Blocks
[]GoogleCloud Documentai V1Document Page Block Response 
- 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.
- DetectedBarcodes []GoogleCloud Documentai V1Document Page Detected Barcode Response 
- A list of detected barcodes.
- DetectedLanguages []GoogleCloud Documentai V1Document Page Detected Language Response 
- A list of detected languages together with confidence.
- Dimension
GoogleCloud Documentai V1Document Page Dimension Response 
- Physical dimension of the page.
- FormFields []GoogleCloud Documentai V1Document Page Form Field Response 
- A list of visually detected form fields on the page.
- Image
GoogleCloud Documentai V1Document Page Image Response 
- 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.
- ImageQuality GoogleScores Cloud Documentai V1Document Page Image Quality Scores Response 
- Image quality scores.
- Layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for the page.
- Lines
[]GoogleCloud Documentai V1Document Page Line Response 
- A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line.
- PageNumber int
- 1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for individual processing.
- Paragraphs
[]GoogleCloud Documentai V1Document Page Paragraph Response 
- A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph.
- Provenance
GoogleCloud Documentai V1Document Provenance Response 
- The history of this page.
- Symbols
[]GoogleCloud Documentai V1Document Page Symbol Response 
- A list of visually detected symbols on the page.
- Tables
[]GoogleCloud Documentai V1Document Page Table Response 
- A list of visually detected tables on the page.
- Tokens
[]GoogleCloud Documentai V1Document Page Token Response 
- A list of visually detected tokens on the page.
- Transforms
[]GoogleCloud Documentai V1Document Page Matrix Response 
- Transformation matrices that were applied to the original document image to produce Page.image.
- VisualElements []GoogleCloud Documentai V1Document Page Visual Element Response 
- A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.
- blocks
List<GoogleCloud Documentai V1Document Page Block Response> 
- 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.
- detectedBarcodes List<GoogleCloud Documentai V1Document Page Detected Barcode Response> 
- A list of detected barcodes.
- detectedLanguages List<GoogleCloud Documentai V1Document Page Detected Language Response> 
- A list of detected languages together with confidence.
- dimension
GoogleCloud Documentai V1Document Page Dimension Response 
- Physical dimension of the page.
- formFields List<GoogleCloud Documentai V1Document Page Form Field Response> 
- A list of visually detected form fields on the page.
- image
GoogleCloud Documentai V1Document Page Image Response 
- 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.
- imageQuality GoogleScores Cloud Documentai V1Document Page Image Quality Scores Response 
- Image quality scores.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for the page.
- lines
List<GoogleCloud Documentai V1Document Page Line Response> 
- A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line.
- pageNumber Integer
- 1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for individual processing.
- paragraphs
List<GoogleCloud Documentai V1Document Page Paragraph Response> 
- A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph.
- provenance
GoogleCloud Documentai V1Document Provenance Response 
- The history of this page.
- symbols
List<GoogleCloud Documentai V1Document Page Symbol Response> 
- A list of visually detected symbols on the page.
- tables
List<GoogleCloud Documentai V1Document Page Table Response> 
- A list of visually detected tables on the page.
- tokens
List<GoogleCloud Documentai V1Document Page Token Response> 
- A list of visually detected tokens on the page.
- transforms
List<GoogleCloud Documentai V1Document Page Matrix Response> 
- Transformation matrices that were applied to the original document image to produce Page.image.
- visualElements List<GoogleCloud Documentai V1Document Page Visual Element Response> 
- A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.
- blocks
GoogleCloud Documentai V1Document Page Block Response[] 
- 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.
- detectedBarcodes GoogleCloud Documentai V1Document Page Detected Barcode Response[] 
- A list of detected barcodes.
- detectedLanguages GoogleCloud Documentai V1Document Page Detected Language Response[] 
- A list of detected languages together with confidence.
- dimension
GoogleCloud Documentai V1Document Page Dimension Response 
- Physical dimension of the page.
- formFields GoogleCloud Documentai V1Document Page Form Field Response[] 
- A list of visually detected form fields on the page.
- image
GoogleCloud Documentai V1Document Page Image Response 
- 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.
- imageQuality GoogleScores Cloud Documentai V1Document Page Image Quality Scores Response 
- Image quality scores.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for the page.
- lines
GoogleCloud Documentai V1Document Page Line Response[] 
- A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line.
- pageNumber number
- 1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for individual processing.
- paragraphs
GoogleCloud Documentai V1Document Page Paragraph Response[] 
- A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph.
- provenance
GoogleCloud Documentai V1Document Provenance Response 
- The history of this page.
- symbols
GoogleCloud Documentai V1Document Page Symbol Response[] 
- A list of visually detected symbols on the page.
- tables
GoogleCloud Documentai V1Document Page Table Response[] 
- A list of visually detected tables on the page.
- tokens
GoogleCloud Documentai V1Document Page Token Response[] 
- A list of visually detected tokens on the page.
- transforms
GoogleCloud Documentai V1Document Page Matrix Response[] 
- Transformation matrices that were applied to the original document image to produce Page.image.
- visualElements GoogleCloud Documentai V1Document Page Visual Element Response[] 
- A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.
- blocks
Sequence[GoogleCloud Documentai V1Document Page Block Response] 
- 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.
- detected_barcodes Sequence[GoogleCloud Documentai V1Document Page Detected Barcode Response] 
- A list of detected barcodes.
- detected_languages Sequence[GoogleCloud Documentai V1Document Page Detected Language Response] 
- A list of detected languages together with confidence.
- dimension
GoogleCloud Documentai V1Document Page Dimension Response 
- Physical dimension of the page.
- form_fields Sequence[GoogleCloud Documentai V1Document Page Form Field Response] 
- A list of visually detected form fields on the page.
- image
GoogleCloud Documentai V1Document Page Image Response 
- 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_quality_ Googlescores Cloud Documentai V1Document Page Image Quality Scores Response 
- Image quality scores.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for the page.
- lines
Sequence[GoogleCloud Documentai V1Document Page Line Response] 
- A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line.
- page_number int
- 1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for individual processing.
- paragraphs
Sequence[GoogleCloud Documentai V1Document Page Paragraph Response] 
- A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph.
- provenance
GoogleCloud Documentai V1Document Provenance Response 
- The history of this page.
- symbols
Sequence[GoogleCloud Documentai V1Document Page Symbol Response] 
- A list of visually detected symbols on the page.
- tables
Sequence[GoogleCloud Documentai V1Document Page Table Response] 
- A list of visually detected tables on the page.
- tokens
Sequence[GoogleCloud Documentai V1Document Page Token Response] 
- A list of visually detected tokens on the page.
- transforms
Sequence[GoogleCloud Documentai V1Document Page Matrix Response] 
- Transformation matrices that were applied to the original document image to produce Page.image.
- visual_elements Sequence[GoogleCloud Documentai V1Document Page Visual Element Response] 
- A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.
- blocks List<Property Map>
- 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.
- detectedBarcodes List<Property Map>
- A list of detected barcodes.
- detectedLanguages List<Property Map>
- A list of detected languages together with confidence.
- dimension Property Map
- Physical dimension of the page.
- formFields List<Property Map>
- A list of visually detected form fields on the page.
- image Property Map
- 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.
- imageQuality Property MapScores 
- Image quality scores.
- layout Property Map
- Layout for the page.
- lines List<Property Map>
- A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line.
- pageNumber Number
- 1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for individual processing.
- paragraphs List<Property Map>
- A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph.
- provenance Property Map
- The history of this page.
- symbols List<Property Map>
- A list of visually detected symbols on the page.
- tables List<Property Map>
- A list of visually detected tables on the page.
- tokens List<Property Map>
- A list of visually detected tokens on the page.
- transforms List<Property Map>
- Transformation matrices that were applied to the original document image to produce Page.image.
- visualElements List<Property Map>
- A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.
GoogleCloudDocumentaiV1DocumentPageSymbol, GoogleCloudDocumentaiV1DocumentPageSymbolArgs            
- DetectedLanguages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language> 
- A list of detected languages together with confidence.
- Layout
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout 
- Layout for Symbol.
- DetectedLanguages []GoogleCloud Documentai V1Document Page Detected Language 
- A list of detected languages together with confidence.
- Layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for Symbol.
- detectedLanguages List<GoogleCloud Documentai V1Document Page Detected Language> 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for Symbol.
- detectedLanguages GoogleCloud Documentai V1Document Page Detected Language[] 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for Symbol.
- detected_languages Sequence[GoogleCloud Documentai V1Document Page Detected Language] 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for Symbol.
- detectedLanguages List<Property Map>
- A list of detected languages together with confidence.
- layout Property Map
- Layout for Symbol.
GoogleCloudDocumentaiV1DocumentPageSymbolResponse, GoogleCloudDocumentaiV1DocumentPageSymbolResponseArgs              
- DetectedLanguages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language Response> 
- A list of detected languages together with confidence.
- Layout
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Response 
- Layout for Symbol.
- DetectedLanguages []GoogleCloud Documentai V1Document Page Detected Language Response 
- A list of detected languages together with confidence.
- Layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for Symbol.
- detectedLanguages List<GoogleCloud Documentai V1Document Page Detected Language Response> 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for Symbol.
- detectedLanguages GoogleCloud Documentai V1Document Page Detected Language Response[] 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for Symbol.
- detected_languages Sequence[GoogleCloud Documentai V1Document Page Detected Language Response] 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for Symbol.
- detectedLanguages List<Property Map>
- A list of detected languages together with confidence.
- layout Property Map
- Layout for Symbol.
GoogleCloudDocumentaiV1DocumentPageTable, GoogleCloudDocumentaiV1DocumentPageTableArgs            
- BodyRows List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Table Table Row> 
- Body rows of the table.
- DetectedLanguages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language> 
- A list of detected languages together with confidence.
- HeaderRows List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Table Table Row> 
- Header rows of the table.
- Layout
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout 
- Layout for Table.
- Provenance
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance 
- The history of this table.
- BodyRows []GoogleCloud Documentai V1Document Page Table Table Row 
- Body rows of the table.
- DetectedLanguages []GoogleCloud Documentai V1Document Page Detected Language 
- A list of detected languages together with confidence.
- HeaderRows []GoogleCloud Documentai V1Document Page Table Table Row 
- Header rows of the table.
- Layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for Table.
- Provenance
GoogleCloud Documentai V1Document Provenance 
- The history of this table.
- bodyRows List<GoogleCloud Documentai V1Document Page Table Table Row> 
- Body rows of the table.
- detectedLanguages List<GoogleCloud Documentai V1Document Page Detected Language> 
- A list of detected languages together with confidence.
- headerRows List<GoogleCloud Documentai V1Document Page Table Table Row> 
- Header rows of the table.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for Table.
- provenance
GoogleCloud Documentai V1Document Provenance 
- The history of this table.
- bodyRows GoogleCloud Documentai V1Document Page Table Table Row[] 
- Body rows of the table.
- detectedLanguages GoogleCloud Documentai V1Document Page Detected Language[] 
- A list of detected languages together with confidence.
- headerRows GoogleCloud Documentai V1Document Page Table Table Row[] 
- Header rows of the table.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for Table.
- provenance
GoogleCloud Documentai V1Document Provenance 
- The history of this table.
- body_rows Sequence[GoogleCloud Documentai V1Document Page Table Table Row] 
- Body rows of the table.
- detected_languages Sequence[GoogleCloud Documentai V1Document Page Detected Language] 
- A list of detected languages together with confidence.
- header_rows Sequence[GoogleCloud Documentai V1Document Page Table Table Row] 
- Header rows of the table.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for Table.
- provenance
GoogleCloud Documentai V1Document Provenance 
- The history of this table.
- bodyRows List<Property Map>
- Body rows of the table.
- detectedLanguages List<Property Map>
- A list of detected languages together with confidence.
- headerRows List<Property Map>
- Header rows of the table.
- layout Property Map
- Layout for Table.
- provenance Property Map
- The history of this table.
GoogleCloudDocumentaiV1DocumentPageTableResponse, GoogleCloudDocumentaiV1DocumentPageTableResponseArgs              
- BodyRows List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Table Table Row Response> 
- Body rows of the table.
- DetectedLanguages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language Response> 
- A list of detected languages together with confidence.
- HeaderRows List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Table Table Row Response> 
- Header rows of the table.
- Layout
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Response 
- Layout for Table.
- Provenance
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance Response 
- The history of this table.
- BodyRows []GoogleCloud Documentai V1Document Page Table Table Row Response 
- Body rows of the table.
- DetectedLanguages []GoogleCloud Documentai V1Document Page Detected Language Response 
- A list of detected languages together with confidence.
- HeaderRows []GoogleCloud Documentai V1Document Page Table Table Row Response 
- Header rows of the table.
- Layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for Table.
- Provenance
GoogleCloud Documentai V1Document Provenance Response 
- The history of this table.
- bodyRows List<GoogleCloud Documentai V1Document Page Table Table Row Response> 
- Body rows of the table.
- detectedLanguages List<GoogleCloud Documentai V1Document Page Detected Language Response> 
- A list of detected languages together with confidence.
- headerRows List<GoogleCloud Documentai V1Document Page Table Table Row Response> 
- Header rows of the table.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for Table.
- provenance
GoogleCloud Documentai V1Document Provenance Response 
- The history of this table.
- bodyRows GoogleCloud Documentai V1Document Page Table Table Row Response[] 
- Body rows of the table.
- detectedLanguages GoogleCloud Documentai V1Document Page Detected Language Response[] 
- A list of detected languages together with confidence.
- headerRows GoogleCloud Documentai V1Document Page Table Table Row Response[] 
- Header rows of the table.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for Table.
- provenance
GoogleCloud Documentai V1Document Provenance Response 
- The history of this table.
- body_rows Sequence[GoogleCloud Documentai V1Document Page Table Table Row Response] 
- Body rows of the table.
- detected_languages Sequence[GoogleCloud Documentai V1Document Page Detected Language Response] 
- A list of detected languages together with confidence.
- header_rows Sequence[GoogleCloud Documentai V1Document Page Table Table Row Response] 
- Header rows of the table.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for Table.
- provenance
GoogleCloud Documentai V1Document Provenance Response 
- The history of this table.
- bodyRows List<Property Map>
- Body rows of the table.
- detectedLanguages List<Property Map>
- A list of detected languages together with confidence.
- headerRows List<Property Map>
- Header rows of the table.
- layout Property Map
- Layout for Table.
- provenance Property Map
- The history of this table.
GoogleCloudDocumentaiV1DocumentPageTableTableCell, GoogleCloudDocumentaiV1DocumentPageTableTableCellArgs                
- ColSpan int
- How many columns this cell spans.
- DetectedLanguages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language> 
- A list of detected languages together with confidence.
- Layout
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout 
- Layout for TableCell.
- RowSpan int
- How many rows this cell spans.
- ColSpan int
- How many columns this cell spans.
- DetectedLanguages []GoogleCloud Documentai V1Document Page Detected Language 
- A list of detected languages together with confidence.
- Layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for TableCell.
- RowSpan int
- How many rows this cell spans.
- colSpan Integer
- How many columns this cell spans.
- detectedLanguages List<GoogleCloud Documentai V1Document Page Detected Language> 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for TableCell.
- rowSpan Integer
- How many rows this cell spans.
- colSpan number
- How many columns this cell spans.
- detectedLanguages GoogleCloud Documentai V1Document Page Detected Language[] 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for TableCell.
- rowSpan number
- How many rows this cell spans.
- col_span int
- How many columns this cell spans.
- detected_languages Sequence[GoogleCloud Documentai V1Document Page Detected Language] 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for TableCell.
- row_span int
- How many rows this cell spans.
- colSpan Number
- How many columns this cell spans.
- detectedLanguages List<Property Map>
- A list of detected languages together with confidence.
- layout Property Map
- Layout for TableCell.
- rowSpan Number
- How many rows this cell spans.
GoogleCloudDocumentaiV1DocumentPageTableTableCellResponse, GoogleCloudDocumentaiV1DocumentPageTableTableCellResponseArgs                  
- ColSpan int
- How many columns this cell spans.
- DetectedLanguages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language Response> 
- A list of detected languages together with confidence.
- Layout
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Response 
- Layout for TableCell.
- RowSpan int
- How many rows this cell spans.
- ColSpan int
- How many columns this cell spans.
- DetectedLanguages []GoogleCloud Documentai V1Document Page Detected Language Response 
- A list of detected languages together with confidence.
- Layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for TableCell.
- RowSpan int
- How many rows this cell spans.
- colSpan Integer
- How many columns this cell spans.
- detectedLanguages List<GoogleCloud Documentai V1Document Page Detected Language Response> 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for TableCell.
- rowSpan Integer
- How many rows this cell spans.
- colSpan number
- How many columns this cell spans.
- detectedLanguages GoogleCloud Documentai V1Document Page Detected Language Response[] 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for TableCell.
- rowSpan number
- How many rows this cell spans.
- col_span int
- How many columns this cell spans.
- detected_languages Sequence[GoogleCloud Documentai V1Document Page Detected Language Response] 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for TableCell.
- row_span int
- How many rows this cell spans.
- colSpan Number
- How many columns this cell spans.
- detectedLanguages List<Property Map>
- A list of detected languages together with confidence.
- layout Property Map
- Layout for TableCell.
- rowSpan Number
- How many rows this cell spans.
GoogleCloudDocumentaiV1DocumentPageTableTableRow, GoogleCloudDocumentaiV1DocumentPageTableTableRowArgs                
- Cells
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Table Table Cell> 
- Cells that make up this row.
- Cells
[]GoogleCloud Documentai V1Document Page Table Table Cell 
- Cells that make up this row.
- cells
List<GoogleCloud Documentai V1Document Page Table Table Cell> 
- Cells that make up this row.
- cells
GoogleCloud Documentai V1Document Page Table Table Cell[] 
- Cells that make up this row.
- cells
Sequence[GoogleCloud Documentai V1Document Page Table Table Cell] 
- Cells that make up this row.
- cells List<Property Map>
- Cells that make up this row.
GoogleCloudDocumentaiV1DocumentPageTableTableRowResponse, GoogleCloudDocumentaiV1DocumentPageTableTableRowResponseArgs                  
- Cells
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Table Table Cell Response> 
- Cells that make up this row.
- Cells
[]GoogleCloud Documentai V1Document Page Table Table Cell Response 
- Cells that make up this row.
- cells
List<GoogleCloud Documentai V1Document Page Table Table Cell Response> 
- Cells that make up this row.
- cells
GoogleCloud Documentai V1Document Page Table Table Cell Response[] 
- Cells that make up this row.
- cells
Sequence[GoogleCloud Documentai V1Document Page Table Table Cell Response] 
- Cells that make up this row.
- cells List<Property Map>
- Cells that make up this row.
GoogleCloudDocumentaiV1DocumentPageToken, GoogleCloudDocumentaiV1DocumentPageTokenArgs            
- DetectedBreak Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Token Detected Break 
- Detected break at the end of a Token.
- DetectedLanguages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language> 
- A list of detected languages together with confidence.
- Layout
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout 
- Layout for Token.
- Provenance
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance 
- The history of this annotation.
- StyleInfo Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Token Style Info 
- Text style attributes.
- DetectedBreak GoogleCloud Documentai V1Document Page Token Detected Break 
- Detected break at the end of a Token.
- DetectedLanguages []GoogleCloud Documentai V1Document Page Detected Language 
- A list of detected languages together with confidence.
- Layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for Token.
- Provenance
GoogleCloud Documentai V1Document Provenance 
- The history of this annotation.
- StyleInfo GoogleCloud Documentai V1Document Page Token Style Info 
- Text style attributes.
- detectedBreak GoogleCloud Documentai V1Document Page Token Detected Break 
- Detected break at the end of a Token.
- detectedLanguages List<GoogleCloud Documentai V1Document Page Detected Language> 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for Token.
- provenance
GoogleCloud Documentai V1Document Provenance 
- The history of this annotation.
- styleInfo GoogleCloud Documentai V1Document Page Token Style Info 
- Text style attributes.
- detectedBreak GoogleCloud Documentai V1Document Page Token Detected Break 
- Detected break at the end of a Token.
- detectedLanguages GoogleCloud Documentai V1Document Page Detected Language[] 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for Token.
- provenance
GoogleCloud Documentai V1Document Provenance 
- The history of this annotation.
- styleInfo GoogleCloud Documentai V1Document Page Token Style Info 
- Text style attributes.
- detected_break GoogleCloud Documentai V1Document Page Token Detected Break 
- Detected break at the end of a Token.
- detected_languages Sequence[GoogleCloud Documentai V1Document Page Detected Language] 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for Token.
- provenance
GoogleCloud Documentai V1Document Provenance 
- The history of this annotation.
- style_info GoogleCloud Documentai V1Document Page Token Style Info 
- Text style attributes.
- detectedBreak Property Map
- Detected break at the end of a Token.
- detectedLanguages List<Property Map>
- A list of detected languages together with confidence.
- layout Property Map
- Layout for Token.
- provenance Property Map
- The history of this annotation.
- styleInfo Property Map
- Text style attributes.
GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak, GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreakArgs                
- Type
GoogleCloud Documentai V1Document Page Token Detected Break Type 
- Detected break type.
- type
GoogleCloud Documentai V1Document Page Token Detected Break Type 
- Detected break type.
- type
GoogleCloud Documentai V1Document Page Token Detected Break Type 
- Detected break type.
- type
GoogleCloud Documentai V1Document Page Token Detected Break Type 
- Detected break type.
- type "TYPE_UNSPECIFIED" | "SPACE" | "WIDE_SPACE" | "HYPHEN"
- Detected break type.
GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreakResponse, GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreakResponseArgs                  
- Type string
- Detected break type.
- Type string
- Detected break type.
- type String
- Detected break type.
- type string
- Detected break type.
- type str
- Detected break type.
- type String
- Detected break type.
GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreakType, GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreakTypeArgs                  
- TypeUnspecified 
- TYPE_UNSPECIFIEDUnspecified break type.
- Space
- SPACEA single whitespace.
- WideSpace 
- WIDE_SPACEA wider whitespace.
- Hyphen
- HYPHENA hyphen that indicates that a token has been split across lines.
- GoogleCloud Documentai V1Document Page Token Detected Break Type Type Unspecified 
- TYPE_UNSPECIFIEDUnspecified break type.
- GoogleCloud Documentai V1Document Page Token Detected Break Type Space 
- SPACEA single whitespace.
- GoogleCloud Documentai V1Document Page Token Detected Break Type Wide Space 
- WIDE_SPACEA wider whitespace.
- GoogleCloud Documentai V1Document Page Token Detected Break Type Hyphen 
- HYPHENA hyphen that indicates that a token has been split across lines.
- TypeUnspecified 
- TYPE_UNSPECIFIEDUnspecified break type.
- Space
- SPACEA single whitespace.
- WideSpace 
- WIDE_SPACEA wider whitespace.
- Hyphen
- HYPHENA hyphen that indicates that a token has been split across lines.
- TypeUnspecified 
- TYPE_UNSPECIFIEDUnspecified break type.
- Space
- SPACEA single whitespace.
- WideSpace 
- WIDE_SPACEA wider whitespace.
- Hyphen
- HYPHENA hyphen that indicates that a token has been split across lines.
- TYPE_UNSPECIFIED
- TYPE_UNSPECIFIEDUnspecified break type.
- SPACE
- SPACEA single whitespace.
- WIDE_SPACE
- WIDE_SPACEA wider whitespace.
- HYPHEN
- HYPHENA hyphen that indicates that a token has been split across lines.
- "TYPE_UNSPECIFIED"
- TYPE_UNSPECIFIEDUnspecified break type.
- "SPACE"
- SPACEA single whitespace.
- "WIDE_SPACE"
- WIDE_SPACEA wider whitespace.
- "HYPHEN"
- HYPHENA hyphen that indicates that a token has been split across lines.
GoogleCloudDocumentaiV1DocumentPageTokenResponse, GoogleCloudDocumentaiV1DocumentPageTokenResponseArgs              
- DetectedBreak Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Token Detected Break Response 
- Detected break at the end of a Token.
- DetectedLanguages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language Response> 
- A list of detected languages together with confidence.
- Layout
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Response 
- Layout for Token.
- Provenance
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance Response 
- The history of this annotation.
- StyleInfo Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Token Style Info Response 
- Text style attributes.
- DetectedBreak GoogleCloud Documentai V1Document Page Token Detected Break Response 
- Detected break at the end of a Token.
- DetectedLanguages []GoogleCloud Documentai V1Document Page Detected Language Response 
- A list of detected languages together with confidence.
- Layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for Token.
- Provenance
GoogleCloud Documentai V1Document Provenance Response 
- The history of this annotation.
- StyleInfo GoogleCloud Documentai V1Document Page Token Style Info Response 
- Text style attributes.
- detectedBreak GoogleCloud Documentai V1Document Page Token Detected Break Response 
- Detected break at the end of a Token.
- detectedLanguages List<GoogleCloud Documentai V1Document Page Detected Language Response> 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for Token.
- provenance
GoogleCloud Documentai V1Document Provenance Response 
- The history of this annotation.
- styleInfo GoogleCloud Documentai V1Document Page Token Style Info Response 
- Text style attributes.
- detectedBreak GoogleCloud Documentai V1Document Page Token Detected Break Response 
- Detected break at the end of a Token.
- detectedLanguages GoogleCloud Documentai V1Document Page Detected Language Response[] 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for Token.
- provenance
GoogleCloud Documentai V1Document Provenance Response 
- The history of this annotation.
- styleInfo GoogleCloud Documentai V1Document Page Token Style Info Response 
- Text style attributes.
- detected_break GoogleCloud Documentai V1Document Page Token Detected Break Response 
- Detected break at the end of a Token.
- detected_languages Sequence[GoogleCloud Documentai V1Document Page Detected Language Response] 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for Token.
- provenance
GoogleCloud Documentai V1Document Provenance Response 
- The history of this annotation.
- style_info GoogleCloud Documentai V1Document Page Token Style Info Response 
- Text style attributes.
- detectedBreak Property Map
- Detected break at the end of a Token.
- detectedLanguages List<Property Map>
- A list of detected languages together with confidence.
- layout Property Map
- Layout for Token.
- provenance Property Map
- The history of this annotation.
- styleInfo Property Map
- Text style attributes.
GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo, GoogleCloudDocumentaiV1DocumentPageTokenStyleInfoArgs                
- BackgroundColor Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Color 
- Color of the background.
- Bold bool
- Whether the text is bold (equivalent to font_weight is at least 700).
- FontSize int
- Font size in points (1point is¹⁄₇₂inches).
- FontType string
- Name or style of the font.
- FontWeight int
- TrueType weight on a scale 100(thin) to1000(ultra-heavy). Normal is400, bold is700.
- Handwritten bool
- Whether the text is handwritten.
- Italic bool
- Whether the text is italic.
- LetterSpacing double
- Letter spacing in points.
- PixelFont doubleSize 
- Font size in pixels, equal to unrounded font_size * resolution ÷ 72.0.
- Smallcaps bool
- Whether the text is in small caps.
- Strikeout bool
- Whether the text is strikethrough.
- Subscript bool
- Whether the text is a subscript.
- Superscript bool
- Whether the text is a superscript.
- TextColor Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Color 
- Color of the text.
- Underlined bool
- Whether the text is underlined.
- BackgroundColor GoogleType Color 
- Color of the background.
- Bold bool
- Whether the text is bold (equivalent to font_weight is at least 700).
- FontSize int
- Font size in points (1point is¹⁄₇₂inches).
- FontType string
- Name or style of the font.
- FontWeight int
- TrueType weight on a scale 100(thin) to1000(ultra-heavy). Normal is400, bold is700.
- Handwritten bool
- Whether the text is handwritten.
- Italic bool
- Whether the text is italic.
- LetterSpacing float64
- Letter spacing in points.
- PixelFont float64Size 
- Font size in pixels, equal to unrounded font_size * resolution ÷ 72.0.
- Smallcaps bool
- Whether the text is in small caps.
- Strikeout bool
- Whether the text is strikethrough.
- Subscript bool
- Whether the text is a subscript.
- Superscript bool
- Whether the text is a superscript.
- TextColor GoogleType Color 
- Color of the text.
- Underlined bool
- Whether the text is underlined.
- backgroundColor GoogleType Color 
- Color of the background.
- bold Boolean
- Whether the text is bold (equivalent to font_weight is at least 700).
- fontSize Integer
- Font size in points (1point is¹⁄₇₂inches).
- fontType String
- Name or style of the font.
- fontWeight Integer
- TrueType weight on a scale 100(thin) to1000(ultra-heavy). Normal is400, bold is700.
- handwritten Boolean
- Whether the text is handwritten.
- italic Boolean
- Whether the text is italic.
- letterSpacing Double
- Letter spacing in points.
- pixelFont DoubleSize 
- Font size in pixels, equal to unrounded font_size * resolution ÷ 72.0.
- smallcaps Boolean
- Whether the text is in small caps.
- strikeout Boolean
- Whether the text is strikethrough.
- subscript Boolean
- Whether the text is a subscript.
- superscript Boolean
- Whether the text is a superscript.
- textColor GoogleType Color 
- Color of the text.
- underlined Boolean
- Whether the text is underlined.
- backgroundColor GoogleType Color 
- Color of the background.
- bold boolean
- Whether the text is bold (equivalent to font_weight is at least 700).
- fontSize number
- Font size in points (1point is¹⁄₇₂inches).
- fontType string
- Name or style of the font.
- fontWeight number
- TrueType weight on a scale 100(thin) to1000(ultra-heavy). Normal is400, bold is700.
- handwritten boolean
- Whether the text is handwritten.
- italic boolean
- Whether the text is italic.
- letterSpacing number
- Letter spacing in points.
- pixelFont numberSize 
- Font size in pixels, equal to unrounded font_size * resolution ÷ 72.0.
- smallcaps boolean
- Whether the text is in small caps.
- strikeout boolean
- Whether the text is strikethrough.
- subscript boolean
- Whether the text is a subscript.
- superscript boolean
- Whether the text is a superscript.
- textColor GoogleType Color 
- Color of the text.
- underlined boolean
- Whether the text is underlined.
- background_color GoogleType Color 
- Color of the background.
- bold bool
- Whether the text is bold (equivalent to font_weight is at least 700).
- font_size int
- Font size in points (1point is¹⁄₇₂inches).
- font_type str
- Name or style of the font.
- font_weight int
- TrueType weight on a scale 100(thin) to1000(ultra-heavy). Normal is400, bold is700.
- handwritten bool
- Whether the text is handwritten.
- italic bool
- Whether the text is italic.
- letter_spacing float
- Letter spacing in points.
- pixel_font_ floatsize 
- Font size in pixels, equal to unrounded font_size * resolution ÷ 72.0.
- smallcaps bool
- Whether the text is in small caps.
- strikeout bool
- Whether the text is strikethrough.
- subscript bool
- Whether the text is a subscript.
- superscript bool
- Whether the text is a superscript.
- text_color GoogleType Color 
- Color of the text.
- underlined bool
- Whether the text is underlined.
- backgroundColor Property Map
- Color of the background.
- bold Boolean
- Whether the text is bold (equivalent to font_weight is at least 700).
- fontSize Number
- Font size in points (1point is¹⁄₇₂inches).
- fontType String
- Name or style of the font.
- fontWeight Number
- TrueType weight on a scale 100(thin) to1000(ultra-heavy). Normal is400, bold is700.
- handwritten Boolean
- Whether the text is handwritten.
- italic Boolean
- Whether the text is italic.
- letterSpacing Number
- Letter spacing in points.
- pixelFont NumberSize 
- Font size in pixels, equal to unrounded font_size * resolution ÷ 72.0.
- smallcaps Boolean
- Whether the text is in small caps.
- strikeout Boolean
- Whether the text is strikethrough.
- subscript Boolean
- Whether the text is a subscript.
- superscript Boolean
- Whether the text is a superscript.
- textColor Property Map
- Color of the text.
- underlined Boolean
- Whether the text is underlined.
GoogleCloudDocumentaiV1DocumentPageTokenStyleInfoResponse, GoogleCloudDocumentaiV1DocumentPageTokenStyleInfoResponseArgs                  
- BackgroundColor Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Color Response 
- Color of the background.
- Bold bool
- Whether the text is bold (equivalent to font_weight is at least 700).
- FontSize int
- Font size in points (1point is¹⁄₇₂inches).
- FontType string
- Name or style of the font.
- FontWeight int
- TrueType weight on a scale 100(thin) to1000(ultra-heavy). Normal is400, bold is700.
- Handwritten bool
- Whether the text is handwritten.
- Italic bool
- Whether the text is italic.
- LetterSpacing double
- Letter spacing in points.
- PixelFont doubleSize 
- Font size in pixels, equal to unrounded font_size * resolution ÷ 72.0.
- Smallcaps bool
- Whether the text is in small caps.
- Strikeout bool
- Whether the text is strikethrough.
- Subscript bool
- Whether the text is a subscript.
- Superscript bool
- Whether the text is a superscript.
- TextColor Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Color Response 
- Color of the text.
- Underlined bool
- Whether the text is underlined.
- BackgroundColor GoogleType Color Response 
- Color of the background.
- Bold bool
- Whether the text is bold (equivalent to font_weight is at least 700).
- FontSize int
- Font size in points (1point is¹⁄₇₂inches).
- FontType string
- Name or style of the font.
- FontWeight int
- TrueType weight on a scale 100(thin) to1000(ultra-heavy). Normal is400, bold is700.
- Handwritten bool
- Whether the text is handwritten.
- Italic bool
- Whether the text is italic.
- LetterSpacing float64
- Letter spacing in points.
- PixelFont float64Size 
- Font size in pixels, equal to unrounded font_size * resolution ÷ 72.0.
- Smallcaps bool
- Whether the text is in small caps.
- Strikeout bool
- Whether the text is strikethrough.
- Subscript bool
- Whether the text is a subscript.
- Superscript bool
- Whether the text is a superscript.
- TextColor GoogleType Color Response 
- Color of the text.
- Underlined bool
- Whether the text is underlined.
- backgroundColor GoogleType Color Response 
- Color of the background.
- bold Boolean
- Whether the text is bold (equivalent to font_weight is at least 700).
- fontSize Integer
- Font size in points (1point is¹⁄₇₂inches).
- fontType String
- Name or style of the font.
- fontWeight Integer
- TrueType weight on a scale 100(thin) to1000(ultra-heavy). Normal is400, bold is700.
- handwritten Boolean
- Whether the text is handwritten.
- italic Boolean
- Whether the text is italic.
- letterSpacing Double
- Letter spacing in points.
- pixelFont DoubleSize 
- Font size in pixels, equal to unrounded font_size * resolution ÷ 72.0.
- smallcaps Boolean
- Whether the text is in small caps.
- strikeout Boolean
- Whether the text is strikethrough.
- subscript Boolean
- Whether the text is a subscript.
- superscript Boolean
- Whether the text is a superscript.
- textColor GoogleType Color Response 
- Color of the text.
- underlined Boolean
- Whether the text is underlined.
- backgroundColor GoogleType Color Response 
- Color of the background.
- bold boolean
- Whether the text is bold (equivalent to font_weight is at least 700).
- fontSize number
- Font size in points (1point is¹⁄₇₂inches).
- fontType string
- Name or style of the font.
- fontWeight number
- TrueType weight on a scale 100(thin) to1000(ultra-heavy). Normal is400, bold is700.
- handwritten boolean
- Whether the text is handwritten.
- italic boolean
- Whether the text is italic.
- letterSpacing number
- Letter spacing in points.
- pixelFont numberSize 
- Font size in pixels, equal to unrounded font_size * resolution ÷ 72.0.
- smallcaps boolean
- Whether the text is in small caps.
- strikeout boolean
- Whether the text is strikethrough.
- subscript boolean
- Whether the text is a subscript.
- superscript boolean
- Whether the text is a superscript.
- textColor GoogleType Color Response 
- Color of the text.
- underlined boolean
- Whether the text is underlined.
- background_color GoogleType Color Response 
- Color of the background.
- bold bool
- Whether the text is bold (equivalent to font_weight is at least 700).
- font_size int
- Font size in points (1point is¹⁄₇₂inches).
- font_type str
- Name or style of the font.
- font_weight int
- TrueType weight on a scale 100(thin) to1000(ultra-heavy). Normal is400, bold is700.
- handwritten bool
- Whether the text is handwritten.
- italic bool
- Whether the text is italic.
- letter_spacing float
- Letter spacing in points.
- pixel_font_ floatsize 
- Font size in pixels, equal to unrounded font_size * resolution ÷ 72.0.
- smallcaps bool
- Whether the text is in small caps.
- strikeout bool
- Whether the text is strikethrough.
- subscript bool
- Whether the text is a subscript.
- superscript bool
- Whether the text is a superscript.
- text_color GoogleType Color Response 
- Color of the text.
- underlined bool
- Whether the text is underlined.
- backgroundColor Property Map
- Color of the background.
- bold Boolean
- Whether the text is bold (equivalent to font_weight is at least 700).
- fontSize Number
- Font size in points (1point is¹⁄₇₂inches).
- fontType String
- Name or style of the font.
- fontWeight Number
- TrueType weight on a scale 100(thin) to1000(ultra-heavy). Normal is400, bold is700.
- handwritten Boolean
- Whether the text is handwritten.
- italic Boolean
- Whether the text is italic.
- letterSpacing Number
- Letter spacing in points.
- pixelFont NumberSize 
- Font size in pixels, equal to unrounded font_size * resolution ÷ 72.0.
- smallcaps Boolean
- Whether the text is in small caps.
- strikeout Boolean
- Whether the text is strikethrough.
- subscript Boolean
- Whether the text is a subscript.
- superscript Boolean
- Whether the text is a superscript.
- textColor Property Map
- Color of the text.
- underlined Boolean
- Whether the text is underlined.
GoogleCloudDocumentaiV1DocumentPageVisualElement, GoogleCloudDocumentaiV1DocumentPageVisualElementArgs              
- DetectedLanguages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language> 
- A list of detected languages together with confidence.
- Layout
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout 
- Layout for VisualElement.
- Type string
- Type of the VisualElement.
- DetectedLanguages []GoogleCloud Documentai V1Document Page Detected Language 
- A list of detected languages together with confidence.
- Layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for VisualElement.
- Type string
- Type of the VisualElement.
- detectedLanguages List<GoogleCloud Documentai V1Document Page Detected Language> 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for VisualElement.
- type String
- Type of the VisualElement.
- detectedLanguages GoogleCloud Documentai V1Document Page Detected Language[] 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for VisualElement.
- type string
- Type of the VisualElement.
- detected_languages Sequence[GoogleCloud Documentai V1Document Page Detected Language] 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout 
- Layout for VisualElement.
- type str
- Type of the VisualElement.
- detectedLanguages List<Property Map>
- A list of detected languages together with confidence.
- layout Property Map
- Layout for VisualElement.
- type String
- Type of the VisualElement.
GoogleCloudDocumentaiV1DocumentPageVisualElementResponse, GoogleCloudDocumentaiV1DocumentPageVisualElementResponseArgs                
- DetectedLanguages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language Response> 
- A list of detected languages together with confidence.
- Layout
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Response 
- Layout for VisualElement.
- Type string
- Type of the VisualElement.
- DetectedLanguages []GoogleCloud Documentai V1Document Page Detected Language Response 
- A list of detected languages together with confidence.
- Layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for VisualElement.
- Type string
- Type of the VisualElement.
- detectedLanguages List<GoogleCloud Documentai V1Document Page Detected Language Response> 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for VisualElement.
- type String
- Type of the VisualElement.
- detectedLanguages GoogleCloud Documentai V1Document Page Detected Language Response[] 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for VisualElement.
- type string
- Type of the VisualElement.
- detected_languages Sequence[GoogleCloud Documentai V1Document Page Detected Language Response] 
- A list of detected languages together with confidence.
- layout
GoogleCloud Documentai V1Document Page Layout Response 
- Layout for VisualElement.
- type str
- Type of the VisualElement.
- detectedLanguages List<Property Map>
- A list of detected languages together with confidence.
- layout Property Map
- Layout for VisualElement.
- type String
- Type of the VisualElement.
GoogleCloudDocumentaiV1DocumentProvenance, GoogleCloudDocumentaiV1DocumentProvenanceArgs          
- Id int
- The Id of this operation. Needs to be unique within the scope of the revision.
- Parents
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance Parent> 
- References to the original elements that are replaced.
- Revision int
- The index of the revision that produced this element.
- Type
Pulumi.Google Native. Contentwarehouse. V1. Google Cloud Documentai V1Document Provenance Type 
- The type of provenance operation.
- Id int
- The Id of this operation. Needs to be unique within the scope of the revision.
- Parents
[]GoogleCloud Documentai V1Document Provenance Parent 
- References to the original elements that are replaced.
- Revision int
- The index of the revision that produced this element.
- Type
GoogleCloud Documentai V1Document Provenance Type 
- The type of provenance operation.
- id Integer
- The Id of this operation. Needs to be unique within the scope of the revision.
- parents
List<GoogleCloud Documentai V1Document Provenance Parent> 
- References to the original elements that are replaced.
- revision Integer
- The index of the revision that produced this element.
- type
GoogleCloud Documentai V1Document Provenance Type 
- The type of provenance operation.
- id number
- The Id of this operation. Needs to be unique within the scope of the revision.
- parents
GoogleCloud Documentai V1Document Provenance Parent[] 
- References to the original elements that are replaced.
- revision number
- The index of the revision that produced this element.
- type
GoogleCloud Documentai V1Document Provenance Type 
- The type of provenance operation.
- id int
- The Id of this operation. Needs to be unique within the scope of the revision.
- parents
Sequence[GoogleCloud Documentai V1Document Provenance Parent] 
- References to the original elements that are replaced.
- revision int
- The index of the revision that produced this element.
- type
GoogleCloud Documentai V1Document Provenance Type 
- The type of provenance operation.
- id Number
- The Id of this operation. Needs to be unique within the scope of the revision.
- parents List<Property Map>
- References to the original elements that are replaced.
- revision Number
- The index of the revision that produced this element.
- type "OPERATION_TYPE_UNSPECIFIED" | "ADD" | "REMOVE" | "UPDATE" | "REPLACE" | "EVAL_REQUESTED" | "EVAL_APPROVED" | "EVAL_SKIPPED"
- The type of provenance operation.
GoogleCloudDocumentaiV1DocumentProvenanceParent, GoogleCloudDocumentaiV1DocumentProvenanceParentArgs            
GoogleCloudDocumentaiV1DocumentProvenanceParentResponse, GoogleCloudDocumentaiV1DocumentProvenanceParentResponseArgs              
GoogleCloudDocumentaiV1DocumentProvenanceResponse, GoogleCloudDocumentaiV1DocumentProvenanceResponseArgs            
- Parents
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance Parent Response> 
- References to the original elements that are replaced.
- Revision int
- The index of the revision that produced this element.
- Type string
- The type of provenance operation.
- Parents
[]GoogleCloud Documentai V1Document Provenance Parent Response 
- References to the original elements that are replaced.
- Revision int
- The index of the revision that produced this element.
- Type string
- The type of provenance operation.
- parents
List<GoogleCloud Documentai V1Document Provenance Parent Response> 
- References to the original elements that are replaced.
- revision Integer
- The index of the revision that produced this element.
- type String
- The type of provenance operation.
- parents
GoogleCloud Documentai V1Document Provenance Parent Response[] 
- References to the original elements that are replaced.
- revision number
- The index of the revision that produced this element.
- type string
- The type of provenance operation.
- parents
Sequence[GoogleCloud Documentai V1Document Provenance Parent Response] 
- References to the original elements that are replaced.
- revision int
- The index of the revision that produced this element.
- type str
- The type of provenance operation.
- parents List<Property Map>
- References to the original elements that are replaced.
- revision Number
- The index of the revision that produced this element.
- type String
- The type of provenance operation.
GoogleCloudDocumentaiV1DocumentProvenanceType, GoogleCloudDocumentaiV1DocumentProvenanceTypeArgs            
- OperationType Unspecified 
- OPERATION_TYPE_UNSPECIFIEDOperation type unspecified. If no operation is specified a provenance entry is simply used to match against a parent.
- Add
- ADDAdd an element.
- Remove
- REMOVERemove an element identified by parent.
- Update
- UPDATEUpdates 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
- REPLACECurrently unused. Replace an element identified by parent.
- EvalRequested 
- EVAL_REQUESTEDDeprecated. Request human review for the element identified by parent.
- EvalApproved 
- EVAL_APPROVEDDeprecated. Element is reviewed and approved at human review, confidence will be set to 1.0.
- EvalSkipped 
- EVAL_SKIPPEDDeprecated. Element is skipped in the validation process.
- GoogleCloud Documentai V1Document Provenance Type Operation Type Unspecified 
- OPERATION_TYPE_UNSPECIFIEDOperation type unspecified. If no operation is specified a provenance entry is simply used to match against a parent.
- GoogleCloud Documentai V1Document Provenance Type Add 
- ADDAdd an element.
- GoogleCloud Documentai V1Document Provenance Type Remove 
- REMOVERemove an element identified by parent.
- GoogleCloud Documentai V1Document Provenance Type Update 
- UPDATEUpdates 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.
- GoogleCloud Documentai V1Document Provenance Type Replace 
- REPLACECurrently unused. Replace an element identified by parent.
- GoogleCloud Documentai V1Document Provenance Type Eval Requested 
- EVAL_REQUESTEDDeprecated. Request human review for the element identified by parent.
- GoogleCloud Documentai V1Document Provenance Type Eval Approved 
- EVAL_APPROVEDDeprecated. Element is reviewed and approved at human review, confidence will be set to 1.0.
- GoogleCloud Documentai V1Document Provenance Type Eval Skipped 
- EVAL_SKIPPEDDeprecated. Element is skipped in the validation process.
- OperationType Unspecified 
- OPERATION_TYPE_UNSPECIFIEDOperation type unspecified. If no operation is specified a provenance entry is simply used to match against a parent.
- Add
- ADDAdd an element.
- Remove
- REMOVERemove an element identified by parent.
- Update
- UPDATEUpdates 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
- REPLACECurrently unused. Replace an element identified by parent.
- EvalRequested 
- EVAL_REQUESTEDDeprecated. Request human review for the element identified by parent.
- EvalApproved 
- EVAL_APPROVEDDeprecated. Element is reviewed and approved at human review, confidence will be set to 1.0.
- EvalSkipped 
- EVAL_SKIPPEDDeprecated. Element is skipped in the validation process.
- OperationType Unspecified 
- OPERATION_TYPE_UNSPECIFIEDOperation type unspecified. If no operation is specified a provenance entry is simply used to match against a parent.
- Add
- ADDAdd an element.
- Remove
- REMOVERemove an element identified by parent.
- Update
- UPDATEUpdates 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
- REPLACECurrently unused. Replace an element identified by parent.
- EvalRequested 
- EVAL_REQUESTEDDeprecated. Request human review for the element identified by parent.
- EvalApproved 
- EVAL_APPROVEDDeprecated. Element is reviewed and approved at human review, confidence will be set to 1.0.
- EvalSkipped 
- EVAL_SKIPPEDDeprecated. Element is skipped in the validation process.
- OPERATION_TYPE_UNSPECIFIED
- OPERATION_TYPE_UNSPECIFIEDOperation type unspecified. If no operation is specified a provenance entry is simply used to match against a parent.
- ADD
- ADDAdd an element.
- REMOVE
- REMOVERemove an element identified by parent.
- UPDATE
- UPDATEUpdates 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
- REPLACECurrently unused. Replace an element identified by parent.
- EVAL_REQUESTED
- EVAL_REQUESTEDDeprecated. Request human review for the element identified by parent.
- EVAL_APPROVED
- EVAL_APPROVEDDeprecated. Element is reviewed and approved at human review, confidence will be set to 1.0.
- EVAL_SKIPPED
- EVAL_SKIPPEDDeprecated. Element is skipped in the validation process.
- "OPERATION_TYPE_UNSPECIFIED"
- OPERATION_TYPE_UNSPECIFIEDOperation type unspecified. If no operation is specified a provenance entry is simply used to match against a parent.
- "ADD"
- ADDAdd an element.
- "REMOVE"
- REMOVERemove an element identified by parent.
- "UPDATE"
- UPDATEUpdates 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"
- REPLACECurrently unused. Replace an element identified by parent.
- "EVAL_REQUESTED"
- EVAL_REQUESTEDDeprecated. Request human review for the element identified by parent.
- "EVAL_APPROVED"
- EVAL_APPROVEDDeprecated. Element is reviewed and approved at human review, confidence will be set to 1.0.
- "EVAL_SKIPPED"
- EVAL_SKIPPEDDeprecated. Element is skipped in the validation process.
GoogleCloudDocumentaiV1DocumentResponse, GoogleCloudDocumentaiV1DocumentResponseArgs          
- Content string
- Optional. Inline document content, represented as a stream of bytes. Note: As with all bytesfields, protobuffers use a pure binary representation, whereas JSON representations use base64.
- Entities
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Entity Response> 
- A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries.
- EntityRelations List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Entity Relation Response> 
- Placeholder. Relationship among Document.entities.
- Error
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Rpc Status Response 
- Any error that occurred while processing this document.
- MimeType string
- An IANA published media type (MIME type).
- Pages
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Response> 
- Visual page layout for the Document.
- Revisions
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Revision Response> 
- Placeholder. Revision history of this document.
- 
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Shard Info Response 
- 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.
- Text string
- Optional. UTF-8 encoded text in reading order from the document.
- TextChanges List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Text Change Response> 
- 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.
- TextStyles List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Style Response> 
- Styles for the Document.text.
- Uri string
- 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.
- Content string
- Optional. Inline document content, represented as a stream of bytes. Note: As with all bytesfields, protobuffers use a pure binary representation, whereas JSON representations use base64.
- Entities
[]GoogleCloud Documentai V1Document Entity Response 
- A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries.
- EntityRelations []GoogleCloud Documentai V1Document Entity Relation Response 
- Placeholder. Relationship among Document.entities.
- Error
GoogleRpc Status Response 
- Any error that occurred while processing this document.
- MimeType string
- An IANA published media type (MIME type).
- Pages
[]GoogleCloud Documentai V1Document Page Response 
- Visual page layout for the Document.
- Revisions
[]GoogleCloud Documentai V1Document Revision Response 
- Placeholder. Revision history of this document.
- 
GoogleCloud Documentai V1Document Shard Info Response 
- 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.
- Text string
- Optional. UTF-8 encoded text in reading order from the document.
- TextChanges []GoogleCloud Documentai V1Document Text Change Response 
- 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.
- TextStyles []GoogleCloud Documentai V1Document Style Response 
- Styles for the Document.text.
- Uri string
- 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.
- content String
- Optional. Inline document content, represented as a stream of bytes. Note: As with all bytesfields, protobuffers use a pure binary representation, whereas JSON representations use base64.
- entities
List<GoogleCloud Documentai V1Document Entity Response> 
- A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries.
- entityRelations List<GoogleCloud Documentai V1Document Entity Relation Response> 
- Placeholder. Relationship among Document.entities.
- error
GoogleRpc Status Response 
- Any error that occurred while processing this document.
- mimeType String
- An IANA published media type (MIME type).
- pages
List<GoogleCloud Documentai V1Document Page Response> 
- Visual page layout for the Document.
- revisions
List<GoogleCloud Documentai V1Document Revision Response> 
- Placeholder. Revision history of this document.
- 
GoogleCloud Documentai V1Document Shard Info Response 
- 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.
- text String
- Optional. UTF-8 encoded text in reading order from the document.
- textChanges List<GoogleCloud Documentai V1Document Text Change Response> 
- 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.
- textStyles List<GoogleCloud Documentai V1Document Style Response> 
- Styles for the Document.text.
- uri String
- 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.
- content string
- Optional. Inline document content, represented as a stream of bytes. Note: As with all bytesfields, protobuffers use a pure binary representation, whereas JSON representations use base64.
- entities
GoogleCloud Documentai V1Document Entity Response[] 
- A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries.
- entityRelations GoogleCloud Documentai V1Document Entity Relation Response[] 
- Placeholder. Relationship among Document.entities.
- error
GoogleRpc Status Response 
- Any error that occurred while processing this document.
- mimeType string
- An IANA published media type (MIME type).
- pages
GoogleCloud Documentai V1Document Page Response[] 
- Visual page layout for the Document.
- revisions
GoogleCloud Documentai V1Document Revision Response[] 
- Placeholder. Revision history of this document.
- 
GoogleCloud Documentai V1Document Shard Info Response 
- 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.
- text string
- Optional. UTF-8 encoded text in reading order from the document.
- textChanges GoogleCloud Documentai V1Document Text Change Response[] 
- 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.
- textStyles GoogleCloud Documentai V1Document Style Response[] 
- Styles for the Document.text.
- uri string
- 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.
- content str
- Optional. Inline document content, represented as a stream of bytes. Note: As with all bytesfields, protobuffers use a pure binary representation, whereas JSON representations use base64.
- entities
Sequence[GoogleCloud Documentai V1Document Entity Response] 
- A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries.
- entity_relations Sequence[GoogleCloud Documentai V1Document Entity Relation Response] 
- Placeholder. Relationship among Document.entities.
- error
GoogleRpc Status Response 
- Any error that occurred while processing this document.
- mime_type str
- An IANA published media type (MIME type).
- pages
Sequence[GoogleCloud Documentai V1Document Page Response] 
- Visual page layout for the Document.
- revisions
Sequence[GoogleCloud Documentai V1Document Revision Response] 
- Placeholder. Revision history of this document.
- 
GoogleCloud Documentai V1Document Shard Info Response 
- 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.
- text str
- Optional. UTF-8 encoded text in reading order from the document.
- text_changes Sequence[GoogleCloud Documentai V1Document Text Change Response] 
- 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.
- text_styles Sequence[GoogleCloud Documentai V1Document Style Response] 
- Styles for the Document.text.
- uri str
- 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.
- content String
- Optional. Inline document content, represented as a stream of bytes. Note: As with all bytesfields, protobuffers use a pure binary representation, whereas JSON representations use base64.
- entities List<Property Map>
- A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries.
- entityRelations List<Property Map>
- Placeholder. Relationship among Document.entities.
- error Property Map
- Any error that occurred while processing this document.
- mimeType String
- An IANA published media type (MIME type).
- pages List<Property Map>
- Visual page layout for the Document.
- revisions List<Property Map>
- Placeholder. Revision history of this document.
- Property Map
- 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.
- text String
- Optional. UTF-8 encoded text in reading order from the document.
- textChanges List<Property Map>
- 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.
- textStyles List<Property Map>
- Styles for the Document.text.
- uri String
- 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.
GoogleCloudDocumentaiV1DocumentRevision, GoogleCloudDocumentaiV1DocumentRevisionArgs          
- Agent string
- If the change was made by a person specify the name or id of that person.
- CreateTime string
- The time that the revision was created, internally generated by doc proto storage at the time of create.
- HumanReview Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Revision Human Review 
- Human Review information of this revision.
- Id string
- Id of the revision, internally generated by doc proto storage. Unique within the context of the document.
- Parent List<int>
- 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 revisionsfield.
- ParentIds List<string>
- 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.revisionfields that index into this field.
- Processor string
- If the annotation was made by processor identify the processor by its resource name.
- Agent string
- If the change was made by a person specify the name or id of that person.
- CreateTime string
- The time that the revision was created, internally generated by doc proto storage at the time of create.
- HumanReview GoogleCloud Documentai V1Document Revision Human Review 
- Human Review information of this revision.
- Id string
- Id of the revision, internally generated by doc proto storage. Unique within the context of the document.
- Parent []int
- 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 revisionsfield.
- ParentIds []string
- 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.revisionfields that index into this field.
- Processor string
- If the annotation was made by processor identify the processor by its resource name.
- agent String
- If the change was made by a person specify the name or id of that person.
- createTime String
- The time that the revision was created, internally generated by doc proto storage at the time of create.
- humanReview GoogleCloud Documentai V1Document Revision Human Review 
- Human Review information of this revision.
- id String
- Id of the revision, internally generated by doc proto storage. Unique within the context of the document.
- parent List<Integer>
- 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 revisionsfield.
- parentIds List<String>
- 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.revisionfields that index into this field.
- processor String
- If the annotation was made by processor identify the processor by its resource name.
- agent string
- If the change was made by a person specify the name or id of that person.
- createTime string
- The time that the revision was created, internally generated by doc proto storage at the time of create.
- humanReview GoogleCloud Documentai V1Document Revision Human Review 
- Human Review information of this revision.
- id string
- Id of the revision, internally generated by doc proto storage. Unique within the context of the document.
- parent number[]
- 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 revisionsfield.
- parentIds string[]
- 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.revisionfields that index into this field.
- processor string
- If the annotation was made by processor identify the processor by its resource name.
- agent str
- If the change was made by a person specify the name or id of that person.
- create_time str
- The time that the revision was created, internally generated by doc proto storage at the time of create.
- human_review GoogleCloud Documentai V1Document Revision Human Review 
- Human Review information of this revision.
- id str
- Id of the revision, internally generated by doc proto storage. Unique within the context of the document.
- parent Sequence[int]
- 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 revisionsfield.
- parent_ids Sequence[str]
- 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.revisionfields that index into this field.
- processor str
- If the annotation was made by processor identify the processor by its resource name.
- agent String
- If the change was made by a person specify the name or id of that person.
- createTime String
- The time that the revision was created, internally generated by doc proto storage at the time of create.
- humanReview Property Map
- Human Review information of this revision.
- id String
- Id of the revision, internally generated by doc proto storage. Unique within the context of the document.
- parent List<Number>
- 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 revisionsfield.
- parentIds List<String>
- 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.revisionfields that index into this field.
- processor String
- If the annotation was made by processor identify the processor by its resource name.
GoogleCloudDocumentaiV1DocumentRevisionHumanReview, GoogleCloudDocumentaiV1DocumentRevisionHumanReviewArgs              
- State string
- Human review state. e.g. requested,succeeded,rejected.
- StateMessage string
- A message providing more details about the current state of processing. For example, the rejection reason when the state is rejected.
- State string
- Human review state. e.g. requested,succeeded,rejected.
- StateMessage string
- A message providing more details about the current state of processing. For example, the rejection reason when the state is rejected.
- state String
- Human review state. e.g. requested,succeeded,rejected.
- stateMessage String
- A message providing more details about the current state of processing. For example, the rejection reason when the state is rejected.
- state string
- Human review state. e.g. requested,succeeded,rejected.
- stateMessage string
- A message providing more details about the current state of processing. For example, the rejection reason when the state is rejected.
- state str
- Human review state. e.g. requested,succeeded,rejected.
- state_message str
- A message providing more details about the current state of processing. For example, the rejection reason when the state is rejected.
- state String
- Human review state. e.g. requested,succeeded,rejected.
- stateMessage String
- A message providing more details about the current state of processing. For example, the rejection reason when the state is rejected.
GoogleCloudDocumentaiV1DocumentRevisionHumanReviewResponse, GoogleCloudDocumentaiV1DocumentRevisionHumanReviewResponseArgs                
- State string
- Human review state. e.g. requested,succeeded,rejected.
- StateMessage string
- A message providing more details about the current state of processing. For example, the rejection reason when the state is rejected.
- State string
- Human review state. e.g. requested,succeeded,rejected.
- StateMessage string
- A message providing more details about the current state of processing. For example, the rejection reason when the state is rejected.
- state String
- Human review state. e.g. requested,succeeded,rejected.
- stateMessage String
- A message providing more details about the current state of processing. For example, the rejection reason when the state is rejected.
- state string
- Human review state. e.g. requested,succeeded,rejected.
- stateMessage string
- A message providing more details about the current state of processing. For example, the rejection reason when the state is rejected.
- state str
- Human review state. e.g. requested,succeeded,rejected.
- state_message str
- A message providing more details about the current state of processing. For example, the rejection reason when the state is rejected.
- state String
- Human review state. e.g. requested,succeeded,rejected.
- stateMessage String
- A message providing more details about the current state of processing. For example, the rejection reason when the state is rejected.
GoogleCloudDocumentaiV1DocumentRevisionResponse, GoogleCloudDocumentaiV1DocumentRevisionResponseArgs            
- Agent string
- If the change was made by a person specify the name or id of that person.
- CreateTime string
- The time that the revision was created, internally generated by doc proto storage at the time of create.
- HumanReview Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Revision Human Review Response 
- Human Review information of this revision.
- Parent List<int>
- 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 revisionsfield.
- ParentIds List<string>
- 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.revisionfields that index into this field.
- Processor string
- If the annotation was made by processor identify the processor by its resource name.
- Agent string
- If the change was made by a person specify the name or id of that person.
- CreateTime string
- The time that the revision was created, internally generated by doc proto storage at the time of create.
- HumanReview GoogleCloud Documentai V1Document Revision Human Review Response 
- Human Review information of this revision.
- Parent []int
- 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 revisionsfield.
- ParentIds []string
- 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.revisionfields that index into this field.
- Processor string
- If the annotation was made by processor identify the processor by its resource name.
- agent String
- If the change was made by a person specify the name or id of that person.
- createTime String
- The time that the revision was created, internally generated by doc proto storage at the time of create.
- humanReview GoogleCloud Documentai V1Document Revision Human Review Response 
- Human Review information of this revision.
- parent List<Integer>
- 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 revisionsfield.
- parentIds List<String>
- 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.revisionfields that index into this field.
- processor String
- If the annotation was made by processor identify the processor by its resource name.
- agent string
- If the change was made by a person specify the name or id of that person.
- createTime string
- The time that the revision was created, internally generated by doc proto storage at the time of create.
- humanReview GoogleCloud Documentai V1Document Revision Human Review Response 
- Human Review information of this revision.
- parent number[]
- 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 revisionsfield.
- parentIds string[]
- 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.revisionfields that index into this field.
- processor string
- If the annotation was made by processor identify the processor by its resource name.
- agent str
- If the change was made by a person specify the name or id of that person.
- create_time str
- The time that the revision was created, internally generated by doc proto storage at the time of create.
- human_review GoogleCloud Documentai V1Document Revision Human Review Response 
- Human Review information of this revision.
- parent Sequence[int]
- 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 revisionsfield.
- parent_ids Sequence[str]
- 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.revisionfields that index into this field.
- processor str
- If the annotation was made by processor identify the processor by its resource name.
- agent String
- If the change was made by a person specify the name or id of that person.
- createTime String
- The time that the revision was created, internally generated by doc proto storage at the time of create.
- humanReview Property Map
- Human Review information of this revision.
- parent List<Number>
- 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 revisionsfield.
- parentIds List<String>
- 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.revisionfields that index into this field.
- processor String
- If the annotation was made by processor identify the processor by its resource name.
GoogleCloudDocumentaiV1DocumentShardInfo, GoogleCloudDocumentaiV1DocumentShardInfoArgs            
- string
- Total number of shards.
- string
- The 0-based index of this shard.
- TextOffset string
- The index of the first character in Document.text in the overall document global text.
- string
- Total number of shards.
- string
- The 0-based index of this shard.
- TextOffset string
- The index of the first character in Document.text in the overall document global text.
- String
- Total number of shards.
- String
- The 0-based index of this shard.
- textOffset String
- The index of the first character in Document.text in the overall document global text.
- string
- Total number of shards.
- string
- The 0-based index of this shard.
- textOffset string
- The index of the first character in Document.text in the overall document global text.
- str
- Total number of shards.
- str
- The 0-based index of this shard.
- text_offset str
- The index of the first character in Document.text in the overall document global text.
- String
- Total number of shards.
- String
- The 0-based index of this shard.
- textOffset String
- The index of the first character in Document.text in the overall document global text.
GoogleCloudDocumentaiV1DocumentShardInfoResponse, GoogleCloudDocumentaiV1DocumentShardInfoResponseArgs              
- string
- Total number of shards.
- string
- The 0-based index of this shard.
- TextOffset string
- The index of the first character in Document.text in the overall document global text.
- string
- Total number of shards.
- string
- The 0-based index of this shard.
- TextOffset string
- The index of the first character in Document.text in the overall document global text.
- String
- Total number of shards.
- String
- The 0-based index of this shard.
- textOffset String
- The index of the first character in Document.text in the overall document global text.
- string
- Total number of shards.
- string
- The 0-based index of this shard.
- textOffset string
- The index of the first character in Document.text in the overall document global text.
- str
- Total number of shards.
- str
- The 0-based index of this shard.
- text_offset str
- The index of the first character in Document.text in the overall document global text.
- String
- Total number of shards.
- String
- The 0-based index of this shard.
- textOffset String
- The index of the first character in Document.text in the overall document global text.
GoogleCloudDocumentaiV1DocumentStyle, GoogleCloudDocumentaiV1DocumentStyleArgs          
- BackgroundColor Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Color 
- Text background color.
- Color
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Color 
- Text color.
- FontFamily string
- Font family such as Arial,Times New Roman. https://www.w3schools.com/cssref/pr_font_font-family.asp
- FontSize Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Style Font Size 
- Font size.
- FontWeight string
- Font weight. Possible values are normal,bold,bolder, andlighter.
- TextAnchor Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Text Anchor 
- Text anchor indexing into the Document.text.
- TextDecoration string
- Text decoration. Follows CSS standard.
- TextStyle string
- Text style. Possible values are normal,italic, andoblique.
- BackgroundColor GoogleType Color 
- Text background color.
- Color
GoogleType Color 
- Text color.
- FontFamily string
- Font family such as Arial,Times New Roman. https://www.w3schools.com/cssref/pr_font_font-family.asp
- FontSize GoogleCloud Documentai V1Document Style Font Size 
- Font size.
- FontWeight string
- Font weight. Possible values are normal,bold,bolder, andlighter.
- TextAnchor GoogleCloud Documentai V1Document Text Anchor 
- Text anchor indexing into the Document.text.
- TextDecoration string
- Text decoration. Follows CSS standard.
- TextStyle string
- Text style. Possible values are normal,italic, andoblique.
- backgroundColor GoogleType Color 
- Text background color.
- color
GoogleType Color 
- Text color.
- fontFamily String
- Font family such as Arial,Times New Roman. https://www.w3schools.com/cssref/pr_font_font-family.asp
- fontSize GoogleCloud Documentai V1Document Style Font Size 
- Font size.
- fontWeight String
- Font weight. Possible values are normal,bold,bolder, andlighter.
- textAnchor GoogleCloud Documentai V1Document Text Anchor 
- Text anchor indexing into the Document.text.
- textDecoration String
- Text decoration. Follows CSS standard.
- textStyle String
- Text style. Possible values are normal,italic, andoblique.
- backgroundColor GoogleType Color 
- Text background color.
- color
GoogleType Color 
- Text color.
- fontFamily string
- Font family such as Arial,Times New Roman. https://www.w3schools.com/cssref/pr_font_font-family.asp
- fontSize GoogleCloud Documentai V1Document Style Font Size 
- Font size.
- fontWeight string
- Font weight. Possible values are normal,bold,bolder, andlighter.
- textAnchor GoogleCloud Documentai V1Document Text Anchor 
- Text anchor indexing into the Document.text.
- textDecoration string
- Text decoration. Follows CSS standard.
- textStyle string
- Text style. Possible values are normal,italic, andoblique.
- background_color GoogleType Color 
- Text background color.
- color
GoogleType Color 
- Text color.
- font_family str
- Font family such as Arial,Times New Roman. https://www.w3schools.com/cssref/pr_font_font-family.asp
- font_size GoogleCloud Documentai V1Document Style Font Size 
- Font size.
- font_weight str
- Font weight. Possible values are normal,bold,bolder, andlighter.
- text_anchor GoogleCloud Documentai V1Document Text Anchor 
- Text anchor indexing into the Document.text.
- text_decoration str
- Text decoration. Follows CSS standard.
- text_style str
- Text style. Possible values are normal,italic, andoblique.
- backgroundColor Property Map
- Text background color.
- color Property Map
- Text color.
- fontFamily String
- Font family such as Arial,Times New Roman. https://www.w3schools.com/cssref/pr_font_font-family.asp
- fontSize Property Map
- Font size.
- fontWeight String
- Font weight. Possible values are normal,bold,bolder, andlighter.
- textAnchor Property Map
- Text anchor indexing into the Document.text.
- textDecoration String
- Text decoration. Follows CSS standard.
- textStyle String
- Text style. Possible values are normal,italic, andoblique.
GoogleCloudDocumentaiV1DocumentStyleFontSize, GoogleCloudDocumentaiV1DocumentStyleFontSizeArgs              
GoogleCloudDocumentaiV1DocumentStyleFontSizeResponse, GoogleCloudDocumentaiV1DocumentStyleFontSizeResponseArgs                
GoogleCloudDocumentaiV1DocumentStyleResponse, GoogleCloudDocumentaiV1DocumentStyleResponseArgs            
- BackgroundColor Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Color Response 
- Text background color.
- Color
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Color Response 
- Text color.
- FontFamily string
- Font family such as Arial,Times New Roman. https://www.w3schools.com/cssref/pr_font_font-family.asp
- FontSize Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Style Font Size Response 
- Font size.
- FontWeight string
- Font weight. Possible values are normal,bold,bolder, andlighter.
- TextAnchor Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Text Anchor Response 
- Text anchor indexing into the Document.text.
- TextDecoration string
- Text decoration. Follows CSS standard.
- TextStyle string
- Text style. Possible values are normal,italic, andoblique.
- BackgroundColor GoogleType Color Response 
- Text background color.
- Color
GoogleType Color Response 
- Text color.
- FontFamily string
- Font family such as Arial,Times New Roman. https://www.w3schools.com/cssref/pr_font_font-family.asp
- FontSize GoogleCloud Documentai V1Document Style Font Size Response 
- Font size.
- FontWeight string
- Font weight. Possible values are normal,bold,bolder, andlighter.
- TextAnchor GoogleCloud Documentai V1Document Text Anchor Response 
- Text anchor indexing into the Document.text.
- TextDecoration string
- Text decoration. Follows CSS standard.
- TextStyle string
- Text style. Possible values are normal,italic, andoblique.
- backgroundColor GoogleType Color Response 
- Text background color.
- color
GoogleType Color Response 
- Text color.
- fontFamily String
- Font family such as Arial,Times New Roman. https://www.w3schools.com/cssref/pr_font_font-family.asp
- fontSize GoogleCloud Documentai V1Document Style Font Size Response 
- Font size.
- fontWeight String
- Font weight. Possible values are normal,bold,bolder, andlighter.
- textAnchor GoogleCloud Documentai V1Document Text Anchor Response 
- Text anchor indexing into the Document.text.
- textDecoration String
- Text decoration. Follows CSS standard.
- textStyle String
- Text style. Possible values are normal,italic, andoblique.
- backgroundColor GoogleType Color Response 
- Text background color.
- color
GoogleType Color Response 
- Text color.
- fontFamily string
- Font family such as Arial,Times New Roman. https://www.w3schools.com/cssref/pr_font_font-family.asp
- fontSize GoogleCloud Documentai V1Document Style Font Size Response 
- Font size.
- fontWeight string
- Font weight. Possible values are normal,bold,bolder, andlighter.
- textAnchor GoogleCloud Documentai V1Document Text Anchor Response 
- Text anchor indexing into the Document.text.
- textDecoration string
- Text decoration. Follows CSS standard.
- textStyle string
- Text style. Possible values are normal,italic, andoblique.
- background_color GoogleType Color Response 
- Text background color.
- color
GoogleType Color Response 
- Text color.
- font_family str
- Font family such as Arial,Times New Roman. https://www.w3schools.com/cssref/pr_font_font-family.asp
- font_size GoogleCloud Documentai V1Document Style Font Size Response 
- Font size.
- font_weight str
- Font weight. Possible values are normal,bold,bolder, andlighter.
- text_anchor GoogleCloud Documentai V1Document Text Anchor Response 
- Text anchor indexing into the Document.text.
- text_decoration str
- Text decoration. Follows CSS standard.
- text_style str
- Text style. Possible values are normal,italic, andoblique.
- backgroundColor Property Map
- Text background color.
- color Property Map
- Text color.
- fontFamily String
- Font family such as Arial,Times New Roman. https://www.w3schools.com/cssref/pr_font_font-family.asp
- fontSize Property Map
- Font size.
- fontWeight String
- Font weight. Possible values are normal,bold,bolder, andlighter.
- textAnchor Property Map
- Text anchor indexing into the Document.text.
- textDecoration String
- Text decoration. Follows CSS standard.
- textStyle String
- Text style. Possible values are normal,italic, andoblique.
GoogleCloudDocumentaiV1DocumentTextAnchor, GoogleCloudDocumentaiV1DocumentTextAnchorArgs            
- Content string
- 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.
- TextSegments List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Text Anchor Text Segment> 
- The text segments from the Document.text.
- Content string
- 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.
- TextSegments []GoogleCloud Documentai V1Document Text Anchor Text Segment 
- The text segments from the Document.text.
- content String
- 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.
- textSegments List<GoogleCloud Documentai V1Document Text Anchor Text Segment> 
- The text segments from the Document.text.
- content string
- 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.
- textSegments GoogleCloud Documentai V1Document Text Anchor Text Segment[] 
- The text segments from the Document.text.
- content str
- 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.
- text_segments Sequence[GoogleCloud Documentai V1Document Text Anchor Text Segment] 
- The text segments from the Document.text.
- content String
- 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.
- textSegments List<Property Map>
- The text segments from the Document.text.
GoogleCloudDocumentaiV1DocumentTextAnchorResponse, GoogleCloudDocumentaiV1DocumentTextAnchorResponseArgs              
- Content string
- 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.
- TextSegments List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Text Anchor Text Segment Response> 
- The text segments from the Document.text.
- Content string
- 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.
- TextSegments []GoogleCloud Documentai V1Document Text Anchor Text Segment Response 
- The text segments from the Document.text.
- content String
- 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.
- textSegments List<GoogleCloud Documentai V1Document Text Anchor Text Segment Response> 
- The text segments from the Document.text.
- content string
- 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.
- textSegments GoogleCloud Documentai V1Document Text Anchor Text Segment Response[] 
- The text segments from the Document.text.
- content str
- 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.
- text_segments Sequence[GoogleCloud Documentai V1Document Text Anchor Text Segment Response] 
- The text segments from the Document.text.
- content String
- 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.
- textSegments List<Property Map>
- The text segments from the Document.text.
GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment, GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentArgs                
- EndIndex string
- TextSegment half open end UTF-8 char index in the Document.text.
- StartIndex string
- TextSegment start UTF-8 char index in the Document.text.
- EndIndex string
- TextSegment half open end UTF-8 char index in the Document.text.
- StartIndex string
- TextSegment start UTF-8 char index in the Document.text.
- endIndex String
- TextSegment half open end UTF-8 char index in the Document.text.
- startIndex String
- TextSegment start UTF-8 char index in the Document.text.
- endIndex string
- TextSegment half open end UTF-8 char index in the Document.text.
- startIndex string
- TextSegment start UTF-8 char index in the Document.text.
- end_index str
- TextSegment half open end UTF-8 char index in the Document.text.
- start_index str
- TextSegment start UTF-8 char index in the Document.text.
- endIndex String
- TextSegment half open end UTF-8 char index in the Document.text.
- startIndex String
- TextSegment start UTF-8 char index in the Document.text.
GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentResponse, GoogleCloudDocumentaiV1DocumentTextAnchorTextSegmentResponseArgs                  
- EndIndex string
- TextSegment half open end UTF-8 char index in the Document.text.
- StartIndex string
- TextSegment start UTF-8 char index in the Document.text.
- EndIndex string
- TextSegment half open end UTF-8 char index in the Document.text.
- StartIndex string
- TextSegment start UTF-8 char index in the Document.text.
- endIndex String
- TextSegment half open end UTF-8 char index in the Document.text.
- startIndex String
- TextSegment start UTF-8 char index in the Document.text.
- endIndex string
- TextSegment half open end UTF-8 char index in the Document.text.
- startIndex string
- TextSegment start UTF-8 char index in the Document.text.
- end_index str
- TextSegment half open end UTF-8 char index in the Document.text.
- start_index str
- TextSegment start UTF-8 char index in the Document.text.
- endIndex String
- TextSegment half open end UTF-8 char index in the Document.text.
- startIndex String
- TextSegment start UTF-8 char index in the Document.text.
GoogleCloudDocumentaiV1DocumentTextChange, GoogleCloudDocumentaiV1DocumentTextChangeArgs            
- ChangedText string
- The text that replaces the text identified in the text_anchor.
- Provenance
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance> 
- The history of this annotation.
- TextAnchor Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Text Anchor 
- Provenance of the correction. Text anchor indexing into the Document.text. There can only be a single TextAnchor.text_segmentselement. If the start and end index of the text segment are the same, the text change is inserted before that index.
- ChangedText string
- The text that replaces the text identified in the text_anchor.
- Provenance
[]GoogleCloud Documentai V1Document Provenance 
- The history of this annotation.
- TextAnchor GoogleCloud Documentai V1Document Text Anchor 
- Provenance of the correction. Text anchor indexing into the Document.text. There can only be a single TextAnchor.text_segmentselement. If the start and end index of the text segment are the same, the text change is inserted before that index.
- changedText String
- The text that replaces the text identified in the text_anchor.
- provenance
List<GoogleCloud Documentai V1Document Provenance> 
- The history of this annotation.
- textAnchor GoogleCloud Documentai V1Document Text Anchor 
- Provenance of the correction. Text anchor indexing into the Document.text. There can only be a single TextAnchor.text_segmentselement. If the start and end index of the text segment are the same, the text change is inserted before that index.
- changedText string
- The text that replaces the text identified in the text_anchor.
- provenance
GoogleCloud Documentai V1Document Provenance[] 
- The history of this annotation.
- textAnchor GoogleCloud Documentai V1Document Text Anchor 
- Provenance of the correction. Text anchor indexing into the Document.text. There can only be a single TextAnchor.text_segmentselement. If the start and end index of the text segment are the same, the text change is inserted before that index.
- changed_text str
- The text that replaces the text identified in the text_anchor.
- provenance
Sequence[GoogleCloud Documentai V1Document Provenance] 
- The history of this annotation.
- text_anchor GoogleCloud Documentai V1Document Text Anchor 
- Provenance of the correction. Text anchor indexing into the Document.text. There can only be a single TextAnchor.text_segmentselement. If the start and end index of the text segment are the same, the text change is inserted before that index.
- changedText String
- The text that replaces the text identified in the text_anchor.
- provenance List<Property Map>
- The history of this annotation.
- textAnchor Property Map
- Provenance of the correction. Text anchor indexing into the Document.text. There can only be a single TextAnchor.text_segmentselement. If the start and end index of the text segment are the same, the text change is inserted before that index.
GoogleCloudDocumentaiV1DocumentTextChangeResponse, GoogleCloudDocumentaiV1DocumentTextChangeResponseArgs              
- ChangedText string
- The text that replaces the text identified in the text_anchor.
- Provenance
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance Response> 
- The history of this annotation.
- TextAnchor Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Text Anchor Response 
- Provenance of the correction. Text anchor indexing into the Document.text. There can only be a single TextAnchor.text_segmentselement. If the start and end index of the text segment are the same, the text change is inserted before that index.
- ChangedText string
- The text that replaces the text identified in the text_anchor.
- Provenance
[]GoogleCloud Documentai V1Document Provenance Response 
- The history of this annotation.
- TextAnchor GoogleCloud Documentai V1Document Text Anchor Response 
- Provenance of the correction. Text anchor indexing into the Document.text. There can only be a single TextAnchor.text_segmentselement. If the start and end index of the text segment are the same, the text change is inserted before that index.
- changedText String
- The text that replaces the text identified in the text_anchor.
- provenance
List<GoogleCloud Documentai V1Document Provenance Response> 
- The history of this annotation.
- textAnchor GoogleCloud Documentai V1Document Text Anchor Response 
- Provenance of the correction. Text anchor indexing into the Document.text. There can only be a single TextAnchor.text_segmentselement. If the start and end index of the text segment are the same, the text change is inserted before that index.
- changedText string
- The text that replaces the text identified in the text_anchor.
- provenance
GoogleCloud Documentai V1Document Provenance Response[] 
- The history of this annotation.
- textAnchor GoogleCloud Documentai V1Document Text Anchor Response 
- Provenance of the correction. Text anchor indexing into the Document.text. There can only be a single TextAnchor.text_segmentselement. If the start and end index of the text segment are the same, the text change is inserted before that index.
- changed_text str
- The text that replaces the text identified in the text_anchor.
- provenance
Sequence[GoogleCloud Documentai V1Document Provenance Response] 
- The history of this annotation.
- text_anchor GoogleCloud Documentai V1Document Text Anchor Response 
- Provenance of the correction. Text anchor indexing into the Document.text. There can only be a single TextAnchor.text_segmentselement. If the start and end index of the text segment are the same, the text change is inserted before that index.
- changedText String
- The text that replaces the text identified in the text_anchor.
- provenance List<Property Map>
- The history of this annotation.
- textAnchor Property Map
- Provenance of the correction. Text anchor indexing into the Document.text. There can only be a single TextAnchor.text_segmentselement. If the start and end index of the text segment are the same, the text change is inserted before that index.
GoogleCloudDocumentaiV1NormalizedVertex, GoogleCloudDocumentaiV1NormalizedVertexArgs          
GoogleCloudDocumentaiV1NormalizedVertexResponse, GoogleCloudDocumentaiV1NormalizedVertexResponseArgs            
GoogleCloudDocumentaiV1Vertex, GoogleCloudDocumentaiV1VertexArgs        
GoogleCloudDocumentaiV1VertexResponse, GoogleCloudDocumentaiV1VertexResponseArgs          
GoogleIamV1AuditConfig, GoogleIamV1AuditConfigArgs        
- AuditLog List<Pulumi.Configs Google Native. Contentwarehouse. V1. Inputs. Google Iam V1Audit Log Config> 
- The configuration for logging of each type of permission.
- Service string
- Specifies a service that will be enabled for audit logging. For example, storage.googleapis.com,cloudsql.googleapis.com.allServicesis a special value that covers all services.
- AuditLog []GoogleConfigs Iam V1Audit Log Config 
- The configuration for logging of each type of permission.
- Service string
- Specifies a service that will be enabled for audit logging. For example, storage.googleapis.com,cloudsql.googleapis.com.allServicesis a special value that covers all services.
- auditLog List<GoogleConfigs Iam V1Audit Log Config> 
- The configuration for logging of each type of permission.
- service String
- Specifies a service that will be enabled for audit logging. For example, storage.googleapis.com,cloudsql.googleapis.com.allServicesis a special value that covers all services.
- auditLog GoogleConfigs Iam V1Audit Log Config[] 
- The configuration for logging of each type of permission.
- service string
- Specifies a service that will be enabled for audit logging. For example, storage.googleapis.com,cloudsql.googleapis.com.allServicesis a special value that covers all services.
- audit_log_ Sequence[Googleconfigs Iam V1Audit Log Config] 
- The configuration for logging of each type of permission.
- service str
- Specifies a service that will be enabled for audit logging. For example, storage.googleapis.com,cloudsql.googleapis.com.allServicesis a special value that covers all services.
- auditLog List<Property Map>Configs 
- The configuration for logging of each type of permission.
- service String
- Specifies a service that will be enabled for audit logging. For example, storage.googleapis.com,cloudsql.googleapis.com.allServicesis a special value that covers all services.
GoogleIamV1AuditLogConfig, GoogleIamV1AuditLogConfigArgs          
- ExemptedMembers List<string>
- Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- LogType Pulumi.Google Native. Contentwarehouse. V1. Google Iam V1Audit Log Config Log Type 
- The log type that this config enables.
- ExemptedMembers []string
- Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- LogType GoogleIam V1Audit Log Config Log Type 
- The log type that this config enables.
- exemptedMembers List<String>
- Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- logType GoogleIam V1Audit Log Config Log Type 
- The log type that this config enables.
- exemptedMembers string[]
- Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- logType GoogleIam V1Audit Log Config Log Type 
- The log type that this config enables.
- exempted_members Sequence[str]
- Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- log_type GoogleIam V1Audit Log Config Log Type 
- The log type that this config enables.
- exemptedMembers List<String>
- Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
- logType "LOG_TYPE_UNSPECIFIED" | "ADMIN_READ" | "DATA_WRITE" | "DATA_READ"
- The log type that this config enables.
GoogleIamV1AuditLogConfigLogType, GoogleIamV1AuditLogConfigLogTypeArgs              
- LogType Unspecified 
- LOG_TYPE_UNSPECIFIEDDefault case. Should never be this.
- AdminRead 
- ADMIN_READAdmin reads. Example: CloudIAM getIamPolicy
- DataWrite 
- DATA_WRITEData writes. Example: CloudSQL Users create
- DataRead 
- DATA_READData reads. Example: CloudSQL Users list
- GoogleIam V1Audit Log Config Log Type Log Type Unspecified 
- LOG_TYPE_UNSPECIFIEDDefault case. Should never be this.
- GoogleIam V1Audit Log Config Log Type Admin Read 
- ADMIN_READAdmin reads. Example: CloudIAM getIamPolicy
- GoogleIam V1Audit Log Config Log Type Data Write 
- DATA_WRITEData writes. Example: CloudSQL Users create
- GoogleIam V1Audit Log Config Log Type Data Read 
- DATA_READData reads. Example: CloudSQL Users list
- LogType Unspecified 
- LOG_TYPE_UNSPECIFIEDDefault case. Should never be this.
- AdminRead 
- ADMIN_READAdmin reads. Example: CloudIAM getIamPolicy
- DataWrite 
- DATA_WRITEData writes. Example: CloudSQL Users create
- DataRead 
- DATA_READData reads. Example: CloudSQL Users list
- LogType Unspecified 
- LOG_TYPE_UNSPECIFIEDDefault case. Should never be this.
- AdminRead 
- ADMIN_READAdmin reads. Example: CloudIAM getIamPolicy
- DataWrite 
- DATA_WRITEData writes. Example: CloudSQL Users create
- DataRead 
- DATA_READData reads. Example: CloudSQL Users list
- LOG_TYPE_UNSPECIFIED
- LOG_TYPE_UNSPECIFIEDDefault case. Should never be this.
- ADMIN_READ
- ADMIN_READAdmin reads. Example: CloudIAM getIamPolicy
- DATA_WRITE
- DATA_WRITEData writes. Example: CloudSQL Users create
- DATA_READ
- DATA_READData reads. Example: CloudSQL Users list
- "LOG_TYPE_UNSPECIFIED"
- LOG_TYPE_UNSPECIFIEDDefault case. Should never be this.
- "ADMIN_READ"
- ADMIN_READAdmin reads. Example: CloudIAM getIamPolicy
- "DATA_WRITE"
- DATA_WRITEData writes. Example: CloudSQL Users create
- "DATA_READ"
- DATA_READData reads. Example: CloudSQL Users list
GoogleIamV1Binding, GoogleIamV1BindingArgs      
- Condition
Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Expr 
- The condition that is associated with this binding. If the condition evaluates to true, then this binding applies to the current request. If the condition evaluates tofalse, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- Members List<string>
- Specifies the principals requesting access for a Google Cloud resource. memberscan have the following values: *allUsers: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}: An email address that represents a specific Google account. For example,alice@example.com. *serviceAccount:{emailid}: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]. *group:{emailid}: An email address that represents a Google group. For example,admins@example.com. *domain:{domain}: The G Suite domain (primary) that represents all the users of that domain. For example,google.comorexample.com. *deleted:user:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901. If the user is recovered, this value reverts touser:{emailid}and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901. If the service account is undeleted, this value reverts toserviceAccount:{emailid}and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901. If the group is recovered, this value reverts togroup:{emailid}and the recovered group retains the role in the binding.
- Role string
- Role that is assigned to the list of members, or principals. For example,roles/viewer,roles/editor, orroles/owner.
- Condition
GoogleType Expr 
- The condition that is associated with this binding. If the condition evaluates to true, then this binding applies to the current request. If the condition evaluates tofalse, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- Members []string
- Specifies the principals requesting access for a Google Cloud resource. memberscan have the following values: *allUsers: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}: An email address that represents a specific Google account. For example,alice@example.com. *serviceAccount:{emailid}: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]. *group:{emailid}: An email address that represents a Google group. For example,admins@example.com. *domain:{domain}: The G Suite domain (primary) that represents all the users of that domain. For example,google.comorexample.com. *deleted:user:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901. If the user is recovered, this value reverts touser:{emailid}and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901. If the service account is undeleted, this value reverts toserviceAccount:{emailid}and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901. If the group is recovered, this value reverts togroup:{emailid}and the recovered group retains the role in the binding.
- Role string
- Role that is assigned to the list of members, or principals. For example,roles/viewer,roles/editor, orroles/owner.
- condition
GoogleType Expr 
- The condition that is associated with this binding. If the condition evaluates to true, then this binding applies to the current request. If the condition evaluates tofalse, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- members List<String>
- Specifies the principals requesting access for a Google Cloud resource. memberscan have the following values: *allUsers: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}: An email address that represents a specific Google account. For example,alice@example.com. *serviceAccount:{emailid}: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]. *group:{emailid}: An email address that represents a Google group. For example,admins@example.com. *domain:{domain}: The G Suite domain (primary) that represents all the users of that domain. For example,google.comorexample.com. *deleted:user:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901. If the user is recovered, this value reverts touser:{emailid}and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901. If the service account is undeleted, this value reverts toserviceAccount:{emailid}and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901. If the group is recovered, this value reverts togroup:{emailid}and the recovered group retains the role in the binding.
- role String
- Role that is assigned to the list of members, or principals. For example,roles/viewer,roles/editor, orroles/owner.
- condition
GoogleType Expr 
- The condition that is associated with this binding. If the condition evaluates to true, then this binding applies to the current request. If the condition evaluates tofalse, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- members string[]
- Specifies the principals requesting access for a Google Cloud resource. memberscan have the following values: *allUsers: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}: An email address that represents a specific Google account. For example,alice@example.com. *serviceAccount:{emailid}: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]. *group:{emailid}: An email address that represents a Google group. For example,admins@example.com. *domain:{domain}: The G Suite domain (primary) that represents all the users of that domain. For example,google.comorexample.com. *deleted:user:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901. If the user is recovered, this value reverts touser:{emailid}and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901. If the service account is undeleted, this value reverts toserviceAccount:{emailid}and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901. If the group is recovered, this value reverts togroup:{emailid}and the recovered group retains the role in the binding.
- role string
- Role that is assigned to the list of members, or principals. For example,roles/viewer,roles/editor, orroles/owner.
- condition
GoogleType Expr 
- The condition that is associated with this binding. If the condition evaluates to true, then this binding applies to the current request. If the condition evaluates tofalse, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- members Sequence[str]
- Specifies the principals requesting access for a Google Cloud resource. memberscan have the following values: *allUsers: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}: An email address that represents a specific Google account. For example,alice@example.com. *serviceAccount:{emailid}: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]. *group:{emailid}: An email address that represents a Google group. For example,admins@example.com. *domain:{domain}: The G Suite domain (primary) that represents all the users of that domain. For example,google.comorexample.com. *deleted:user:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901. If the user is recovered, this value reverts touser:{emailid}and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901. If the service account is undeleted, this value reverts toserviceAccount:{emailid}and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901. If the group is recovered, this value reverts togroup:{emailid}and the recovered group retains the role in the binding.
- role str
- Role that is assigned to the list of members, or principals. For example,roles/viewer,roles/editor, orroles/owner.
- condition Property Map
- The condition that is associated with this binding. If the condition evaluates to true, then this binding applies to the current request. If the condition evaluates tofalse, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- members List<String>
- Specifies the principals requesting access for a Google Cloud resource. memberscan have the following values: *allUsers: A special identifier that represents anyone who is on the internet; with or without a Google account. *allAuthenticatedUsers: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. *user:{emailid}: An email address that represents a specific Google account. For example,alice@example.com. *serviceAccount:{emailid}: An email address that represents a Google service account. For example,my-other-app@appspot.gserviceaccount.com. *serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]: An identifier for a Kubernetes service account. For example,my-project.svc.id.goog[my-namespace/my-kubernetes-sa]. *group:{emailid}: An email address that represents a Google group. For example,admins@example.com. *domain:{domain}: The G Suite domain (primary) that represents all the users of that domain. For example,google.comorexample.com. *deleted:user:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a user that has been recently deleted. For example,alice@example.com?uid=123456789012345678901. If the user is recovered, this value reverts touser:{emailid}and the recovered user retains the role in the binding. *deleted:serviceAccount:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a service account that has been recently deleted. For example,my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901. If the service account is undeleted, this value reverts toserviceAccount:{emailid}and the undeleted service account retains the role in the binding. *deleted:group:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example,admins@example.com?uid=123456789012345678901. If the group is recovered, this value reverts togroup:{emailid}and the recovered group retains the role in the binding.
- role String
- Role that is assigned to the list of members, or principals. For example,roles/viewer,roles/editor, orroles/owner.
GoogleIamV1Policy, GoogleIamV1PolicyArgs      
- AuditConfigs List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Iam V1Audit Config> 
- Specifies cloud audit logging configuration for this policy.
- Bindings
List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Iam V1Binding> 
- Associates a list of members, or principals, with arole. Optionally, may specify aconditionthat determines how and when thebindingsare applied. Each of thebindingsmust contain at least one principal. Thebindingsin aPolicycan refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if thebindingsgrant 50 different roles touser:alice@example.com, and not to any other principal, then you can add another 1,450 principals to thebindingsin thePolicy.
- Etag string
- etagis used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the- etagin the read-modify-write cycle to perform policy updates in order to avoid race conditions: An- etagis returned in the response to- getIamPolicy, and systems are expected to put that etag in the request to- setIamPolicyto ensure that their change will be applied to the same version of the policy. Important: If you use IAM Conditions, you must include the- etagfield whenever you call- setIamPolicy. If you omit this field, then IAM allows you to overwrite a version- 3policy with a version- 1policy, and all of the conditions in the version- 3policy are lost.
- Version int
- Specifies the format of the policy. Valid values are 0,1, and3. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version3. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions Important: If you use IAM Conditions, you must include theetagfield whenever you callsetIamPolicy. If you omit this field, then IAM allows you to overwrite a version3policy with a version1policy, and all of the conditions in the version3policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- AuditConfigs []GoogleIam V1Audit Config 
- Specifies cloud audit logging configuration for this policy.
- Bindings
[]GoogleIam V1Binding 
- Associates a list of members, or principals, with arole. Optionally, may specify aconditionthat determines how and when thebindingsare applied. Each of thebindingsmust contain at least one principal. Thebindingsin aPolicycan refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if thebindingsgrant 50 different roles touser:alice@example.com, and not to any other principal, then you can add another 1,450 principals to thebindingsin thePolicy.
- Etag string
- etagis used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the- etagin the read-modify-write cycle to perform policy updates in order to avoid race conditions: An- etagis returned in the response to- getIamPolicy, and systems are expected to put that etag in the request to- setIamPolicyto ensure that their change will be applied to the same version of the policy. Important: If you use IAM Conditions, you must include the- etagfield whenever you call- setIamPolicy. If you omit this field, then IAM allows you to overwrite a version- 3policy with a version- 1policy, and all of the conditions in the version- 3policy are lost.
- Version int
- Specifies the format of the policy. Valid values are 0,1, and3. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version3. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions Important: If you use IAM Conditions, you must include theetagfield whenever you callsetIamPolicy. If you omit this field, then IAM allows you to overwrite a version3policy with a version1policy, and all of the conditions in the version3policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- auditConfigs List<GoogleIam V1Audit Config> 
- Specifies cloud audit logging configuration for this policy.
- bindings
List<GoogleIam V1Binding> 
- Associates a list of members, or principals, with arole. Optionally, may specify aconditionthat determines how and when thebindingsare applied. Each of thebindingsmust contain at least one principal. Thebindingsin aPolicycan refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if thebindingsgrant 50 different roles touser:alice@example.com, and not to any other principal, then you can add another 1,450 principals to thebindingsin thePolicy.
- etag String
- etagis used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the- etagin the read-modify-write cycle to perform policy updates in order to avoid race conditions: An- etagis returned in the response to- getIamPolicy, and systems are expected to put that etag in the request to- setIamPolicyto ensure that their change will be applied to the same version of the policy. Important: If you use IAM Conditions, you must include the- etagfield whenever you call- setIamPolicy. If you omit this field, then IAM allows you to overwrite a version- 3policy with a version- 1policy, and all of the conditions in the version- 3policy are lost.
- version Integer
- Specifies the format of the policy. Valid values are 0,1, and3. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version3. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions Important: If you use IAM Conditions, you must include theetagfield whenever you callsetIamPolicy. If you omit this field, then IAM allows you to overwrite a version3policy with a version1policy, and all of the conditions in the version3policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- auditConfigs GoogleIam V1Audit Config[] 
- Specifies cloud audit logging configuration for this policy.
- bindings
GoogleIam V1Binding[] 
- Associates a list of members, or principals, with arole. Optionally, may specify aconditionthat determines how and when thebindingsare applied. Each of thebindingsmust contain at least one principal. Thebindingsin aPolicycan refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if thebindingsgrant 50 different roles touser:alice@example.com, and not to any other principal, then you can add another 1,450 principals to thebindingsin thePolicy.
- etag string
- etagis used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the- etagin the read-modify-write cycle to perform policy updates in order to avoid race conditions: An- etagis returned in the response to- getIamPolicy, and systems are expected to put that etag in the request to- setIamPolicyto ensure that their change will be applied to the same version of the policy. Important: If you use IAM Conditions, you must include the- etagfield whenever you call- setIamPolicy. If you omit this field, then IAM allows you to overwrite a version- 3policy with a version- 1policy, and all of the conditions in the version- 3policy are lost.
- version number
- Specifies the format of the policy. Valid values are 0,1, and3. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version3. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions Important: If you use IAM Conditions, you must include theetagfield whenever you callsetIamPolicy. If you omit this field, then IAM allows you to overwrite a version3policy with a version1policy, and all of the conditions in the version3policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- audit_configs Sequence[GoogleIam V1Audit Config] 
- Specifies cloud audit logging configuration for this policy.
- bindings
Sequence[GoogleIam V1Binding] 
- Associates a list of members, or principals, with arole. Optionally, may specify aconditionthat determines how and when thebindingsare applied. Each of thebindingsmust contain at least one principal. Thebindingsin aPolicycan refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if thebindingsgrant 50 different roles touser:alice@example.com, and not to any other principal, then you can add another 1,450 principals to thebindingsin thePolicy.
- etag str
- etagis used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the- etagin the read-modify-write cycle to perform policy updates in order to avoid race conditions: An- etagis returned in the response to- getIamPolicy, and systems are expected to put that etag in the request to- setIamPolicyto ensure that their change will be applied to the same version of the policy. Important: If you use IAM Conditions, you must include the- etagfield whenever you call- setIamPolicy. If you omit this field, then IAM allows you to overwrite a version- 3policy with a version- 1policy, and all of the conditions in the version- 3policy are lost.
- version int
- Specifies the format of the policy. Valid values are 0,1, and3. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version3. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions Important: If you use IAM Conditions, you must include theetagfield whenever you callsetIamPolicy. If you omit this field, then IAM allows you to overwrite a version3policy with a version1policy, and all of the conditions in the version3policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the IAM documentation.
- auditConfigs List<Property Map>
- Specifies cloud audit logging configuration for this policy.
- bindings List<Property Map>
- Associates a list of members, or principals, with arole. Optionally, may specify aconditionthat determines how and when thebindingsare applied. Each of thebindingsmust contain at least one principal. Thebindingsin aPolicycan refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if thebindingsgrant 50 different roles touser:alice@example.com, and not to any other principal, then you can add another 1,450 principals to thebindingsin thePolicy.
- etag String
- etagis used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the- etagin the read-modify-write cycle to perform policy updates in order to avoid race conditions: An- etagis returned in the response to- getIamPolicy, and systems are expected to put that etag in the request to- setIamPolicyto ensure that their change will be applied to the same version of the policy. Important: If you use IAM Conditions, you must include the- etagfield whenever you call- setIamPolicy. If you omit this field, then IAM allows you to overwrite a version- 3policy with a version- 1policy, and all of the conditions in the version- 3policy are lost.
- version Number
- Specifies the format of the policy. Valid values are 0,1, and3. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version3. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions Important: If you use IAM Conditions, you must include theetagfield whenever you callsetIamPolicy. If you omit this field, then IAM allows you to overwrite a version3policy with a version1policy, and all of the conditions in the version3policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the IAM documentation.
GoogleRpcStatus, GoogleRpcStatusArgs      
- Code int
- The status code, which should be an enum value of google.rpc.Code.
- Details
List<ImmutableDictionary<string, string>> 
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- Message string
- 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.
- Code int
- The status code, which should be an enum value of google.rpc.Code.
- Details []map[string]string
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- Message string
- 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.
- code Integer
- The status code, which should be an enum value of google.rpc.Code.
- details List<Map<String,String>>
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message String
- 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.
- code number
- The status code, which should be an enum value of google.rpc.Code.
- details {[key: string]: string}[]
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message string
- 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.
- code int
- The status code, which should be an enum value of google.rpc.Code.
- details Sequence[Mapping[str, str]]
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message str
- 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.
- code Number
- The status code, which should be an enum value of google.rpc.Code.
- details List<Map<String>>
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message String
- 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.
GoogleRpcStatusResponse, GoogleRpcStatusResponseArgs        
- Code int
- The status code, which should be an enum value of google.rpc.Code.
- Details
List<ImmutableDictionary<string, string>> 
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- Message string
- 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.
- Code int
- The status code, which should be an enum value of google.rpc.Code.
- Details []map[string]string
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- Message string
- 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.
- code Integer
- The status code, which should be an enum value of google.rpc.Code.
- details List<Map<String,String>>
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message String
- 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.
- code number
- The status code, which should be an enum value of google.rpc.Code.
- details {[key: string]: string}[]
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message string
- 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.
- code int
- The status code, which should be an enum value of google.rpc.Code.
- details Sequence[Mapping[str, str]]
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message str
- 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.
- code Number
- The status code, which should be an enum value of google.rpc.Code.
- details List<Map<String>>
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message String
- 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.
GoogleTypeColor, GoogleTypeColorArgs      
- Alpha double
- 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).
- Blue double
- The amount of blue in the color as a value in the interval [0, 1].
- Green double
- The amount of green in the color as a value in the interval [0, 1].
- Red double
- The amount of red in the color as a value in the interval [0, 1].
- Alpha float64
- 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).
- Blue float64
- The amount of blue in the color as a value in the interval [0, 1].
- Green float64
- The amount of green in the color as a value in the interval [0, 1].
- Red float64
- The amount of red in the color as a value in the interval [0, 1].
- alpha Double
- 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).
- blue Double
- The amount of blue in the color as a value in the interval [0, 1].
- green Double
- The amount of green in the color as a value in the interval [0, 1].
- red Double
- The amount of red in the color as a value in the interval [0, 1].
- alpha number
- 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).
- blue number
- The amount of blue in the color as a value in the interval [0, 1].
- green number
- The amount of green in the color as a value in the interval [0, 1].
- red number
- The amount of red in the color as a value in the interval [0, 1].
- alpha float
- 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).
- blue float
- The amount of blue in the color as a value in the interval [0, 1].
- green float
- The amount of green in the color as a value in the interval [0, 1].
- red float
- The amount of red in the color as a value in the interval [0, 1].
- alpha Number
- 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).
- blue Number
- The amount of blue in the color as a value in the interval [0, 1].
- green Number
- The amount of green in the color as a value in the interval [0, 1].
- red Number
- The amount of red in the color as a value in the interval [0, 1].
GoogleTypeColorResponse, GoogleTypeColorResponseArgs        
- Alpha double
- 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).
- Blue double
- The amount of blue in the color as a value in the interval [0, 1].
- Green double
- The amount of green in the color as a value in the interval [0, 1].
- Red double
- The amount of red in the color as a value in the interval [0, 1].
- Alpha float64
- 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).
- Blue float64
- The amount of blue in the color as a value in the interval [0, 1].
- Green float64
- The amount of green in the color as a value in the interval [0, 1].
- Red float64
- The amount of red in the color as a value in the interval [0, 1].
- alpha Double
- 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).
- blue Double
- The amount of blue in the color as a value in the interval [0, 1].
- green Double
- The amount of green in the color as a value in the interval [0, 1].
- red Double
- The amount of red in the color as a value in the interval [0, 1].
- alpha number
- 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).
- blue number
- The amount of blue in the color as a value in the interval [0, 1].
- green number
- The amount of green in the color as a value in the interval [0, 1].
- red number
- The amount of red in the color as a value in the interval [0, 1].
- alpha float
- 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).
- blue float
- The amount of blue in the color as a value in the interval [0, 1].
- green float
- The amount of green in the color as a value in the interval [0, 1].
- red float
- The amount of red in the color as a value in the interval [0, 1].
- alpha Number
- 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).
- blue Number
- The amount of blue in the color as a value in the interval [0, 1].
- green Number
- The amount of green in the color as a value in the interval [0, 1].
- red Number
- The amount of red in the color as a value in the interval [0, 1].
GoogleTypeDate, GoogleTypeDateArgs      
- Day int
- 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.
- Month int
- Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- Year int
- Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
- Day int
- 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.
- Month int
- Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- Year int
- Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
- day Integer
- 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.
- month Integer
- Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- year Integer
- Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
- day number
- 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.
- month number
- Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- year number
- Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
- day int
- 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.
- month int
- Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- year int
- Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
- day Number
- 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.
- month Number
- Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- year Number
- Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
GoogleTypeDateResponse, GoogleTypeDateResponseArgs        
- Day int
- 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.
- Month int
- Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- Year int
- Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
- Day int
- 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.
- Month int
- Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- Year int
- Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
- day Integer
- 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.
- month Integer
- Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- year Integer
- Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
- day number
- 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.
- month number
- Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- year number
- Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
- day int
- 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.
- month int
- Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- year int
- Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
- day Number
- 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.
- month Number
- Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
- year Number
- Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
GoogleTypeDateTime, GoogleTypeDateTimeArgs        
- Day int
- 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.
- Hours int
- 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.
- Minutes int
- Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0.
- Month int
- Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month.
- Nanos int
- Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0.
- Seconds int
- 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.
- TimeZone Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Time Zone 
- Time zone.
- UtcOffset string
- 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 }.
- Year int
- Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime without a year.
- Day int
- 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.
- Hours int
- 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.
- Minutes int
- Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0.
- Month int
- Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month.
- Nanos int
- Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0.
- Seconds int
- 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.
- TimeZone GoogleType Time Zone 
- Time zone.
- UtcOffset string
- 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 }.
- Year int
- Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime without a year.
- day Integer
- 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.
- hours Integer
- 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.
- minutes Integer
- Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0.
- month Integer
- Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month.
- nanos Integer
- Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0.
- seconds Integer
- 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.
- timeZone GoogleType Time Zone 
- Time zone.
- utcOffset String
- 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 }.
- year Integer
- Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime without a year.
- day number
- 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.
- hours number
- 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.
- minutes number
- Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0.
- month number
- Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month.
- nanos number
- Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0.
- seconds number
- 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.
- timeZone GoogleType Time Zone 
- Time zone.
- utcOffset string
- 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 }.
- year number
- Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime without a year.
- day int
- 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.
- hours int
- 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.
- minutes int
- Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0.
- month int
- Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month.
- nanos int
- Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0.
- seconds int
- 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.
- time_zone GoogleType Time Zone 
- Time zone.
- utc_offset str
- 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 }.
- year int
- Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime without a year.
- day Number
- 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.
- hours Number
- 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.
- minutes Number
- Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0.
- month Number
- Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month.
- nanos Number
- Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0.
- seconds Number
- 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.
- timeZone Property Map
- Time zone.
- utcOffset String
- 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 }.
- year Number
- Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime without a year.
GoogleTypeDateTimeResponse, GoogleTypeDateTimeResponseArgs          
- Day int
- 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.
- Hours int
- 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.
- Minutes int
- Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0.
- Month int
- Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month.
- Nanos int
- Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0.
- Seconds int
- 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.
- TimeZone Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Time Zone Response 
- Time zone.
- UtcOffset string
- 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 }.
- Year int
- Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime without a year.
- Day int
- 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.
- Hours int
- 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.
- Minutes int
- Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0.
- Month int
- Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month.
- Nanos int
- Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0.
- Seconds int
- 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.
- TimeZone GoogleType Time Zone Response 
- Time zone.
- UtcOffset string
- 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 }.
- Year int
- Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime without a year.
- day Integer
- 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.
- hours Integer
- 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.
- minutes Integer
- Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0.
- month Integer
- Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month.
- nanos Integer
- Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0.
- seconds Integer
- 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.
- timeZone GoogleType Time Zone Response 
- Time zone.
- utcOffset String
- 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 }.
- year Integer
- Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime without a year.
- day number
- 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.
- hours number
- 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.
- minutes number
- Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0.
- month number
- Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month.
- nanos number
- Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0.
- seconds number
- 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.
- timeZone GoogleType Time Zone Response 
- Time zone.
- utcOffset string
- 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 }.
- year number
- Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime without a year.
- day int
- 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.
- hours int
- 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.
- minutes int
- Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0.
- month int
- Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month.
- nanos int
- Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0.
- seconds int
- 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.
- time_zone GoogleType Time Zone Response 
- Time zone.
- utc_offset str
- 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 }.
- year int
- Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime without a year.
- day Number
- 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.
- hours Number
- 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.
- minutes Number
- Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0.
- month Number
- Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month.
- nanos Number
- Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0.
- seconds Number
- 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.
- timeZone Property Map
- Time zone.
- utcOffset String
- 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 }.
- year Number
- Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime without a year.
GoogleTypeExpr, GoogleTypeExprArgs      
- Description string
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- Expression string
- Textual representation of an expression in Common Expression Language syntax.
- Location string
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- Title string
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- Description string
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- Expression string
- Textual representation of an expression in Common Expression Language syntax.
- Location string
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- Title string
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- description String
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- expression String
- Textual representation of an expression in Common Expression Language syntax.
- location String
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- title String
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- description string
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- expression string
- Textual representation of an expression in Common Expression Language syntax.
- location string
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- title string
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- description str
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- expression str
- Textual representation of an expression in Common Expression Language syntax.
- location str
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- title str
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- description String
- Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- expression String
- Textual representation of an expression in Common Expression Language syntax.
- location String
- Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- title String
- Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
GoogleTypeMoney, GoogleTypeMoneyArgs      
- CurrencyCode string
- The three-letter currency code defined in ISO 4217.
- Nanos int
- Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If unitsis positive,nanosmust be positive or zero. Ifunitsis zero,nanoscan be positive, zero, or negative. Ifunitsis negative,nanosmust be negative or zero. For example $-1.75 is represented asunits=-1 andnanos=-750,000,000.
- Units string
- The whole units of the amount. For example if currencyCodeis"USD", then 1 unit is one US dollar.
- CurrencyCode string
- The three-letter currency code defined in ISO 4217.
- Nanos int
- Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If unitsis positive,nanosmust be positive or zero. Ifunitsis zero,nanoscan be positive, zero, or negative. Ifunitsis negative,nanosmust be negative or zero. For example $-1.75 is represented asunits=-1 andnanos=-750,000,000.
- Units string
- The whole units of the amount. For example if currencyCodeis"USD", then 1 unit is one US dollar.
- currencyCode String
- The three-letter currency code defined in ISO 4217.
- nanos Integer
- Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If unitsis positive,nanosmust be positive or zero. Ifunitsis zero,nanoscan be positive, zero, or negative. Ifunitsis negative,nanosmust be negative or zero. For example $-1.75 is represented asunits=-1 andnanos=-750,000,000.
- units String
- The whole units of the amount. For example if currencyCodeis"USD", then 1 unit is one US dollar.
- currencyCode string
- The three-letter currency code defined in ISO 4217.
- nanos number
- Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If unitsis positive,nanosmust be positive or zero. Ifunitsis zero,nanoscan be positive, zero, or negative. Ifunitsis negative,nanosmust be negative or zero. For example $-1.75 is represented asunits=-1 andnanos=-750,000,000.
- units string
- The whole units of the amount. For example if currencyCodeis"USD", then 1 unit is one US dollar.
- currency_code str
- The three-letter currency code defined in ISO 4217.
- nanos int
- Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If unitsis positive,nanosmust be positive or zero. Ifunitsis zero,nanoscan be positive, zero, or negative. Ifunitsis negative,nanosmust be negative or zero. For example $-1.75 is represented asunits=-1 andnanos=-750,000,000.
- units str
- The whole units of the amount. For example if currencyCodeis"USD", then 1 unit is one US dollar.
- currencyCode String
- The three-letter currency code defined in ISO 4217.
- nanos Number
- Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If unitsis positive,nanosmust be positive or zero. Ifunitsis zero,nanoscan be positive, zero, or negative. Ifunitsis negative,nanosmust be negative or zero. For example $-1.75 is represented asunits=-1 andnanos=-750,000,000.
- units String
- The whole units of the amount. For example if currencyCodeis"USD", then 1 unit is one US dollar.
GoogleTypeMoneyResponse, GoogleTypeMoneyResponseArgs        
- CurrencyCode string
- The three-letter currency code defined in ISO 4217.
- Nanos int
- Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If unitsis positive,nanosmust be positive or zero. Ifunitsis zero,nanoscan be positive, zero, or negative. Ifunitsis negative,nanosmust be negative or zero. For example $-1.75 is represented asunits=-1 andnanos=-750,000,000.
- Units string
- The whole units of the amount. For example if currencyCodeis"USD", then 1 unit is one US dollar.
- CurrencyCode string
- The three-letter currency code defined in ISO 4217.
- Nanos int
- Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If unitsis positive,nanosmust be positive or zero. Ifunitsis zero,nanoscan be positive, zero, or negative. Ifunitsis negative,nanosmust be negative or zero. For example $-1.75 is represented asunits=-1 andnanos=-750,000,000.
- Units string
- The whole units of the amount. For example if currencyCodeis"USD", then 1 unit is one US dollar.
- currencyCode String
- The three-letter currency code defined in ISO 4217.
- nanos Integer
- Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If unitsis positive,nanosmust be positive or zero. Ifunitsis zero,nanoscan be positive, zero, or negative. Ifunitsis negative,nanosmust be negative or zero. For example $-1.75 is represented asunits=-1 andnanos=-750,000,000.
- units String
- The whole units of the amount. For example if currencyCodeis"USD", then 1 unit is one US dollar.
- currencyCode string
- The three-letter currency code defined in ISO 4217.
- nanos number
- Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If unitsis positive,nanosmust be positive or zero. Ifunitsis zero,nanoscan be positive, zero, or negative. Ifunitsis negative,nanosmust be negative or zero. For example $-1.75 is represented asunits=-1 andnanos=-750,000,000.
- units string
- The whole units of the amount. For example if currencyCodeis"USD", then 1 unit is one US dollar.
- currency_code str
- The three-letter currency code defined in ISO 4217.
- nanos int
- Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If unitsis positive,nanosmust be positive or zero. Ifunitsis zero,nanoscan be positive, zero, or negative. Ifunitsis negative,nanosmust be negative or zero. For example $-1.75 is represented asunits=-1 andnanos=-750,000,000.
- units str
- The whole units of the amount. For example if currencyCodeis"USD", then 1 unit is one US dollar.
- currencyCode String
- The three-letter currency code defined in ISO 4217.
- nanos Number
- Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If unitsis positive,nanosmust be positive or zero. Ifunitsis zero,nanoscan be positive, zero, or negative. Ifunitsis negative,nanosmust be negative or zero. For example $-1.75 is represented asunits=-1 andnanos=-750,000,000.
- units String
- The whole units of the amount. For example if currencyCodeis"USD", then 1 unit is one US dollar.
GoogleTypePostalAddress, GoogleTypePostalAddressArgs        
- RegionCode string
- 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.
- AddressLines List<string>
- 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).
- AdministrativeArea string
- 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.
- LanguageCode string
- 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".
- Locality string
- 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.
- Organization string
- Optional. The name of the organization at the address.
- PostalCode string
- 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.).
- Recipients List<string>
- Optional. The recipient at the address. This field may, under certain circumstances, contain multiline information. For example, it might contain "care of" information.
- Revision int
- 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.
- SortingCode string
- 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).
- Sublocality string
- Optional. Sublocality of the address. For example, this can be neighborhoods, boroughs, districts.
- RegionCode string
- 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.
- AddressLines []string
- 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).
- AdministrativeArea string
- 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.
- LanguageCode string
- 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".
- Locality string
- 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.
- Organization string
- Optional. The name of the organization at the address.
- PostalCode string
- 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.).
- Recipients []string
- Optional. The recipient at the address. This field may, under certain circumstances, contain multiline information. For example, it might contain "care of" information.
- Revision int
- 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.
- SortingCode string
- 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).
- Sublocality string
- Optional. Sublocality of the address. For example, this can be neighborhoods, boroughs, districts.
- regionCode String
- 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.
- addressLines List<String>
- 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).
- administrativeArea String
- 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.
- languageCode String
- 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".
- locality String
- 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.
- organization String
- Optional. The name of the organization at the address.
- postalCode String
- 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.).
- recipients List<String>
- Optional. The recipient at the address. This field may, under certain circumstances, contain multiline information. For example, it might contain "care of" information.
- revision Integer
- 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.
- sortingCode String
- 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).
- sublocality String
- Optional. Sublocality of the address. For example, this can be neighborhoods, boroughs, districts.
- regionCode string
- 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.
- addressLines string[]
- 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).
- administrativeArea string
- 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.
- languageCode string
- 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".
- locality string
- 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.
- organization string
- Optional. The name of the organization at the address.
- postalCode string
- 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.).
- recipients string[]
- Optional. The recipient at the address. This field may, under certain circumstances, contain multiline information. For example, it might contain "care of" information.
- revision number
- 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.
- sortingCode string
- 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).
- sublocality string
- Optional. Sublocality of the address. For example, this can be neighborhoods, boroughs, districts.
- region_code str
- 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.
- address_lines Sequence[str]
- 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).
- administrative_area str
- 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.
- language_code str
- 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".
- locality str
- 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.
- organization str
- Optional. The name of the organization at the address.
- postal_code str
- 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.).
- recipients Sequence[str]
- Optional. The recipient at the address. This field may, under certain circumstances, contain multiline information. For example, it might contain "care of" information.
- revision int
- 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.
- sorting_code str
- 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).
- sublocality str
- Optional. Sublocality of the address. For example, this can be neighborhoods, boroughs, districts.
- regionCode String
- 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.
- addressLines List<String>
- 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).
- administrativeArea String
- 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.
- languageCode String
- 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".
- locality String
- 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.
- organization String
- Optional. The name of the organization at the address.
- postalCode String
- 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.).
- recipients List<String>
- Optional. The recipient at the address. This field may, under certain circumstances, contain multiline information. For example, it might contain "care of" information.
- revision Number
- 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.
- sortingCode String
- 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).
- sublocality String
- Optional. Sublocality of the address. For example, this can be neighborhoods, boroughs, districts.
GoogleTypePostalAddressResponse, GoogleTypePostalAddressResponseArgs          
- AddressLines List<string>
- 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).
- AdministrativeArea string
- 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.
- LanguageCode string
- 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".
- Locality string
- 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.
- Organization string
- Optional. The name of the organization at the address.
- PostalCode string
- 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.).
- Recipients List<string>
- Optional. The recipient at the address. This field may, under certain circumstances, contain multiline information. For example, it might contain "care of" information.
- RegionCode string
- 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.
- Revision int
- 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.
- SortingCode string
- 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).
- Sublocality string
- Optional. Sublocality of the address. For example, this can be neighborhoods, boroughs, districts.
- AddressLines []string
- 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).
- AdministrativeArea string
- 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.
- LanguageCode string
- 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".
- Locality string
- 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.
- Organization string
- Optional. The name of the organization at the address.
- PostalCode string
- 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.).
- Recipients []string
- Optional. The recipient at the address. This field may, under certain circumstances, contain multiline information. For example, it might contain "care of" information.
- RegionCode string
- 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.
- Revision int
- 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.
- SortingCode string
- 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).
- Sublocality string
- Optional. Sublocality of the address. For example, this can be neighborhoods, boroughs, districts.
- addressLines List<String>
- 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).
- administrativeArea String
- 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.
- languageCode String
- 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".
- locality String
- 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.
- organization String
- Optional. The name of the organization at the address.
- postalCode String
- 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.).
- recipients List<String>
- Optional. The recipient at the address. This field may, under certain circumstances, contain multiline information. For example, it might contain "care of" information.
- regionCode String
- 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.
- revision Integer
- 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.
- sortingCode String
- 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).
- sublocality String
- Optional. Sublocality of the address. For example, this can be neighborhoods, boroughs, districts.
- addressLines string[]
- 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).
- administrativeArea string
- 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.
- languageCode string
- 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".
- locality string
- 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.
- organization string
- Optional. The name of the organization at the address.
- postalCode string
- 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.).
- recipients string[]
- Optional. The recipient at the address. This field may, under certain circumstances, contain multiline information. For example, it might contain "care of" information.
- regionCode string
- 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.
- revision number
- 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.
- sortingCode string
- 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).
- sublocality string
- Optional. Sublocality of the address. For example, this can be neighborhoods, boroughs, districts.
- address_lines Sequence[str]
- 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).
- administrative_area str
- 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.
- language_code str
- 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".
- locality str
- 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.
- organization str
- Optional. The name of the organization at the address.
- postal_code str
- 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.).
- recipients Sequence[str]
- Optional. The recipient at the address. This field may, under certain circumstances, contain multiline information. For example, it might contain "care of" information.
- region_code str
- 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.
- revision int
- 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.
- sorting_code str
- 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).
- sublocality str
- Optional. Sublocality of the address. For example, this can be neighborhoods, boroughs, districts.
- addressLines List<String>
- 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).
- administrativeArea String
- 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.
- languageCode String
- 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".
- locality String
- 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.
- organization String
- Optional. The name of the organization at the address.
- postalCode String
- 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.).
- recipients List<String>
- Optional. The recipient at the address. This field may, under certain circumstances, contain multiline information. For example, it might contain "care of" information.
- regionCode String
- 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.
- revision Number
- 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.
- sortingCode String
- 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).
- sublocality String
- Optional. Sublocality of the address. For example, this can be neighborhoods, boroughs, districts.
GoogleTypeTimeZone, GoogleTypeTimeZoneArgs        
GoogleTypeTimeZoneResponse, GoogleTypeTimeZoneResponseArgs          
- Version string
- Optional. IANA Time Zone Database version number, e.g. "2019a".
- Version string
- Optional. IANA Time Zone Database version number, e.g. "2019a".
- version String
- Optional. IANA Time Zone Database version number, e.g. "2019a".
- version string
- Optional. IANA Time Zone Database version number, e.g. "2019a".
- version str
- Optional. IANA Time Zone Database version number, e.g. "2019a".
- version String
- Optional. IANA Time Zone Database version number, e.g. "2019a".
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.