Google Cloud Documentai V1Document Args
data class GoogleCloudDocumentaiV1DocumentArgs(val content: Output<String>? = null, val entities: Output<List<GoogleCloudDocumentaiV1DocumentEntityArgs>>? = null, val entityRelations: Output<List<GoogleCloudDocumentaiV1DocumentEntityRelationArgs>>? = null, val error: Output<GoogleRpcStatusArgs>? = null, val mimeType: Output<String>? = null, val pages: Output<List<GoogleCloudDocumentaiV1DocumentPageArgs>>? = null, val revisions: Output<List<GoogleCloudDocumentaiV1DocumentRevisionArgs>>? = null, val shardInfo: Output<GoogleCloudDocumentaiV1DocumentShardInfoArgs>? = null, val text: Output<String>? = null, val textChanges: Output<List<GoogleCloudDocumentaiV1DocumentTextChangeArgs>>? = null, val textStyles: Output<List<GoogleCloudDocumentaiV1DocumentStyleArgs>>? = null, val uri: Output<String>? = null) : ConvertibleToJava<GoogleCloudDocumentaiV1DocumentArgs>
Document represents the canonical document resource in Document AI. It is an interchange format that provides insights into documents and allows for collaboration between users and Document AI to iterate and optimize for quality.
Constructors
Link copied to clipboard
fun GoogleCloudDocumentaiV1DocumentArgs(content: Output<String>? = null, entities: Output<List<GoogleCloudDocumentaiV1DocumentEntityArgs>>? = null, entityRelations: Output<List<GoogleCloudDocumentaiV1DocumentEntityRelationArgs>>? = null, error: Output<GoogleRpcStatusArgs>? = null, mimeType: Output<String>? = null, pages: Output<List<GoogleCloudDocumentaiV1DocumentPageArgs>>? = null, revisions: Output<List<GoogleCloudDocumentaiV1DocumentRevisionArgs>>? = null, shardInfo: Output<GoogleCloudDocumentaiV1DocumentShardInfoArgs>? = null, text: Output<String>? = null, textChanges: Output<List<GoogleCloudDocumentaiV1DocumentTextChangeArgs>>? = null, textStyles: Output<List<GoogleCloudDocumentaiV1DocumentStyleArgs>>? = null, uri: Output<String>? = null)
Functions
Properties
Link copied to clipboard
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.