Commit f440b43 1 parent c042313 commit f440b43 Copy full SHA for f440b43
File tree 2 files changed +7
-1
lines changed
tensorflow_metadata/proto/v0
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 6
6
7
7
## Bug Fixes and Other Changes
8
8
9
+ * Add Audio as a schema domain.
10
+
9
11
## Breaking Changes
10
12
11
13
## Deprecations
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ message ValueCountList {
144
144
}
145
145
146
146
// Describes schema-level information about a specific feature.
147
- // NextID: 36
147
+ // NextID: 37
148
148
message Feature {
149
149
// The name of the feature.
150
150
optional string name = 1 ; // required
@@ -205,6 +205,7 @@ message Feature {
205
205
// Supported semantic domains.
206
206
NaturalLanguageDomain natural_language_domain = 24 ;
207
207
ImageDomain image_domain = 25 ;
208
+ AudioDomain audio_domain = 36 ;
208
209
MIDDomain mid_domain = 26 ;
209
210
URLDomain url_domain = 27 ;
210
211
TimeDomain time_domain = 28 ;
@@ -637,6 +638,9 @@ message ImageDomain {
637
638
optional int64 max_image_byte_size = 2 ;
638
639
}
639
640
641
+ // Audio data.
642
+ message AudioDomain {}
643
+
640
644
// Knowledge graph ID, see: https://www.wikidata.org/wiki/Property:P646
641
645
message MIDDomain {}
642
646
You can’t perform that action at this time.
0 commit comments