表示分割點的位置資訊。
資料結構
message SplitLocation {
required string location = 1;
required sint64 repeat = 2;
}
名稱 | 類型 | 是否必選 | 描述 |
location | string | 是 | 分割點的位置資訊。 |
repeat | sint64 | 是 | 分割點的重複次數。 |
表示分割點的位置資訊。
message SplitLocation {
required string location = 1;
required sint64 repeat = 2;
}
名稱 | 類型 | 是否必選 | 描述 |
location | string | 是 | 分割點的位置資訊。 |
repeat | sint64 | 是 | 分割點的重複次數。 |