|
315 | 315 | "member":{"shape":"AudioExtractionCategoryType"},
|
316 | 316 | "documentation":"<p>List of Audio Extraction Category Type</p>"
|
317 | 317 | },
|
| 318 | + "AudioOverrideConfiguration":{ |
| 319 | + "type":"structure", |
| 320 | + "members":{ |
| 321 | + "modalityProcessing":{"shape":"ModalityProcessingConfiguration"} |
| 322 | + }, |
| 323 | + "documentation":"<p>Override Configuration of Audio</p>" |
| 324 | + }, |
318 | 325 | "AudioStandardExtraction":{
|
319 | 326 | "type":"structure",
|
320 | 327 | "required":["category"],
|
|
734 | 741 | },
|
735 | 742 | "documentation":"<p>Delete DataAutomationProject Response</p>"
|
736 | 743 | },
|
| 744 | + "DesiredModality":{ |
| 745 | + "type":"string", |
| 746 | + "documentation":"<p>Desired Modality types</p>", |
| 747 | + "enum":[ |
| 748 | + "IMAGE", |
| 749 | + "DOCUMENT", |
| 750 | + "AUDIO", |
| 751 | + "VIDEO" |
| 752 | + ] |
| 753 | + }, |
737 | 754 | "DocumentBoundingBox":{
|
738 | 755 | "type":"structure",
|
739 | 756 | "required":["state"],
|
|
808 | 825 | "DocumentOverrideConfiguration":{
|
809 | 826 | "type":"structure",
|
810 | 827 | "members":{
|
811 |
| - "splitter":{"shape":"SplitterConfiguration"} |
| 828 | + "splitter":{"shape":"SplitterConfiguration"}, |
| 829 | + "modalityProcessing":{"shape":"ModalityProcessingConfiguration"} |
812 | 830 | },
|
813 | 831 | "documentation":"<p>Override Configuration of Document</p>"
|
814 | 832 | },
|
|
948 | 966 | "member":{"shape":"ImageExtractionCategoryType"},
|
949 | 967 | "documentation":"<p>List of Image Extraction Category</p>"
|
950 | 968 | },
|
| 969 | + "ImageOverrideConfiguration":{ |
| 970 | + "type":"structure", |
| 971 | + "members":{ |
| 972 | + "modalityProcessing":{"shape":"ModalityProcessingConfiguration"} |
| 973 | + }, |
| 974 | + "documentation":"<p>Override Configuration of Image</p>" |
| 975 | + }, |
951 | 976 | "ImageStandardExtraction":{
|
952 | 977 | "type":"structure",
|
953 | 978 | "required":[
|
|
1074 | 1099 | "max":1000,
|
1075 | 1100 | "min":1
|
1076 | 1101 | },
|
| 1102 | + "ModalityProcessingConfiguration":{ |
| 1103 | + "type":"structure", |
| 1104 | + "members":{ |
| 1105 | + "state":{"shape":"State"} |
| 1106 | + }, |
| 1107 | + "documentation":"<p>Configuration to enable/disable processing of modality</p>" |
| 1108 | + }, |
| 1109 | + "ModalityRoutingConfiguration":{ |
| 1110 | + "type":"structure", |
| 1111 | + "members":{ |
| 1112 | + "jpeg":{"shape":"DesiredModality"}, |
| 1113 | + "png":{"shape":"DesiredModality"}, |
| 1114 | + "mp4":{"shape":"DesiredModality"}, |
| 1115 | + "mov":{"shape":"DesiredModality"} |
| 1116 | + }, |
| 1117 | + "documentation":"<p>Configuration for routing file type to desired modality</p>" |
| 1118 | + }, |
1077 | 1119 | "NextToken":{
|
1078 | 1120 | "type":"string",
|
1079 | 1121 | "documentation":"<p>Pagination token</p>",
|
|
1089 | 1131 | "OverrideConfiguration":{
|
1090 | 1132 | "type":"structure",
|
1091 | 1133 | "members":{
|
1092 |
| - "document":{"shape":"DocumentOverrideConfiguration"} |
| 1134 | + "document":{"shape":"DocumentOverrideConfiguration"}, |
| 1135 | + "image":{"shape":"ImageOverrideConfiguration"}, |
| 1136 | + "video":{"shape":"VideoOverrideConfiguration"}, |
| 1137 | + "audio":{"shape":"AudioOverrideConfiguration"}, |
| 1138 | + "modalityRouting":{"shape":"ModalityRoutingConfiguration"} |
1093 | 1139 | },
|
1094 | 1140 | "documentation":"<p>Override configuration</p>"
|
1095 | 1141 | },
|
|
1367 | 1413 | "member":{"shape":"VideoExtractionCategoryType"},
|
1368 | 1414 | "documentation":"<p>List of Video Extraction Category Type</p>"
|
1369 | 1415 | },
|
| 1416 | + "VideoOverrideConfiguration":{ |
| 1417 | + "type":"structure", |
| 1418 | + "members":{ |
| 1419 | + "modalityProcessing":{"shape":"ModalityProcessingConfiguration"} |
| 1420 | + }, |
| 1421 | + "documentation":"<p>Override Configuration of Video</p>" |
| 1422 | + }, |
1370 | 1423 | "VideoStandardExtraction":{
|
1371 | 1424 | "type":"structure",
|
1372 | 1425 | "required":[
|
|
0 commit comments