GoogleCloudContentwarehouseV1Document constructor
GoogleCloudContentwarehouseV1Document({
- GoogleCloudDocumentaiV1Document? cloudAiDocument,
- String? contentCategory,
- String? createTime,
- String? creator,
- String? displayName,
- String? displayUri,
- String? dispositionTime,
- String? documentSchemaName,
- String? inlineRawDocument,
- bool? legalHold,
- String? name,
- String? plainText,
- List<
GoogleCloudContentwarehouseV1Property> ? properties, - String? rawDocumentFileType,
- String? rawDocumentPath,
- String? referenceId,
- bool? textExtractionDisabled,
- bool? textExtractionEnabled,
- String? title,
- String? updateTime,
- String? updater,
Implementation
GoogleCloudContentwarehouseV1Document({
this.cloudAiDocument,
this.contentCategory,
this.createTime,
this.creator,
this.displayName,
this.displayUri,
this.dispositionTime,
this.documentSchemaName,
this.inlineRawDocument,
this.legalHold,
this.name,
this.plainText,
this.properties,
this.rawDocumentFileType,
this.rawDocumentPath,
this.referenceId,
this.textExtractionDisabled,
this.textExtractionEnabled,
this.title,
this.updateTime,
this.updater,
});