GoogleCloudDocumentaiV1beta1Document constructor
GoogleCloudDocumentaiV1beta1Document({
- String? content,
- List<
GoogleCloudDocumentaiV1beta1DocumentEntity> ? entities, - List<
GoogleCloudDocumentaiV1beta1DocumentEntityRelation> ? entityRelations, - GoogleRpcStatus? error,
- String? mimeType,
- List<
GoogleCloudDocumentaiV1beta1DocumentPage> ? pages, - List<
GoogleCloudDocumentaiV1beta1DocumentRevision> ? revisions, - GoogleCloudDocumentaiV1beta1DocumentShardInfo? shardInfo,
- String? text,
- List<
GoogleCloudDocumentaiV1beta1DocumentTextChange> ? textChanges, - List<
GoogleCloudDocumentaiV1beta1DocumentStyle> ? textStyles, - String? uri,
Implementation
GoogleCloudDocumentaiV1beta1Document({
this.content,
this.entities,
this.entityRelations,
this.error,
this.mimeType,
this.pages,
this.revisions,
this.shardInfo,
this.text,
this.textChanges,
this.textStyles,
this.uri,
});