GoogleCloudDocumentaiV1beta2Document constructor
GoogleCloudDocumentaiV1beta2Document({
- String? content,
- List<
GoogleCloudDocumentaiV1beta2DocumentEntity> ? entities, - List<
GoogleCloudDocumentaiV1beta2DocumentEntityRelation> ? entityRelations, - GoogleRpcStatus? error,
- List<
GoogleCloudDocumentaiV1beta2DocumentLabel> ? labels, - String? mimeType,
- List<
GoogleCloudDocumentaiV1beta2DocumentPage> ? pages, - List<
GoogleCloudDocumentaiV1beta2DocumentRevision> ? revisions, - GoogleCloudDocumentaiV1beta2DocumentShardInfo? shardInfo,
- String? text,
- List<
GoogleCloudDocumentaiV1beta2DocumentTextChange> ? textChanges, - List<
GoogleCloudDocumentaiV1beta2DocumentStyle> ? textStyles, - String? uri,
Implementation
GoogleCloudDocumentaiV1beta2Document({
this.content,
this.entities,
this.entityRelations,
this.error,
this.labels,
this.mimeType,
this.pages,
this.revisions,
this.shardInfo,
this.text,
this.textChanges,
this.textStyles,
this.uri,
});